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

/external/chromium/testing/gmock/test/
H A Dgmock-generated-matchers_test.cc100 string Explain(const MatcherType& m, const Value& x) { function in namespace:__anon3299
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.cc194 string Explain(const MatcherType& m, const Value& x) { function in namespace:testing::gmock_matchers_test
273 EXPECT_EQ("value % 2 == 0", Explain(m, 2));
274 EXPECT_EQ("value % 2 == 1", Explain(m, 3));
447 EXPECT_EQ("% 2 == 0", Explain(m1, 42));
458 EXPECT_EQ("% 2 == 0", Explain(m2, '\x42'));
985 EXPECT_THAT(Explain(Matcher<const int&>(Ref(n)), n),
989 EXPECT_THAT(Explain(Matcher<const int&>(Ref(n)), m),
1134 Explain(m, make_pair(5, true)));
1136 Explain(m, make_pair(15, true)));
1210 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.c12864 typedef struct Explain Explain; typedef in typeref:struct:Explain
13092 ** An Explain object accumulates indented output which is helpful
13095 struct Explain { struct
13169 Explain *pExplain; /* The explainer */
22667 /* 150 */ "Explain",
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12864 typedef struct Explain Explain; typedef in typeref:struct:Explain
13092 ** An Explain object accumulates indented output which is helpful
13095 struct Explain { struct
13169 Explain *pExplain; /* The explainer */
22667 /* 150 */ "Explain",
[all...]

Completed in 571 milliseconds