Searched refs:file (Results 101 - 125 of 145) sorted by relevance

123456

/gem5/configs/example/arm/
H A Ddist_bigLITTLE.py38 # This configuration file extends the example ARM big.LITTLE(tm)
119 system.etherdump = EtherDump(file=options.etherdump)
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h39 // This file is fundamental to Google Test. All other Google Test source
1228 // Formats a source file path and a line number as they would appear
1230 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
1232 // Formats a file location for compiler-independent XML output.
1235 GTEST_API_ ::std::string FormatCompilerIndependentFileLocation(const char* file,
1256 GTestLog(GTestLogSeverity severity, const char* file, int line);
1424 // Returns the size (in bytes) of a file.
1425 GTEST_API_ size_t GetFileSize(FILE* file);
1427 // Reads the entire content of a file as a string.
1428 GTEST_API_ std::string ReadEntireFile(FILE* file);
2324 FileNo(FILE* file) argument
2328 FileNo(FILE* file) argument
[all...]
/gem5/configs/boot/
H A Discsi-client.rcS31 echo "131072" > /proc/sys/fs/file-max
/gem5/src/base/
H A Dinifile.cc59 IniFile::load(const string &file) argument
61 ifstream f(file.c_str());
H A Dpollevent.cc35 #include <sys/file.h>
243 // The file descriptor might already have events pending. We won't
/gem5/util/
H A Dcpt_upgrader.py53 # upgrade() method should be implemented in its own .py file and placed in
56 # ConfigParser object which contains the open file. As these operations can
190 raise IOError(ennro.ENOENT, "No such file", path)
192 verboseprint("Processing file %s...." % path)
204 cpt_file = file(path, 'r')
262 cpt.write(file(path, 'w'))
275 parser.add_option("--get-cc-file", action="store_true",
285 print "// this file is auto-generated by util/cpt_upgrader.py"
295 parser.error("You must specify a checkpoint file to modify or a "\
301 # Process a single file i
[all...]
H A Dqdo54 help='command stderr output file')
56 help='command stdout output file')
58 help='save oarsub output log file')
188 # This hack looks for a '-o' option indicating an output file and
233 log = file('qdo-log.' + str(os.getpid()), 'w')
H A Dfind_copyrights.py242 f = file(filename, 'r')
/gem5/configs/example/
H A Dse.py159 file=sys.stderr) variable
164 print("No workload specified. Exiting!\n", file=sys.stderr)
/gem5/src/base/stats/
H A Dhdf5.cc61 Hdf5::Hdf5(const std::string &file, unsigned chunking, argument
63 : fname(file), timeChunk(chunking),
82 // Truncate the file if this is the first dump
132 // stat file. The Hdf5::appendStat helper will populate the size
238 // Setup max dimensions based on the requested file dimensions
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h34 // This header file defines the public API for Google Test. It should be
38 // leave some internal implementation details in this header file.
110 // This flag controls whether Google Test emits a detailed XML report to a file
672 // Returns the file name where this test is defined.
673 const char* file() const { return location_.file.c_str(); } function in class:testing::TestInfo
1134 // Listener responsible for the creation of the XML output file.
1672 const char* file,
1691 : type(t), file(srcfile), line(line_num), message(msg) { }
1694 const char* const file; member in struct:testing::internal::AssertHelper::AssertHelperData
[all...]
/gem5/src/python/m5/util/
H A Dgrammar.py51 raise AttributeError('The output file must end with .py')
120 elif isinstance(f, file):
124 "argument must be either a string or file, was '%s'" % type(f))
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa.s14 ; This file (pa-risc.s) is part of the port of QuickThreads for
15 ; PA-RISC 1.1 architecture. This file implements context switches
H A Dhppa_b.s12 ; This file (pa-risc_b.s) is part of the port of QuickThreads for
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py6 # you may not use this file except in compliance with the License.
61 # Max size of patch or base file.
68 The last used email address is saved to a file and offered up as a suggestion
380 # Create an empty cookie file with mode 600
383 # Always chmod the cookie file
429 help="Optional path of a file that contains "
626 """Get the content of the upstream version of a file.
630 base_content: The contents of the base file.
632 the contents of the new file, since the diff output won't contain
633 information to reconstruct the current file
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py6 # you may not use this file except in compliance with the License.
61 # Max size of patch or base file.
68 The last used email address is saved to a file and offered up as a suggestion
380 # Create an empty cookie file with mode 600
383 # Always chmod the cookie file
429 help="Optional path of a file that contains "
626 """Get the content of the upstream version of a file.
630 base_content: The contents of the base file.
632 the contents of the new file, since the diff output won't contain
633 information to reconstruct the current file
[all...]
H A Dgen_gtest_pred_impl.py44 predicate assertions, and writes it to file gtest_pred_impl.h in the
46 unit test in file gtest_pred_impl_unittest.cc.
66 """Returns the preamble for the header file.
110 // This file is AUTOMATICALLY GENERATED on %(today)s by command
153 // in this file reduce. Don't use this in your code.
294 """Returns the postamble for the header file."""
303 """Given a file path and a content string, overwrites it with the
306 print 'Updating file %s . . .' % path
308 f = file(path, 'w+')
316 """Given the maximum arity n, updates the header file tha
[all...]
/gem5/util/minorview/
H A Dmodel.py296 data on the decoder's picture file. This gives a 2D layout
410 """Make a colour decoder from some picture file blob attributes"""
722 def load_events(self, file, startTime=0, endTime=None):
723 """Load an event file and add everything to this model"""
756 if not os.access(file, os.R_OK):
757 print 'Can\'t open file', file
760 print 'Opening file', file
762 f = open(file)
[all...]
/gem5/util/stats/
H A Dprofile.py34 fd = file(filename)
69 output = file(output, 'w')
341 output = file(symbols.filename[:-3] + 'txt', 'w')
H A Doutput.py102 html = file(joinpath(directory, '%s.html' % name), 'w')
/gem5/src/python/m5/
H A DSimObject.py82 # configuration. For now, the Python emits a .ini file that can be
84 # and the Python interpreter may allow bypassing the .ini file.
112 # will generate a .ini file.
122 # Did any of the SimObjects lack a header file?
521 warn("No header file specified for SimObject: %s", name)
783 # Generate the C++ declaration (.hh file) for this SimObject's
949 # SimObject be defined) lower in this file.
1512 print('[' + self.path() + ']', file=ini_file) # .ini section header
1517 print('type=%s' % self.type, file=ini_file)
1523 file
[all...]
/gem5/ext/testlib/
H A Dhandlers.py306 print(record.data['buffer'], file=sys.stderr, end='')
310 print(record.data['buffer'], file=sys.stdout, end='')
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.cpp4 more contributor license agreements. See the NOTICE file distributed
6 Accellera licenses this file to you under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with the
544 file(0),
703 // Andy Goodrich: moved logs to end of file so line number synching works
741 // Andy Goodrich: moved the semantics() method to the header file and made
803 // Andy Goodrich: moved sc_process_b::reset_process() from header file
804 // to cpp file. Added dump_status() to print out the status of a
/gem5/configs/splash2/
H A Drun.py262 "or WaterSpatial", file=sys.stderr)
/gem5/src/arch/arm/
H A Dsemihosting.hh105 * This class describes the internal state of a file opened
108 * A file instance is normally created using one of the
110 * methods handle some the magic file names in the Arm Semihosting
113 * be used to unserialize a new instance of a file descriptor.
138 * Semihosting file IO interfaces
148 * Open the the file.
155 * Close the file.
162 * Check if a file corresponds to a TTY device.
164 * @return True if the file is a TTY, false otherwise.
169 * Read data from file
243 FILE *file; member in class:ArmSemihosting::File
[all...]

Completed in 57 milliseconds

123456