HomeSort by relevance Sort by last modified time
    Searched refs:FormatFileLocation (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/google-breakpad/src/testing/gtest/src/
gtest-typed-test.cc 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
gtest-port.cc 456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
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/
gtest-typed-test.cc 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
gtest-port.cc 431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
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/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-typed-test.cc 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
gtest-port.cc 431 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
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/googletest/googletest/src/
gtest-typed-test.cc 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
gtest-port.cc     [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/src/
gtest-typed-test.cc 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-typed-test.cc 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
  /external/mesa3d/src/gtest/src/
gtest-typed-test.cc 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
gtest-typed-test.cc 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
  /external/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 204 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
gtest-internal.h 585 FormatFileLocation(file, line).c_str(), test_name, case_name);
755 FormatFileLocation(code_location.file.c_str(),
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
gtest-death-test-internal.h 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
gtest-internal.h 560 FormatFileLocation(file, line).c_str(), test_name, case_name);
683 FormatFileLocation(code_location.file.c_str(),
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-death-test-internal.h 173 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 232 // 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));
    [all...]
  /external/googletest/googletest/test/
googletest-port-test.cc 251 // Verifies behavior of FormatFileLocation.
253 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42));
254 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42));
259 FormatFileLocation(nullptr, 42));
260 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42));
264 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1));
268 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1));
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 698 *os << FormatFileLocation(file(), line()) << " ";
    [all...]

Completed in 720 milliseconds

1 2 3