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

123456

/gem5/src/dev/storage/
H A Ddisk_image.hh31 /** @file
76 std::string file; member in class:RawDiskImage
131 bool open(const std::string &file);
133 void save(const std::string &file) const;
H A Ddisk_image.cc31 /** @file
84 file = filename;
89 stream.open(file.c_str(), mode);
106 panic("file not open!\n");
121 panic("file not open!\n");
125 panic("Could not seek to location in file");
146 panic("file not open!\n");
150 panic("Could not seek to location in file");
191 fatal("could not open read-only file");
226 panic("file no
251 open(const string &file) argument
[all...]
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.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
65 const char* file,
72 const char* file,
115 // if filename is NULL, the previous log file name will be removed.
166 const char* file,
175 // Andy Goodrich: moved the modification log to the end of the file to
H A Dsc_report.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
128 { return file; }
157 const char* file,
164 char* file; member in class:sc_core::sc_report
269 // Andy Goodrich: moved the modification log to the end of the file to
/gem5/src/systemc/dt/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
H A Dsc_nbfriends.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
H A Dsc_signed_bitref.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
H A Dsc_unsigned_bitref.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
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh70 const char *file, int line);
72 int verbosity, const char *file, int line);
75 static void report(sc_severity, int id, const char *msg, const char *file,
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1_b.s14 .file "ksr1_b.s"
/gem5/src/base/gtest/
H A Dlogging.cc64 ADD_FAILURE_AT(loc.file, loc.line) << s;
/gem5/ext/googletest/googlemock/scripts/
H A Dfuse_gmock_files.py33 Fuses Google Mock and Google Test source code into two .h files and a .cc file.
69 # We assume that this file is in the scripts/ directory in the Google
122 output_file = file(os.path.join(output_dir, GMOCK_H_OUTPUT), 'w')
126 """Processes the given gmock header file."""
135 for line in file(os.path.join(gmock_root, gmock_header_path), 'r'):
152 # Otherwise we copy the line unchanged to the output file.
165 """Processes the given gmock source file."""
167 # We don't process the same #included file twice.
173 # Reads each line in the given gmock source file.
174 for line in file(o
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h34 // This header file defines internal utilities needed for implementing
80 const char* file, int line, DeathTest** test);
144 const char* file, int line, DeathTest** test) = 0;
151 const char* file, int line, DeathTest** test);
248 const std::string& file() const { return file_; } function in class:testing::internal::InternalRunDeathTestFlag
/gem5/src/python/m5/util/
H A D__init__.py61 print('panic:', fmt % args, file=sys.stderr)
68 print('fatal:', fmt % args, file=sys.stderr)
75 print('warn:', fmt % args, file=sys.stderr)
80 print('info:', fmt % args, file=sys.stdout)
/gem5/src/base/
H A Dlogging.hh83 Loc(const char *file, int line) : file(file), line(line) {} argument
84 const char *file; member in struct:Logger::Loc
/gem5/ext/googletest/googlemock/src/
H A Dgmock-internal-utils.cc34 // This file defines some utilities useful for implementing Google
78 virtual void ReportFailure(FailureType type, const char* file, int line, argument
83 file,
/gem5/ext/googletest/googletest/scripts/
H A Drelease_docs.py59 $ svn status # verify the file list
60 $ svn diff # verify the file contents
118 """Returns a list of .wiki file names that need to be branched."""
143 text = file(source_file, 'r').read()
145 file(versioned_file, 'w').write(new_text)
/gem5/ext/googletest/googletest/src/
H A Dgtest-typed-test.cc61 const char* file, int line, const char* registered_tests) {
106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
60 VerifyRegisteredTestNames( const char* file, int line, const char* registered_tests) argument
H A Dgtest-port.cc98 std::ifstream file(filename.c_str());
100 file >> dummy;
103 file >> output;
683 // TODO(wan@google.com): fix the source file location in the
876 const char kUnknownFile[] = "unknown file";
878 // Formats a source file path and a line number as they would appear
880 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { argument
881 const std::string file_name(file == NULL ? kUnknownFile : file);
893 // Formats a file locatio
898 FormatCompilerIndependentFileLocation( const char* file, int line) argument
908 GTestLog(GTestLogSeverity severity, const char* file, int line) argument
[all...]
/gem5/util/
H A Dminorview.py59 parser.add_argument('--picture', metavar='picture-file',
61 help='markup file containing blob information '
67 help='time of first event to load from file')
69 help='time of last event to load from file')
72 parser.add_argument('eventFile', metavar='event-file', default='ev')
81 parser.error('Can\'t read picture file: ' + args.picture)
105 parser.error('Can\'t read event file: ' + args.eventFile)
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbfriends.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
726 // End of file.
H A Dsc_signed_bitref.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
163 // End of file
H A Dsc_unsigned_bitref.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
162 // End of file
/gem5/tests/testing/
H A Dresults.py178 print("--- %s ---" % suite.name, file=fout)
181 print("*** %s" % t, file=fout)
187 print(t.message, file=fout)
190 print(t.stderr, file=fout)
192 print(t.stdout, file=fout)
214 print("%s: %s" % (suite.name, status), file=fout)
/gem5/src/systemc/core/
H A Dsc_process_handle.cc60 sc_set_location(const char *file, int lineno) argument
65 current->file = file;

Completed in 36 milliseconds

123456