Searched refs:FormatFileLocation (Results 1 - 25 of 40) sorted by path

12

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
H A Dgtest-internal.h553 FormatFileLocation(file, line).c_str(), test_name, case_name);
H A Dgtest-port.h1227 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
1231 // FormatFileLocation in order to contrast the two functions.
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc840 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
855 // FormatFileLocation in order to contrast the two functions.
857 // to the file location it produces, unlike FormatFileLocation().
876 << FormatFileLocation(file, line).c_str() << ": ";
H A Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
H A Dgtest.cc2530 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
2807 << internal::FormatFileLocation(test_part_result.file_name(),
4076 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line)
/external/chromium_org/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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2107 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
2111 // FormatFileLocation in order to contrast the two functions.
7481 FormatFileLocation(file, line).c_str(), test_name, case_name);
8326 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3730 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
4007 << internal::FormatFileLocation(test_part_result.file_name(),
5277 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line)
8664 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
8679 // FormatFileLocation in order to contrast the two functions.
8681 // to the file location it produces, unlike FormatFileLocation().
8700 << FormatFileLocation(file, line).c_str() << ": ";
9578 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
H A Dgtest-internal.h595 FormatFileLocation(file, line).c_str(), test_name, case_name);
H A Dgtest-port.h884 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
888 // FormatFileLocation in order to contrast the two functions.
/external/chromium_org/third_party/mesa/src/src/gtest/src/
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() << ": ";
H A Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
H A Dgtest.cc2258 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
2521 << internal::FormatFileLocation(test_part_result.file_name(),
3763 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line)
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
H A Dgtest-internal.h521 FormatFileLocation(file, line).c_str(), test_name, case_name);
H A Dgtest-port.h1000 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
1004 // FormatFileLocation in order to contrast the two functions.
/external/gtest/src/
H A Dgtest-port.cc457 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { function in namespace:testing::internal
472 // FormatFileLocation in order to contrast the two functions.
474 // to the file location it produces, unlike FormatFileLocation().
493 << FormatFileLocation(file, line).c_str() << ": ";
H A Dgtest-typed-test.cc98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
H A Dgtest.cc2246 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
2523 << internal::FormatFileLocation(test_part_result.file_name(),
3793 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line)
/external/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/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2107 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
2111 // FormatFileLocation in order to contrast the two functions.
7481 FormatFileLocation(file, line).c_str(), test_name, case_name);
8326 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3730 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
4007 << internal::FormatFileLocation(test_part_result.file_name(),
5277 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line)
8666 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
8681 // FormatFileLocation in order to contrast the two functions.
8683 // to the file location it produces, unlike FormatFileLocation().
8702 << FormatFileLocation(file, line).c_str() << ": ";
9580 fprintf(stderr, "%s %s", 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(), \

Completed in 2191 milliseconds

12