/external/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; 637 IsSubstring, 642 IsSubstring, 648 IsSubstring, 653 IsSubstring, 659 IsSubstring, 679 IsSubstring, 900 EXPECT_PRED_FORMAT2(IsSubstring, expect_call_location, output); 913 EXPECT_PRED_FORMAT2(IsSubstring, on_call_location, GetCapturedStdout()); [all...] |
/external/google-breakpad/src/testing/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; 637 IsSubstring, 642 IsSubstring, 648 IsSubstring, 653 IsSubstring, 659 IsSubstring, 679 IsSubstring, 900 EXPECT_PRED_FORMAT2(IsSubstring, expect_call_location, output); 912 EXPECT_PRED_FORMAT2(IsSubstring, on_call_location, GetCapturedStdout()); [all...] |
/external/google-breakpad/src/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 | 134 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...] |
/external/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 | 222 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/protobuf/gtest/test/ |
gtest-message_test.cc | 75 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1.234560", s); 76 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 2.345669", s); 84 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1260570880.45", s); 85 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 1260572265.19", s);
|
gtest_unittest.cc | 130 using testing::IsSubstring; [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/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...] |
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...] |
/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...] |
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/protobuf/src/google/protobuf/io/ |
coded_stream_unittest.cc | [all...] |
/external/google-breakpad/src/testing/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/protobuf/gtest/include/gtest/ |
gtest.h | [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
gtest.h | [all...] |