Home
last modified time | relevance | path

Searched refs:Describe (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd-14-stable/contrib/googletest/googlemock/test/
HDgmock-matchers-arithmetic_test.cc62 EXPECT_EQ("are an equal pair", Describe(m)); in TEST()
77 EXPECT_EQ("are a pair where the first >= the second", Describe(m)); in TEST()
92 EXPECT_EQ("are a pair where the first > the second", Describe(m)); in TEST()
107 EXPECT_EQ("are a pair where the first <= the second", Describe(m)); in TEST()
122 EXPECT_EQ("are a pair where the first < the second", Describe(m)); in TEST()
137 EXPECT_EQ("are an unequal pair", Describe(m)); in TEST()
236 EXPECT_EQ("is NaN", Describe(mf)); in TEST()
239 EXPECT_EQ("is NaN", Describe(md)); in TEST()
242 EXPECT_EQ("is NaN", Describe(mld)); in TEST()
248 EXPECT_EQ("isn't NaN", Describe(mf)); in TEST()
[all …]
HDgmock-matchers-comparisons_test.cc198 EXPECT_EQ("is an even number", Describe(Matcher<int>(new EvenMatcherImpl))); in TEST()
328 EXPECT_EQ("g_bar or zero", Describe(m1)); in TEST()
334 EXPECT_EQ("g_bar or zero", Describe(m2)); in TEST()
367 EXPECT_EQ("is even", Describe(m1)); in TEST()
370 EXPECT_EQ("is odd", Describe(not_m1)); in TEST()
378 EXPECT_EQ("is even", Describe(m2)); in TEST()
381 EXPECT_EQ("is odd", Describe(not_m2)); in TEST()
754 TEST(ATest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(A<bool>())); } in TEST()
772 TEST(AnTest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(An<int>())); } in TEST()
793 EXPECT_EQ("is anything", Describe(m)); in TEST()
[all …]
HDgmock-matchers-misc_test.cc87 TEST(AddressTest, Describe) { in TEST() argument
89 EXPECT_EQ("has address that is anything", Describe(matcher)); in TEST()
157 EXPECT_EQ("is empty", Describe(m)); in TEST()
696 EXPECT_EQ("value is equal to 1", Describe(m)); in TEST()
752 EXPECT_THAT(Describe(m), ContainsRegex("is a variant<> with value of type " in TEST()
843 EXPECT_THAT(Describe(m), ContainsRegex("is an 'any' type with value of type " in TEST()
937 Describe(m)); in TEST()
946 Describe(m)); in TEST()
1006 EXPECT_EQ("is even", Describe(m)); in TEST()
1047 EXPECT_EQ("is even", Describe(m1)); in TEST()
[all …]
HDgmock-matchers-containers_test.cc327 EXPECT_EQ("points to a value that is > 3", Describe(m)); in TEST()
482 EXPECT_EQ("is an object whose given field is >= 0", Describe(m)); in TEST()
489 EXPECT_EQ("is an object whose field `field_name` is >= 0", Describe(m)); in TEST()
576 EXPECT_EQ("is an object whose given field is >= 0", Describe(m)); in TEST()
583 EXPECT_EQ("is an object whose field `field_name` is >= 0", Describe(m)); in TEST()
772 EXPECT_EQ("is an object whose given property is >= 0", Describe(m)); in TEST()
780 EXPECT_EQ("is an object whose property `fancy_name` is >= 0", Describe(m)); in TEST()
876 EXPECT_EQ("is an object whose given property is >= 0", Describe(m)); in TEST()
884 EXPECT_EQ("is an object whose property `fancy_name` is >= 0", Describe(m)); in TEST()
946 Describe(matcher)); in TEST()
[all …]
/freebsd-14-stable/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
HDbug_report.md40 ### Describe the problem you're observing
42 ### Describe how to reproduce the problem
HDfeature_request.md17 ### Describe the feature would like to see added to OpenZFS
/freebsd-14-stable/contrib/googletest/docs/
HDgmock_cheat_sheet.md14 virtual string Describe(const char* name) = 0;
15 virtual string Describe(int type) = 0;
28 MOCK_METHOD(string, Describe, (const char* name), (override));
29 MOCK_METHOD(string, Describe, (int type), (override));
121 EXPECT_CALL(foo, Describe(5)) // #4
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
HDStencil.cpp107 Describe, enumerator
137 case UnaryNodeOperator::Describe: in toString()
148 if (Op == UnaryNodeOperator::Describe) in eval()
200 case UnaryNodeOperator::Describe: in eval()
464 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::Describe, in describe()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMRegisterBanks.td1 //=- ARMRegisterBank.td - Describe the AArch64 Banks ---------*- tablegen -*-=//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/BPF/GISel/
HDBPFRegisterBanks.td1 //===-- BPFRegisterBanks.td - Describe the BPF Banks -------*- tablegen -*-===//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
HDRISCVRegisterBanks.td1 //=-- RISCVRegisterBank.td - Describe the RISC-V Banks -------*- tablegen -*-=//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
HDM68kRegisterBanks.td1 //===-- M68kRegisterBanks.td - Describe the M68k Banks -----*- tablegen -*-===//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86RegisterBanks.td1 //=- X86RegisterBank.td - Describe the X86 Banks -------------*- tablegen -*-=//
/freebsd-14-stable/contrib/libcbor/.github/ISSUE_TEMPLATE/
HDbug_report.md10 **Describe the bug**
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64RegisterBanks.td1 //=- AArch64RegisterBank.td - Describe the AArch64 Banks -----*- tablegen -*-=//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVRegisterBanks.td1 //===-- SPIRVRegisterBanks.td - Describe SPIR-V RegBanks ---*- tablegen -*-===//
HDSPIRV.td1 //===-- SPIRV.td - Describe the SPIR-V Target Machine ------*- tablegen -*-===//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
HDPPCRegisterBanks.td1 //===-- PPCRegisterBanks.td - Describe the PPC Banks -------*- tablegen -*-===//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARC.td1 //===- ARC.td - Describe the ARC Target Machine ------------*- tablegen -*-===//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanai.td1 //===- Lanai.td - Describe the Lanai Target Machine --------*- tablegen -*-===//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPURegisterBanks.td1 //=- AMDGPURegisterBank.td - Describe the AMDGPU Banks -------*- tablegen -*-=//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCore.td1 //===-- XCore.td - Describe the XCore Target Machine -------*- tablegen -*-===//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDirectX.td1 //- DirectX.td - Describe the DirectX Target Machine ----------*- tablegen -*-//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensa.td1 //===- Xtensa.td - Describe the Xtensa Target Machine ------*- tablegen -*-===//
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVR.td1 //===-- AVR.td - Describe the AVR Target Machine ----------*- tablegen -*-===//

1234