HomeSort by relevance Sort by last modified time
    Searched refs:FormatFileLocation (Results 26 - 50 of 86) sorted by null

12 3 4

  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]
  /external/llvm/utils/unittest/googletest/src/
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/protobuf/gtest/include/gtest/internal/
gtest-internal.h 563 inline String FormatFileLocation(const char* file, int line) {
624 FormatFileLocation(file, line).c_str(), test_name, case_name);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/google-breakpad/src/testing/gtest/src/
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/mesa3d/src/gtest/src/
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() << ": ";
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
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() << ": ";
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
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/protobuf/gtest/src/
gtest-port.cc 433 << FormatFileLocation(file, line).c_str() << ": ";
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 698 *os << FormatFileLocation(file(), line()) << " ";
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-spec-builders.h 707 *os << FormatFileLocation(file(), line()) << " ";
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 561 FormatFileLocation(file, line).c_str(), test_name, case_name);
684 FormatFileLocation(code_location.file.c_str(),
    [all...]
  /external/googletest/googletest/src/
gtest-port.cc 880 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
895 // FormatFileLocation in order to contrast the two functions.
897 // to the file location it produces, unlike FormatFileLocation().
915 << FormatFileLocation(file, line).c_str() << ": ";
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
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/src/
gtest-port.cc 880 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
895 // FormatFileLocation in order to contrast the two functions.
897 // to the file location it produces, unlike FormatFileLocation().
915 << FormatFileLocation(file, line).c_str() << ": ";
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-spec-builders.h 706 *os << FormatFileLocation(file(), line()) << " ";
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 560 FormatFileLocation(file, line).c_str(), test_name, case_name);
683 FormatFileLocation(code_location.file.c_str(),
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 862 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
877 // FormatFileLocation in order to contrast the two functions.
879 // to the file location it produces, unlike FormatFileLocation().
897 << FormatFileLocation(file, line).c_str() << ": ";
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 839 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
854 // FormatFileLocation in order to contrast the two functions.
856 // to the file location it produces, unlike FormatFileLocation().
875 << FormatFileLocation(file, line).c_str() << ": ";
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-spec-builders_test.cc 93 using testing::internal::FormatFileLocation;
891 std::string expect_call_location = FormatFileLocation(__FILE__, __LINE__ + 1);
908 on_call_location = FormatFileLocation(__FILE__, __LINE__ + 1);
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 595 FormatFileLocation(file, line).c_str(), test_name, case_name);
    [all...]
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 557 std::cout << internal::FormatFileLocation(state.first_used_file,
  /external/googletest/googlemock/src/
gmock-spec-builders.cc 566 std::cout << internal::FormatFileLocation(state.first_used_file,
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 624 FormatFileLocation(file, line).c_str(), test_name, case_name);
    [all...]

Completed in 441 milliseconds

12 3 4