Searched defs:actual (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-filepath_test.cc251 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), local
257 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), local
263 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), local
269 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), local
275 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), local
281 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), local
287 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local
293 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_), local
299 FilePath actual = FilePath::ConcatPaths(FilePath(""), local
305 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), FilePath("")); local
310 FilePath actual = FilePath::ConcatPaths(FilePath(""), local
316 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_ "bar"), local
323 FilePath actual = FilePath::ConcatPaths( local
331 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), local
[all...]
H A Dgtest_output_test_.cc108 std::string actual = "actual \"string\""; local
H A Dgtest_unittest.cc1392 CompareTestPartResult(const TestPartResult& expected, const TestPartResult& actual) argument
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc1332 ::std::stringstream expected, actual; local
1334 testing::internal::UniversalPrint(ByRef(n), &actual); local
H A Dgmock-matchers_test.cc4691 const int actual[] = {3, 1, 2}; local
4745 const int actual[] = {3, 1, 2}; local

Completed in 57 milliseconds