Searched refs:body (Results 1 - 11 of 11) sorted by relevance

/gem5/src/mem/slicc/ast/
H A DFuncDeclAST.py69 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 DFunc.py33 param_strings, body, pairs):
38 self.body = body
107 ${{self.body}}
/gem5/util/streamline/
H A Dm5stats2streamline.py363 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 DHPI.py110 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 Dast.py322 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 Dgmock_class.py57 for node in class_node.body:
130 if (isinstance(node, ast.Class) and node.body and
/gem5/ext/testlib/
H A Dresult.py184 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 Dupload.py208 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 Dupload.py208 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 Dread_config.py78 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 Dmodel.py904 def body(endChar, contChar, direc): function in function:BlobModel.add_blob_picture.find_arrow
922 body('-/', ' :', 'right')
924 body('\\-', ': ', 'left')

Completed in 23 milliseconds