Home
last modified time | relevance | path

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

1234

/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/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/protobuf/gtest/src/
Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), in VerifyRegisteredTestNames()
/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/mesa3d/src/gtest/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/v8/testing/gtest/test/
Dgtest-port_test.cc271 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
272 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
282 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
286 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-port_test.cc271 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
272 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
282 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
286 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/external/googletest/googletest/test/
Dgtest-port_test.cc271 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
272 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
282 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
286 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-typed-test.cc98 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/v8/testing/gtest/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()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/vulkan-validation-layers/tests/gtest-1.7.0/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.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-death-test-internal.h169 ::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(), \
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/protobuf/gtest/include/gtest/internal/
Dgtest-internal.h563 inline String FormatFileLocation(const char* file, int line) { in FormatFileLocation() function
624 FormatFileLocation(file, line).c_str(), test_name, case_name); in AddTestName()

1234