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

1 2 3 4

  /external/google-breakpad/src/testing/gtest/src/
gtest-typed-test.cc 98 fprintf(stderr, "%s %s", 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(),
  /external/mesa3d/src/gtest/src/
gtest-typed-test.cc 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
  /external/protobuf/gtest/src/
gtest-typed-test.cc 98 fprintf(stderr, "%s %s", 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(),
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-typed-test.cc 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-typed-test.cc 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
  /external/googletest/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/v8/testing/gtest/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 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-death-test-internal.h 169 ::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/v8/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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/
gtest-port_test.cc 269 // 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));
    [all...]
  /external/v8/testing/gtest/test/
gtest-port_test.cc 269 // 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));
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 269 // 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));
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 269 // 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));
    [all...]

Completed in 888 milliseconds

1 2 3 4