Searched refs:summary (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/alpha/
H A Dinterrupts.hh150 uint64_t summary = 0; local
158 summary |= (ULL(1) << i);
168 summary |= (ULL(1) << i);
181 uint64_t summary = 0; local
188 summary |= (ULL(1) << i);
198 summary |= (ULL(1) << i);
203 newSummary = summary;
205 DPRINTF(Flow, "Interrupt! IPLR=%d ipl=%d summary=%x\n",
206 tc->readMiscRegNoEffect(IPR_IPLR), ipl, summary);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-test-part.h84 // Gets the summary of the failure message.
85 const char* summary() const { return summary_.c_str(); } function in class:testing::TestPartResult
105 // Gets the summary of the failure message by omitting the stack
115 std::string summary_; // The test failure summary.
/gem5/ext/googletest/googletest/samples/
H A Dsample9_unittest.cc79 test_part_result.summary());
/gem5/ext/googletest/googletest/test/
H A Dgtest-test-part_test.cc73 EXPECT_STREQ("something is terribly wrong", result.summary());
H A Dgtest_unittest.cc1397 EXPECT_STREQ(expected.summary(), actual.summary());
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc3405 // Prints an XML summary of unit_test to output stream out.
3658 const string summary = location + "\n" + part.summary(); local
3660 << EscapeXmlAttribute(summary.c_str())
3700 // Prints an XML summary of unit_test to output stream out.

Completed in 53 milliseconds