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

1 2

  /external/chromium/testing/gmock/test/
gmock-cardinalities_test.cc 50 using testing::IsSubstring;
123 EXPECT_PRED_FORMAT2(IsSubstring, "called any number of times",
151 EXPECT_PRED_FORMAT2(IsSubstring, "any number of times",
168 EXPECT_PRED_FORMAT2(IsSubstring, "at least once",
173 EXPECT_PRED_FORMAT2(IsSubstring, "at least twice",
178 EXPECT_PRED_FORMAT2(IsSubstring, "at least 3 times",
206 EXPECT_PRED_FORMAT2(IsSubstring, "never called",
223 EXPECT_PRED_FORMAT2(IsSubstring, "called at most once",
228 EXPECT_PRED_FORMAT2(IsSubstring, "called at most twice",
233 EXPECT_PRED_FORMAT2(IsSubstring, "called at most 3 times"
    [all...]
gmock-spec-builders_test.cc 84 using testing::IsSubstring;
626 IsSubstring,
631 IsSubstring,
637 IsSubstring,
642 IsSubstring,
648 IsSubstring,
668 IsSubstring,
889 EXPECT_PRED_FORMAT2(IsSubstring, expect_call_location, output);
901 EXPECT_PRED_FORMAT2(IsSubstring, on_call_location, GetCapturedStdout());
    [all...]
  /external/chromium/testing/gtest/test/
gtest-message_test.cc 74 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1.234560", s);
75 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 2.345669", s);
83 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1260570880.45", s);
84 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 1260572265.19", s);
gtest_unittest.cc 133 using testing::IsSubstring;
    [all...]
gtest-port_test.cc 214 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42));
215 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42));
220 IsSubstring, "unknown file", FormatFileLocation(NULL, 42));
221 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42));
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-message_test.cc 67 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1.234560", s.c_str());
68 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 2.345669", s.c_str());
76 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1260570880.45", s.c_str());
77 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 1260572265.19", s.c_str());
gtest_unittest.cc 134 using testing::IsSubstring;
    [all...]
gtest-port_test.cc 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));
    [all...]
  /external/gtest/test/
gtest-message_test.cc 74 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1.234560", s);
75 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 2.345669", s);
83 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1260570880.45", s);
84 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 1260572265.19", s);
gtest_unittest.cc 133 using testing::IsSubstring;
    [all...]
gtest-port_test.cc 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));
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-message_test.cc 67 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1.234560", s.c_str());
68 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 2.345669", s.c_str());
76 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1260570880.45", s.c_str());
77 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 1260572265.19", s.c_str());
gtest_unittest.cc 222 using testing::IsSubstring;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 798 // IsSubstring() and IsNotSubstring() are intended to be used as the
806 AssertionResult IsSubstring(
809 AssertionResult IsSubstring(
819 AssertionResult IsSubstring(
828 AssertionResult IsSubstring(
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 139 using testing::IsSubstring;
    [all...]
  /bionic/tests/
dlfcn_test.cpp 28 ASSERT_PRED_FORMAT2(::testing::IsSubstring, needle, haystack)
  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]

Completed in 937 milliseconds

1 2