Searched refs:line (Results 126 - 136 of 136) sorted by relevance

123456

/gem5/ext/drampower/src/
H A DCmdScheduler.cc140 std::string line; local
152 while (getline(trans_trace, line)) {
153 istringstream linestream(line);
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc187 // specified on the command line.
303 "This flag specifies the flagfile to read command-line flags from.");
363 int line,
365 : data_(new AssertHelperData(type, file, line, message)) {
375 AddTestPartResult(data_->type, data_->file, data_->line,
386 // A copy of all command line arguments. Set by InitGoogleTest().
1135 void PushLine(char edit, const char* line) { argument
1140 hunk_.push_back(std::make_pair(' ', line));
1144 hunk_removes_.push_back(std::make_pair('-', line));
1148 hunk_adds_.push_back(std::make_pair('+', line));
361 AssertHelper(TestPartResult::Type type, const char* file, int line, const char* message) argument
[all...]
H A Dgtest-internal-inl.h109 // specified on the command line.
369 // environment variable or a command line flag. E.g. you can set the
459 int line; member in struct:testing::internal::TraceInfo
951 // Parses the command line for Google Test flags, without initializing
1159 "&line=" + StreamableToString(test_part_result.line_number()) +
/gem5/src/gpu-compute/
H A Dcompute_unit.cc1071 Addr line = pkt->req->getPaddr(); local
1074 pkt->req->getVaddr(), line);
1116 gpuDynInst->memStatusVector[line].push_back(mp_index);
1317 Addr line M5_VAR_USED = pkt->req->getPaddr();
1319 computeUnit->cu_id, pkt->req->getVaddr(), line);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h248 // Command-line utilities:
251 // GetInjectableArgvs() - returns the command line as a vector of strings.
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);
1236 int line);
1256 GTestLog(GTestLogSeverity severity, const char* file, int line);
1430 // All command line arguments.
2500 // Utilities for command line flags and environment variables.
/gem5/configs/common/
H A DHMC.py289 cache line size will be set to this value.\nDefault:\
/gem5/ext/ply/ply/
H A Dcpp.py178 def error(self,file,line,msg):
179 print >>sys.stderr,"%s:%d %s" % (file,line,msg)
257 # is removed. Any line ending with \ is grouped with the next line. This
259 # a line-by-line format.
536 # tokens = tokenize(line)
/gem5/src/arch/hsail/
H A DBrig_new.hpp1273 uint32_t line; member in struct:BrigDirectiveLoc
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc865 EXPECT_DEATH(DieWithMessage("line 1\nline 2\nline 3\n"),
866 "line 1\nxyz\nline 3\n"),
868 "[ DEATH ] line 1\n"
869 "[ DEATH ] line 2\n"
870 "[ DEATH ] line 3\n");
875 EXPECT_DEATH(DieWithMessage("line 1\nline 2\nline 3\n"),
876 "line 1\nline 2\nline 3\n");
885 const char* file, int line, DeathTest** test);
1002 int /*line*/,
H A Dgtest_unittest.cc37 // Verifies that the command line flag variables can be accessed
152 "event=TestPartResult&file=foo.cc&line=42&message=failed%3D%0A%26%25\n",
315 // This line tests that we can define tests in an unnamed namespace.
1354 -1, // This line number means "unknown"
2868 // space after the first comma in the previous line.
2879 // space after the first comma in the previous line.
3478 int line; member in struct:__anon65::Case
4459 // the two casts on the same line doesn't work, neither does
4627 << "A NUL char " << std::ends << std::flush << " in line 2.";
4628 }, "Line 1.\nA NUL char \\0 in line
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1837 auto line = sep.attr("join")(strings); local
1855 write(line);

Completed in 91 milliseconds

123456