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

  /art/runtime/
java_frame_root_info.cc 23 void JavaFrameRootInfo::Describe(std::ostream& os) const {
java_frame_root_info.h 35 void Describe(std::ostream& os) const override
gc_root-inl.h 46 Describe(oss);
gc_root.h 75 virtual void Describe(std::ostream& os) const {
86 root_info.Describe(os);
  /external/tensorflow/tensorflow/compiler/xla/service/
pattern_matcher_gmock_test.cc 29 string Describe(const ::testing::Matcher<MatchedTy>& m) {
52 EXPECT_THAT(Describe<Shape>(GmockMatch(m::Shape().IsArray())),
60 EXPECT_THAT(Describe<Layout>(GmockMatch(m::Layout().WithSparseFormat())),
70 EXPECT_THAT(Describe<HloInstruction*>(GmockMatch(m::Parameter())),
  /external/google-breakpad/src/testing/test/
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...]
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...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc 148 std::string Describe(const Matcher<T>& m) {
312 Describe(Matcher<int>(new EvenMatcherImpl)));
509 EXPECT_EQ("g_bar or zero", Describe(m1));
515 EXPECT_EQ("g_bar or zero", Describe(m2));
550 EXPECT_EQ("is even", Describe(m1));
553 EXPECT_EQ("is odd", Describe(not_m1));
561 EXPECT_EQ("is even", Describe(m2));
564 EXPECT_EQ("is odd", Describe(not_m2));
922 EXPECT_EQ("is anything", Describe(A<bool>()));
942 EXPECT_EQ("is anything", Describe(An<int>()))
    [all...]
gmock-generated-matchers_test.cc 95 std::string Describe(const Matcher<T>& m) {
151 EXPECT_EQ("is empty", Describe(m));
156 EXPECT_EQ("has 1 element that is > 5", Describe(m));
163 "element #1 is equal to \"two\"", Describe(m));
592 EXPECT_EQ("is even", Describe(m));
633 EXPECT_EQ("is even", Describe(m1));
637 EXPECT_EQ("equals the sum of 5 and 9", Describe(m2));
705 EXPECT_EQ("is greater than 32 and 5", Describe(m));
717 EXPECT_EQ("is greater than 32 and 5", Describe(m));
750 EXPECT_EQ("references uncopyable 1-byte object <31>", Describe(m))
    [all...]
  /external/python/httplib2/script/
release 36 if version_tag=$(git describe --candidates=0 --tags HEAD 2>/dev/null) ; then
169 + EDIT HERE. Describe important changes and link to more information.
  /external/antlr/runtime/Perl5/tools/
port.pl 86 help: Describe the usage of this program or its subcommands.
  /external/ImageMagick/PerlMagick/
Magick.xs 425 { "Describe", { {"file", FileReference} } },
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 425 { "Describe", { {"file", FileReference} } },
    [all...]

Completed in 1422 milliseconds