Home
last modified time | relevance | path

Searched refs:Describe (Results 1 - 25 of 34) sorted by relevance

12

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc61 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 Dgmock-matchers-comparisons_test.cc197 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 Dgmock-matchers-misc_test.cc81 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 Dgmock-matchers-containers_test.cc317 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 Dgmock-matchers_test.h171 std::string Describe(const Matcher<T>& m) { in Describe() function
/third_party/gn/src/gn/
H A Dc_include_iterator_unittest.cc51 << 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 Dvisibility.cc62 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 Dsetup_unittest.cc196 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 Dversion_unittest.cc31 TEST(VersionTest, Describe) { in TEST()
32 ASSERT_EQ(Version::FromString("0.0.1")->Describe(), "0.0.1"); in TEST()
H A Dversion.h36 std::string Describe() const;
H A Dlocation.h33 std::string Describe(bool include_column_number) const;
H A Dvisibility.h52 std::string Describe(int indent, bool include_brackets) const;
H A Dlabel_pattern.h58 std::string Describe() const;
H A Dversion.cc72 std::string Version::Describe() const { in Describe() function in Version
H A Dlocation.cc39 std::string Location::Describe(bool include_column_number) const { in Describe() function in Location
H A Dscope.cc42 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 Derr.cc167 std::string loc_str = info_->location.Describe(true); in InternalPrintToStdout()
H A Dscope.h107 std::string Describe() const;
H A Dinput_file_manager.cc50 logmsg += " (referenced from " + origin.begin().Describe(false) + ")"; in DoLoadFile()
H A Dfunctions_unittest.cc475 << err.message() << err.location().Describe(true); in TEST()
H A Dinput_conversion.cc55 origin->GetRange().begin().Describe(true) + in ParseValueOrScope()
/third_party/skia/src/gpu/
H A DGrProgramDesc.h136 static SkString Describe(const GrProgramInfo&, const GrCaps&);
H A DGrProgramDesc.cpp179 SkString GrProgramDesc::Describe(const GrProgramInfo& programInfo, in Describe() function in GrProgramDesc
/third_party/skia/src/gpu/vk/
H A DGrVkPipelineStateBuilder.cpp155 SkString description = GrProgramDesc::Describe(fProgramInfo, *this->caps()); in storeShadersInCache()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.hpp123 void Describe(vk::pt::OHOSNativeBufferPtr buffer,

Completed in 24 milliseconds

12