Home
last modified time | relevance | path

Searched refs:FormatFileLocation (Results 1 – 25 of 53) sorted by relevance

123

/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-port-test.cc245 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/
Dgoogletest-port-test.cc245 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/
Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
Dgtest-port.cc431 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/
Dgtest-test-part.cc51 return os << internal::FormatFileLocation(result.file_name(), in operator <<()
Dgtest-typed-test.cc99 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
Dgtest-port.cc1023 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/
Dgtest-test-part.cc51 return os << internal::FormatFileLocation(result.file_name(), in operator <<()
Dgtest-typed-test.cc105 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
Dgtest-port.cc983 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/
Dgtest-test-part.cc51 return os << internal::FormatFileLocation(result.file_name(), in operator <<()
Dgtest-typed-test.cc109 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
Dgtest-port.cc1022 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/
Dgtest-test-part.cc51 return os << internal::FormatFileLocation(result.file_name(), in operator <<()
Dgtest-typed-test.cc97 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
Dgtest-port.cc1027 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/
Dgtest-typed-test.cc106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
Dgtest-port.cc1018 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/
Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-death-test-internal.h200 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-death-test-internal.h198 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h198 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-death-test-internal.h198 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-death-test-internal.h198 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/googletest/googlemock/src/
Dgmock-spec-builders.cc76 s << internal::FormatFileLocation(file, line) << " " << message in LogWithLocation()
629 std::cout << internal::FormatFileLocation(state.first_used_file, in ~MockObjectRegistry()

123