/gem5/src/mem/slicc/ast/ |
H A D | FuncDeclAST.py | 69 body = self.slicc.codeFormatter() 73 rtype = self.statements.generate(body, return_type) 90 return_type, types, params, str(body), self.pairs)
|
/gem5/src/mem/slicc/symbols/ |
H A D | Func.py | 33 param_strings, body, pairs): 38 self.body = body 107 ${{self.body}}
|
/gem5/util/streamline/ |
H A D | m5stats2streamline.py | 363 def addFrameHeader(frame_type, body, core): 392 length = int32(len(packed_code) + len(packed_core) + len(body)) 394 ret = length + packed_code + packed_core + body 406 body = newline_canary + packed64(timestamp) + packed64(uptime) 407 body += monotonic_delta + end_of_attr 408 ret = addFrameHeader(frame_type, body, 0) 422 body = packed_code + packed32(cookie) + stringList(name) 423 ret = addFrameHeader(frame_type, body, 0) 433 body = packed_code + timestampList(timestamp) + \ 435 ret = addFrameHeader(frame_type, body, [all...] |
/gem5/configs/common/cores/arm/ |
H A D | HPI.py | 110 def body(env): function in function:literal 114 return body 117 def body(env): function in function:bin 123 return body 126 def body(env): function in function:un 131 return body 134 def body(env): function in function:ref 142 return body 145 def body(env): function in function:if_expr 151 return body 154 def body(env): function in function:src 161 def body(env): function in function:int_reg 168 def body(env): function in function:let [all...] |
/gem5/ext/googletest/googlemock/scripts/generator/cpp/ |
H A D | ast.py | 322 def __init__(self, start, end, name, bases, templated_types, body, namespace): 325 self.body = body 329 return self.bases is None and self.body is None 345 # TODO(nnorwitz): search in body too. 352 suffix = '%s, %s, %s' % (name, self.bases, self.body) 362 modifiers, templated_types, body, namespace): 368 self.body = body 372 return self.body i [all...] |
H A D | gmock_class.py | 57 for node in class_node.body: 130 if (isinstance(node, ast.Class) and node.body and
|
/gem5/ext/testlib/ |
H A D | result.py | 184 self.body(file_) 186 def body(self, file_): member in class:XMLElement 278 def body(self, file_): member in class:LargeFileElement
|
/gem5/ext/googletest/googlemock/scripts/ |
H A D | upload.py | 208 body = e.read() 209 response_dict = dict(x.split("=", 1) for x in body.split("\n") if x) 299 payload: The body of the request, or None to send an empty request. 306 The response body, as a string. 506 (content_type, body) ready for httplib.HTTP instance. 528 body = CRLF.join(lines) 530 return content_type, body 691 ctype, body = EncodeMultipartFormData(form_fields, 693 response_body = rpc_server.Send(url, body, 1197 ctype, body [all...] |
/gem5/ext/googletest/googletest/scripts/ |
H A D | upload.py | 208 body = e.read() 209 response_dict = dict(x.split("=", 1) for x in body.split("\n") if x) 299 payload: The body of the request, or None to send an empty request. 306 The response body, as a string. 506 (content_type, body) ready for httplib.HTTP instance. 528 body = CRLF.join(lines) 530 return content_type, body 691 ctype, body = EncodeMultipartFormData(form_fields, 693 response_body = rpc_server.Send(url, body, 1197 ctype, body [all...] |
/gem5/configs/example/ |
H A D | read_config.py | 78 def body(cls, flags, param): function in function:simple_parser 80 return body 84 def body(cls, flags, param): function in function:tick_parser 88 return body
|
/gem5/util/minorview/ |
H A D | model.py | 904 def body(endChar, contChar, direc): function in function:BlobModel.add_blob_picture.find_arrow 922 body('-/', ' :', 'right') 924 body('\\-', ': ', 'left')
|