HomeSort by relevance Sort by last modified time
    Searched defs:Describe (Results 1 - 9 of 9) sorted by null

  /art/runtime/
java_frame_root_info.cc 23 void JavaFrameRootInfo::Describe(std::ostream& os) const {
gc_root.h 75 virtual void Describe(std::ostream& os) const {
86 root_info.Describe(os);
  /system/update_engine/scripts/update_payload/
payload.py 218 def Describe(self):
  /external/google-breakpad/src/testing/test/
gmock-generated-matchers_test.cc 84 string Describe(const Matcher<T>& m) {
198 Describe(m));
206 Describe(m));
291 EXPECT_EQ("is empty", Describe(m));
296 EXPECT_EQ("has 1 element that is > 5", Describe(m));
303 "element #1 is equal to \"two\"", Describe(m));
601 EXPECT_EQ("is even", Describe(m));
642 EXPECT_EQ("is even", Describe(m1));
646 EXPECT_EQ("equals the sum of 5 and 9", Describe(m2));
714 EXPECT_EQ("is greater than 32 and 5", Describe(m))
    [all...]
gmock-matchers_test.cc 182 string Describe(const Matcher<T>& m) {
326 Describe(Matcher<int>(new EvenMatcherImpl)));
405 EXPECT_EQ("g_bar or zero", Describe(m1));
411 EXPECT_EQ("g_bar or zero", Describe(m2));
446 EXPECT_EQ("is even", Describe(m1));
449 EXPECT_EQ("is odd", Describe(not_m1));
457 EXPECT_EQ("is even", Describe(m2));
460 EXPECT_EQ("is odd", Describe(not_m2));
684 EXPECT_EQ("is anything", Describe(A<bool>()));
704 EXPECT_EQ("is anything", Describe(An<int>()))
    [all...]
  /external/googletest/googlemock/test/
gmock-generated-matchers_test.cc 85 std::string Describe(const Matcher<T>& m) {
199 Describe(m));
207 Describe(m));
289 EXPECT_EQ("is empty", Describe(m));
294 EXPECT_EQ("has 1 element that is > 5", Describe(m));
301 "element #1 is equal to \"two\"", Describe(m));
732 EXPECT_EQ("is even", Describe(m));
773 EXPECT_EQ("is even", Describe(m1));
777 EXPECT_EQ("equals the sum of 5 and 9", Describe(m2));
845 EXPECT_EQ("is greater than 32 and 5", Describe(m))
    [all...]
gmock-matchers_test.cc 207 std::string Describe(const Matcher<T>& m) {
357 Describe(Matcher<int>(new EvenMatcherImpl)));
474 EXPECT_EQ("g_bar or zero", Describe(m1));
480 EXPECT_EQ("g_bar or zero", Describe(m2));
515 EXPECT_EQ("is even", Describe(m1));
518 EXPECT_EQ("is odd", Describe(not_m1));
526 EXPECT_EQ("is even", Describe(m2));
529 EXPECT_EQ("is odd", Describe(not_m2));
813 EXPECT_EQ("is anything", Describe(A<bool>()));
833 EXPECT_EQ("is anything", Describe(An<int>()))
    [all...]
  /external/v8/testing/gmock/test/
gmock-generated-matchers_test.cc 86 string Describe(const Matcher<T>& m) {
200 Describe(m));
208 Describe(m));
290 EXPECT_EQ("is empty", Describe(m));
295 EXPECT_EQ("has 1 element that is > 5", Describe(m));
302 "element #1 is equal to \"two\"", Describe(m));
733 EXPECT_EQ("is even", Describe(m));
774 EXPECT_EQ("is even", Describe(m1));
778 EXPECT_EQ("equals the sum of 5 and 9", Describe(m2));
846 EXPECT_EQ("is greater than 32 and 5", Describe(m))
    [all...]
gmock-matchers_test.cc 202 string Describe(const Matcher<T>& m) {
352 Describe(Matcher<int>(new EvenMatcherImpl)));
469 EXPECT_EQ("g_bar or zero", Describe(m1));
475 EXPECT_EQ("g_bar or zero", Describe(m2));
510 EXPECT_EQ("is even", Describe(m1));
513 EXPECT_EQ("is odd", Describe(not_m1));
521 EXPECT_EQ("is even", Describe(m2));
524 EXPECT_EQ("is odd", Describe(not_m2));
808 EXPECT_EQ("is anything", Describe(A<bool>()));
828 EXPECT_EQ("is anything", Describe(An<int>()))
    [all...]

Completed in 166 milliseconds