/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 61 EXPECT_EQ("are an equal pair", Describe(m)); in TEST() 76 EXPECT_EQ("are a pair where the first >= the second", Describe(m)); in TEST() 91 EXPECT_EQ("are a pair where the first > the second", Describe(m)); in TEST() 106 EXPECT_EQ("are a pair where the first <= the second", Describe(m)); in TEST() 121 EXPECT_EQ("are a pair where the first < the second", Describe(m)); in TEST() 136 EXPECT_EQ("are an unequal pair", Describe(m)); in TEST() 235 EXPECT_EQ("is NaN", Describe(mf)); in TEST() 238 EXPECT_EQ("is NaN", Describe(md)); in TEST() 241 EXPECT_EQ("is NaN", Describe(mld)); in TEST() 247 EXPECT_EQ("isn't NaN", Describe(m in TEST() [all...] |
H A D | gmock-matchers-comparisons_test.cc | 197 EXPECT_EQ("is an even number", Describe(Matcher<int>(new EvenMatcherImpl))); in TEST() 327 EXPECT_EQ("g_bar or zero", Describe(m1)); in TEST() 333 EXPECT_EQ("g_bar or zero", Describe(m2)); in TEST() 366 EXPECT_EQ("is even", Describe(m1)); in TEST() 369 EXPECT_EQ("is odd", Describe(not_m1)); in TEST() 377 EXPECT_EQ("is even", Describe(m2)); in TEST() 380 EXPECT_EQ("is odd", Describe(not_m2)); in TEST() 753 TEST(ATest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(A<bool>())); } in TEST() 771 TEST(AnTest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(An<int>())); } in TEST() 792 EXPECT_EQ("is anything", Describe( in TEST() [all...] |
H A D | gmock-matchers-misc_test.cc | 81 TEST(AddressTest, Describe) { in TEST() 83 EXPECT_EQ("has address that is anything", Describe(matcher)); in TEST() 151 EXPECT_EQ("is empty", Describe(m)); in TEST() 690 EXPECT_EQ("value is equal to 1", Describe(m)); in TEST() 746 EXPECT_THAT(Describe(m), ContainsRegex("is a variant<> with value of type " in TEST() 837 EXPECT_THAT(Describe(m), ContainsRegex("is an 'any' type with value of type " in TEST() 931 Describe(m)); in TEST() 940 Describe(m)); in TEST() 1000 EXPECT_EQ("is even", Describe(m)); in TEST() 1041 EXPECT_EQ("is even", Describe(m in TEST() [all...] |
H A D | gmock-matchers-containers_test.cc | 317 EXPECT_EQ("points to a value that is > 3", Describe(m)); in TEST() 472 EXPECT_EQ("is an object whose given field is >= 0", Describe(m)); in TEST() 479 EXPECT_EQ("is an object whose field `field_name` is >= 0", Describe(m)); in TEST() 566 EXPECT_EQ("is an object whose given field is >= 0", Describe(m)); in TEST() 573 EXPECT_EQ("is an object whose field `field_name` is >= 0", Describe(m)); in TEST() 762 EXPECT_EQ("is an object whose given property is >= 0", Describe(m)); in TEST() 770 EXPECT_EQ("is an object whose property `fancy_name` is >= 0", Describe(m)); in TEST() 866 EXPECT_EQ("is an object whose given property is >= 0", Describe(m)); in TEST() 874 EXPECT_EQ("is an object whose property `fancy_name` is >= 0", Describe(m)); in TEST() 936 Describe(matche in TEST() [all...] |
H A D | gmock-matchers_test.h | 171 std::string Describe(const Matcher<T>& m) { in Describe() function
|
/third_party/gn/src/gn/ |
H A D | c_include_iterator_unittest.cc | 51 << include.location.begin().Describe(true); in TEST() 57 << include.location.begin().Describe(true); in TEST() 63 << include.location.begin().Describe(true); in TEST() 69 << include.location.begin().Describe(true); in TEST() 77 << include.location.begin().Describe(true); in TEST()
|
H A D | visibility.cc | 62 std::string Visibility::Describe(int indent, bool include_brackets) const { in Describe() function in Visibility 78 result += inner_indent_string + pattern.Describe() + "\n"; in Describe() 88 res->AppendString(pattern.Describe()); in AsValue() 104 to_label + "'s visibility list: " + to->visibility().Describe(0, true)); in CheckItemVisibility()
|
H A D | setup_unittest.cc | 196 EXPECT_EQ("//base/*", export_cc[0].Describe()); in TEST_F() 197 EXPECT_EQ("//tools:doom_melon", export_cc[1].Describe()); in TEST_F() 198 EXPECT_EQ("//src/gn:*", export_cc[2].Describe()); in TEST_F() 233 EXPECT_EQ("//.:*", root_patterns[0].Describe()); in TEST_F() 272 EXPECT_EQ("//.:bar", root_patterns[0].Describe()); 273 EXPECT_EQ("//.:qux", root_patterns[1].Describe()); 335 EXPECT_EQ("//.:foo", root_patterns[0].Describe());
|
H A D | version_unittest.cc | 31 TEST(VersionTest, Describe) { in TEST() 32 ASSERT_EQ(Version::FromString("0.0.1")->Describe(), "0.0.1"); in TEST()
|
H A D | version.h | 36 std::string Describe() const;
|
H A D | location.h | 33 std::string Describe(bool include_column_number) const;
|
H A D | visibility.h | 52 std::string Describe(int indent, bool include_brackets) const;
|
H A D | label_pattern.h | 58 std::string Describe() const;
|
H A D | version.cc | 72 std::string Version::Describe() const { in Describe() function in Version
|
H A D | location.cc | 39 std::string Location::Describe(bool include_column_number) const { in Describe() function in Location
|
H A D | scope.cc | 42 std::string Scope::TemplateInvocationEntry::Describe() const { in Describe() function in Scope::TemplateInvocationEntry 45 ret += location.Describe(false); in Describe() 267 help.append(" " + entry.Describe() + "\n"); in CheckForUnusedVars()
|
H A D | err.cc | 167 std::string loc_str = info_->location.Describe(true); in InternalPrintToStdout()
|
H A D | scope.h | 107 std::string Describe() const;
|
H A D | input_file_manager.cc | 50 logmsg += " (referenced from " + origin.begin().Describe(false) + ")"; in DoLoadFile()
|
H A D | functions_unittest.cc | 475 << err.message() << err.location().Describe(true); in TEST()
|
H A D | input_conversion.cc | 55 origin->GetRange().begin().Describe(true) + in ParseValueOrScope()
|
/third_party/skia/src/gpu/ |
H A D | GrProgramDesc.h | 136 static SkString Describe(const GrProgramInfo&, const GrCaps&);
|
H A D | GrProgramDesc.cpp | 179 SkString GrProgramDesc::Describe(const GrProgramInfo& programInfo, in Describe() function in GrProgramDesc
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipelineStateBuilder.cpp | 155 SkString description = GrProgramDesc::Describe(fProgramInfo, *this->caps()); in storeShadersInCache()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktExternalMemoryUtil.hpp | 123 void Describe(vk::pt::OHOSNativeBufferPtr buffer,
|