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

123456

/gem5/util/pbs/
H A Dsend.py265 qsub.stdout = jobdir.file('jobout')
/gem5/src/dev/net/
H A DEthernet.py129 file = Param.String("dump file") variable in class:EtherDump
/gem5/src/base/stats/
H A Dtext.cc110 Text::Text(const std::string &file) argument
113 open(file);
138 Text::open(const std::string &file) argument
144 stream = new ofstream(file.c_str(), ios::trunc);
146 fatal("Unable to open statistics file for writing\n");
/gem5/src/dev/serial/
H A Dterminal.cc44 /* @file
158 case Enums::TerminalDump::file:
/gem5/ext/googletest/googletest/test/
H A Dgtest-filepath_test.cc34 // This file tests classes and functions used internally by
37 // This file is #included from gtest_unittest.cc, to avoid changing
39 // #include this file anywhere else!
523 // Strings representing a directory and a file, with identical paths
525 // a directory named 'test' from a file named 'test'. Example names:
549 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there
552 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there
559 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there
565 // force a failure by putting a file where we will try to create a directory.
604 const FilePath file("drin
[all...]
H A Dgtest-death-test_test.cc885 const char* file, int line, DeathTest** test);
1001 const char* /*file*/,
H A Dgtest_unittest.cc152 "event=TestPartResult&file=foo.cc&line=42&message=failed%3D%0A%26%25\n",
4657 // the right file path and line number the same way, as
4658 // EXPECT_NONFATAL_FAILURE() doesn't get to see the file path and
5341 EXPECT_STREQ(__FILE__, test_info->file()); \
6054 // Tests parsing --gtest_output=xml:file
6058 "--gtest_output=xml:file",
6067 GTEST_TEST_PARSING_FLAGS_(argv, argv2, Flags::Output("xml:file"), false);
/gem5/util/stats/
H A Dbarchart.py272 f = file(name, 'w')
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.h4 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
407 const char* file; member in class:sc_core::sc_process_b
631 // the file sc_reset.cpp.
724 // Andy Goodrich: moved the modification log to the end of the file to
755 // Andy Goodrich: moved the semantics() method to this file and made it
816 // from header to cpp file . Added dump_status() to print out the status of a
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc4 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
23 This file is included in sc_signed.cpp and
26 as sc_signed before including this file. This file like
2989 // End of file.
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc170 // The default output file for XML output.
177 // The environment variable name for the test shard status file.
242 "by a colon and an output file name or directory. A directory "
246 "within that directory, with file-names based on the test "
362 const char* file,
365 : data_(new AssertHelperData(type, file, line, message)) {
375 AddTestPartResult(data_->type, data_->file, data_->line,
424 // Returns the name of the requested output file, or the default if none
2256 NULL, // No info about the source file where the exception occurred.
2575 FormatFileLocation(code_location.file
361 AssertHelper(TestPartResult::Type type, const char* file, int line, const char* message) argument
4696 FILE* const file = posix::FOpen(test_shard_file, "w"); local
[all...]
H A Dgtest-internal-inl.h34 // This file contains purely Google Test's internal implementation. Please
43 // If this file is included from the user's code, just say no.
250 // Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file
251 // if the variable is present. If a file already exists at this location, this
252 // function will write over it. If the variable is present, but the file cannot
380 // Returns the absolute path of the requested output file, or the
458 const char* file; member in struct:testing::internal::TraceInfo
1093 int sockfd_; // socket file descriptor
1158 SendLn("event=TestPartResult&file=" + UrlEncode(file_name) +
/gem5/util/style/
H A Dverifiers.py62 This function wraps the fix function and creates a backup file
73 # Now, Let's make a backup file.
78 # Try to apply the fix. If it fails, then we revert the file
79 # Either way, we need to clean up our backup file
83 # Restore the original file to the backup file
84 self.ui.write("Error! Restoring the original file.\n")
88 # Clean up the backup file
151 f = file(filename, mode)
153 print 'could not open file
[all...]
/gem5/src/python/m5/
H A Dmain.py58 print("A stat file can either be specified as a URI or a plain")
91 help="Redirect stdout (& stderr, without -e) to file")
93 help="Redirect stderr to file")
94 option("--stdout-file", metavar="FILE", default="simout",
96 option("--stderr-file", metavar="FILE", default="simerr",
118 option("--stats-file", metavar="FILE", default="stats.txt",
119 help="Sets the output file for statistics [Default: %default]")
127 help="Dump configuration output file [Default: %default]")
149 option("--debug-file", metavar="FILE", default="cout",
150 help="Sets the output file fo
[all...]
/gem5/ext/ply/ply/
H A Dcpp.py178 def error(self,file,line,msg):
179 print >>sys.stderr,"%s:%d %s" % (file,line,msg)
721 # Implementation of file-inclusion
725 # Try to extract the filename and then process an include file
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py88 """Represents a position (line and column) in a text file."""
131 # Special cursor to indicate the end-of-file.
133 """Returns the special cursor to denote the end-of-file."""
138 """Represents a token in a Pump source file."""
837 output_str = ConvertFromPumpSource(file(file_path, 'r').read())
845 output_file = file(output_file_path, 'w')
846 output_file.write('// This file was GENERATED by command:\n')
/gem5/configs/common/
H A DFSConfig.py677 self.etherdump = EtherDump(file=dumpfile)
713 self.etherdump = EtherDump(file=dumpfile)
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h2 pybind11/pybind11.h: Main header file of the C++11 python
8 BSD-style license that can be found in the LICENSE file.
1839 object file; local
1840 if (kwargs.contains("file")) {
1841 file = kwargs["file"].cast<object>();
1844 file = module::import("sys").attr("stdout");
1854 auto write = file.attr("write");
1859 file.attr("flush")();
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s14 .file "ksr1.s"
/gem5/util/streamline/
H A Dm5stats2streamline.py41 # This script converts gem5 output to ARM DS-5 Streamline .apc project file
49 # <stat_config.ini>: .ini file that describes which stats to be included
52 # NOTE: this is NOT the gem5 config.ini file.
75 Converts gem5 runs to ARM DS-5 Streamline .apc project file.
86 help=".ini file that describes which stats to be included \
89 file.")
119 # Setting this to True will significantly compress the .apc binary file that
131 # Parse gem5 config.ini file to determine some system configurations.
137 print "Parsing gem5 config.ini file..."
142 print "ERROR: config file '", config_fil
[all...]

Completed in 97 milliseconds

123456