Home
last modified time | relevance | path

Searched defs:actual (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-filepath_test.cc251 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), in TEST() local
257 FilePath actual = FilePath::MakeFileName(FilePath("foo"), FilePath("bar"), in TEST() local
263 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), in TEST() local
269 FilePath actual = FilePath::MakeFileName(FilePath("foo" GTEST_PATH_SEP_), in TEST() local
275 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), in TEST() local
281 FilePath actual = FilePath::MakeFileName(FilePath(""), FilePath("bar"), in TEST() local
287 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), in TEST() local
293 FilePath actual = FilePath::ConcatPaths(FilePath("foo" GTEST_PATH_SEP_), in TEST() local
299 FilePath actual = FilePath::ConcatPaths(FilePath(""), in TEST() local
305 FilePath actual = FilePath::ConcatPaths(FilePath("foo"), FilePath("")); in TEST() local
[all …]
Dgtest_uninitialized_test.py47 def AssertEq(expected, actual): argument
Dgtest_env_var_test.py48 def AssertEq(expected, actual): argument
Dgtest_repeat_test.cc63 #define GTEST_CHECK_INT_EQ_(expected, actual) \ argument
Dgtest_output_test_.cc109 std::string actual = "actual \"string\""; in TEST() local
Dgtest_unittest.cc1409 const TestPartResult& actual) { in CompareTestPartResult()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1410 const T2& actual) { in CmpHelperEQ()
1452 const T2& actual) { in Compare()
1466 BiggestInt actual) { in Compare()
1510 T* actual) { in Compare()
1658 RawType actual) { in CmpHelperFloatingPointEQ()
1946 #define EXPECT_EQ(expected, actual) \ argument
1950 #define EXPECT_NE(expected, actual) \ argument
1961 #define GTEST_ASSERT_EQ(expected, actual) \ argument
2019 #define EXPECT_STREQ(expected, actual) \ argument
2023 #define EXPECT_STRCASEEQ(expected, actual) \ argument
[all …]
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1102 BiggestInt actual) { in CmpHelperEQ()
1152 const char* actual) { in CmpHelperSTREQ()
1168 const char* actual) { in CmpHelperSTRCASEEQ()
1534 const wchar_t* actual) { in CmpHelperSTREQ()