Home
last modified time | relevance | path

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

123

/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc234 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/
Dgoogletest-port-test.cc253 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/
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/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/google-breakpad/src/testing/gtest/src/
Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
Dgtest-port.cc456 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/
Dgtest-typed-test.cc106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-typed-test.cc106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
/external/googletest/googletest/src/
Dgtest-typed-test.cc106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-typed-test.cc106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
Dgtest-port.cc937 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/
Dgtest-typed-test.cc106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
Dgtest-port.cc880 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/
Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
Dgtest-internal.h560 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/
Dgtest-death-test-internal.h173 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
Dgtest-internal.h560 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/
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.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h204 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \

123