/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-port-test.cc | 245 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST() 246 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST() 251 FormatFileLocation(nullptr, 42)); in TEST() 252 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST() 256 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST() 260 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
|
/external/googletest/googletest/test/ |
D | googletest-port-test.cc | 245 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST() 246 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST() 251 FormatFileLocation(nullptr, 42)); in TEST() 252 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST() 256 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST() 260 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/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-test-part.cc | 51 return os << internal::FormatFileLocation(result.file_name(), in operator <<()
|
D | gtest-typed-test.cc | 99 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
D | gtest-port.cc | 1023 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function 1058 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-test-part.cc | 51 return os << internal::FormatFileLocation(result.file_name(), in operator <<()
|
D | gtest-typed-test.cc | 105 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
D | gtest-port.cc | 983 GTEST_API_ ::std::string FormatFileLocation(const char *file, int line) { in FormatFileLocation() function 1020 << marker << " " << FormatFileLocation(file, line).c_str() in GTestLog()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-test-part.cc | 51 return os << internal::FormatFileLocation(result.file_name(), in operator <<()
|
D | gtest-typed-test.cc | 109 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
D | gtest-port.cc | 1022 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function 1057 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog()
|
/external/googletest/googletest/src/ |
D | gtest-test-part.cc | 51 return os << internal::FormatFileLocation(result.file_name(), in operator <<()
|
D | gtest-typed-test.cc | 97 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
|
D | gtest-port.cc | 1027 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function 1062 << 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 | 1018 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() function 1053 << FormatFileLocation(file, line).c_str() << ": "; in GTestLog()
|
/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 | 200 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 198 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 198 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 198 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-death-test-internal.h | 198 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
|
/external/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 76 s << internal::FormatFileLocation(file, line) << " " << message in LogWithLocation() 629 std::cout << internal::FormatFileLocation(state.first_used_file, in ~MockObjectRegistry()
|