Searched refs:Explain (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/test/
H A Dgmock-generated-matchers_test.cc100 string Explain(const MatcherType& m, const Value& x) { function in namespace:__anon5286
219 Explain(m, make_tuple(false, 42, 42)));
221 Explain(m, make_tuple(false, 42, 43)));
248 Explain(m, make_tuple('a', 42, 42)));
250 Explain(m, make_tuple('\0', 42, 43)));
330 EXPECT_EQ("", Explain(m, test_list)); // No need to explain anything.
341 Explain(m, test_vector));
349 EXPECT_EQ("", Explain(m, test_list));
352 EXPECT_EQ("which has 1 element", Explain(m, test_list));
361 EXPECT_EQ("whose element #0 doesn't match", Explain(
[all...]
H A Dgmock-matchers_test.cc198 string Explain(const MatcherType& m, const Value& x) { function in namespace:testing::gmock_matchers_test
277 EXPECT_EQ("value % 2 == 0", Explain(m, 2));
278 EXPECT_EQ("value % 2 == 1", Explain(m, 3));
451 EXPECT_EQ("% 2 == 0", Explain(m1, 42));
462 EXPECT_EQ("% 2 == 0", Explain(m2, '\x42'));
1033 EXPECT_THAT(Explain(Matcher<const int&>(Ref(n)), n),
1037 EXPECT_THAT(Explain(Matcher<const int&>(Ref(n)), m),
1182 Explain(m, make_pair(5, true)));
1184 Explain(m, make_pair(15, true)));
1258 Explain(
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/sqlite/dist/orig/
H A Dsqlite3.c14546 typedef struct Explain Explain; typedef in typeref:struct:Explain
14785 ** An Explain object accumulates indented output which is helpful
14788 struct Explain { struct
25240 /* 157 */ "Explain" OpHelp(""),
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14546 typedef struct Explain Explain; typedef in typeref:struct:Explain
14785 ** An Explain object accumulates indented output which is helpful
14788 struct Explain { struct
25240 /* 157 */ "Explain" OpHelp(""),
[all...]

Completed in 710 milliseconds