Searched refs:FormatFileLocation (Results 1 - 25 of 72) sorted by relevance

123

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
H A Dgtest-port.cc456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
471 // FormatFileLocation in order to contrast the two functions.
473 // to the file location it produces, unlike FormatFileLocation().
492 << FormatFileLocation(file, line).c_str() << ": ";
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
H A Dgtest-port.cc431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
446 // FormatFileLocation in order to contrast the two functions.
448 // to the file location it produces, unlike FormatFileLocation().
467 << FormatFileLocation(file, line).c_str() << ": ";
/external/mesa3d/src/gtest/src/
H A Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
H A Dgtest-port.cc431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
446 // FormatFileLocation in order to contrast the two functions.
448 // to the file location it produces, unlike FormatFileLocation().
467 << FormatFileLocation(file, line).c_str() << ": ";
/external/protobuf/gtest/src/
H A Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
H A Dgtest-port.cc431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
446 // FormatFileLocation in order to contrast the two functions.
448 // to the file location it produces, unlike FormatFileLocation().
467 << FormatFileLocation(file, line).c_str() << ": ";
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
/external/googletest/googletest/src/
H A Dgtest-typed-test.cc106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-typed-test.cc106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
/external/v8/testing/gtest/src/
H A Dgtest-typed-test.cc106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-port_test.cc232 // Verifies behavior of FormatFileLocation.
234 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42));
235 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42));
240 IsSubstring, "unknown file", FormatFileLocation(NULL, 42));
241 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42));
245 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1));
249 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1));
/external/googletest/googletest/test/
H A Dgtest-port_test.cc269 // Verifies behavior of FormatFileLocation.
271 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42));
272 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42));
277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42));
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42));
282 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1));
286 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1));
/external/v8/testing/gtest/test/
H A Dgtest-port_test.cc269 // Verifies behavior of FormatFileLocation.
271 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42));
272 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42));
277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42));
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42));
282 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1));
286 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1));
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-port_test.cc269 // Verifies behavior of FormatFileLocation.
271 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42));
272 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42));
277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42));
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42));
282 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1));
286 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1));

Completed in 615 milliseconds

123