Searched refs:content (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/tests/tlm/multi_sockets/
H A DextensionPool.h27 entry(T* content){ argument
28 that=content;
/gem5/ext/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py302 def GenerateFile(path, content):
303 """Given a file path and a content string, overwrites it with the
304 given content."""
309 print >>f, content,
H A Dupload.py534 """Helper to guess the content-type from the filename."""
626 """Get the content of the upstream version of a file.
665 def UploadFile(filename, file_id, content, is_binary, status, is_base):
672 if len(content) > MAX_UPLOAD_SIZE:
676 content = ""
677 checksum = md5.new(content).hexdigest()
692 [("data", filename, content)])
805 def _CollapseKeywords(self, content, keyword_str):
834 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content)
908 # We'll need to upload the new content i
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc566 // regfree'ing an invalid regex might crash because the content
998 const std::string content = ReadEntireFile(file);
1000 return content;
1028 const std::string content = (*captured_stream)->GetCapturedString();
1033 return content;
1097 const std::string content(buffer, bytes_read);
1100 return content;
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py534 """Helper to guess the content-type from the filename."""
626 """Get the content of the upstream version of a file.
665 def UploadFile(filename, file_id, content, is_binary, status, is_base):
672 if len(content) > MAX_UPLOAD_SIZE:
676 content = ""
677 checksum = md5.new(content).hexdigest()
692 [("data", filename, content)])
805 def _CollapseKeywords(self, content, keyword_str):
834 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content)
908 # We'll need to upload the new content i
[all...]
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp45 char content[SIZE]; member in class:dt
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py886 content = content_file.read()
887 prop = FdtProperty.new_raw_property(f, content)

Completed in 23 milliseconds