Searched refs:stream (Results 51 - 56 of 56) sorted by relevance

123

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h97 // platform supports I/O stream redirection using
772 // Determines whether to support stream redirection. This is used to test
775 // By default, we assume that stream redirection is supported on all
1251 // Formats log entry severity, provides a stream object for streaming the
2371 inline FILE *FReopen(const char* path, const char* mode, FILE* stream) { argument
2372 return freopen(path, mode, stream);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h313 ::std::ostream& (*basic_manipulator)(::std::ostream& stream)) { argument
1667 // A class that enables one to stream messages to assertion macros
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc241 EXPECT_TRUE(DummyMatchResultListener().stream() == NULL);
242 EXPECT_TRUE(StreamMatchResultListener(NULL).stream() == NULL);
244 EXPECT_EQ(&std::cout, StreamMatchResultListener(&std::cout).stream());
284 // Verifies that we can stream to a listener directly.
286 if (listener->stream() != NULL) {
287 // Verifies that we can stream to a listener's underlying stream
289 *listener->stream() << " == " << (x % 2);
490 // Verifies that we can stream to the listener directly.
492 if (listener->stream() !
[all...]
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc1710 page_stat_file = simout.create(name().c_str())->stream();
H A Dcompute_unit.cc1717 simout.create(computeUnit->name().c_str())->stream();
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h229 PrintIndices(listener->stream());
235 PrintIfNotEmpty(inner_listener.str(), listener->stream());
1337 // optionally stream additional information to a special variable

Completed in 54 milliseconds

123