/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-port_test.cc | 234 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST() 235 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST() 240 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST() 241 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST() 245 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST() 249 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
|
/external/googletest/googletest/test/ |
D | googletest-port-test.cc | 253 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST() 254 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST() 259 FormatFileLocation(nullptr, 42)); in TEST() 260 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST() 264 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST() 268 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-typed-test.cc | 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
D | gtest-port.cc | 431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function 467 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest-typed-test.cc | 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
D | gtest-port.cc | 431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function 467 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-typed-test.cc | 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
D | gtest-port.cc | 456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function 492 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-typed-test.cc | 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-typed-test.cc | 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
/external/googletest/googletest/src/ |
D | gtest-typed-test.cc | 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-typed-test.cc | 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
D | gtest-port.cc | 937 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function 972 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-typed-test.cc | 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
D | gtest-port.cc | 880 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function 915 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog()
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
D | gtest-internal.h | 560 FormatFileLocation(file, line).c_str(), test_name, case_name); in AddTestName() 683 FormatFileLocation(code_location.file.c_str(), in Register()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-death-test-internal.h | 173 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
D | gtest-internal.h | 560 FormatFileLocation(file, line).c_str(), test_name, case_name); in AddTestName() 683 FormatFileLocation(code_location.file.c_str(), in Register()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 204 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|