Home
last modified time | relevance | path

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

1234

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc65 EXPECT_EQ("are an equal pair", Describe(m)); in TEST()
80 EXPECT_EQ("are a pair where the first >= the second", Describe(m)); in TEST()
95 EXPECT_EQ("are a pair where the first > the second", Describe(m)); in TEST()
110 EXPECT_EQ("are a pair where the first <= the second", Describe(m)); in TEST()
125 EXPECT_EQ("are a pair where the first < the second", Describe(m)); in TEST()
140 EXPECT_EQ("are an unequal pair", Describe(m)); in TEST()
239 EXPECT_EQ("is NaN", Describe(mf)); in TEST()
242 EXPECT_EQ("is NaN", Describe(md)); in TEST()
245 EXPECT_EQ("is NaN", Describe(mld)); in TEST()
251 EXPECT_EQ("isn't NaN", Describe(mf)); in TEST()
[all …]
H A Dgmock-matchers-comparisons_test.cc200 EXPECT_EQ("is an even number", Describe(Matcher<int>(new EvenMatcherImpl))); in TEST()
330 EXPECT_EQ("g_bar or zero", Describe(m1)); in TEST()
336 EXPECT_EQ("g_bar or zero", Describe(m2)); in TEST()
369 EXPECT_EQ("is even", Describe(m1)); in TEST()
372 EXPECT_EQ("is odd", Describe(not_m1)); in TEST()
380 EXPECT_EQ("is even", Describe(m2)); in TEST()
383 EXPECT_EQ("is odd", Describe(not_m2)); in TEST()
810 TEST(ATest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(A<bool>())); } in TEST()
828 TEST(AnTest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(An<int>())); } in TEST()
849 EXPECT_EQ("is anything", Describe(m)); in TEST()
[all …]
H A Dgmock-matchers-misc_test.cc88 TEST(AddressTest, Describe) { in TEST() argument
90 EXPECT_EQ("has address that is anything", Describe(matcher)); in TEST()
158 EXPECT_EQ("is empty", Describe(m)); in TEST()
726 EXPECT_EQ("value is equal to 1", Describe(m)); in TYPED_TEST()
811 EXPECT_THAT(Describe(m), ContainsRegex("is a variant<> with value of type " in TEST()
902 EXPECT_THAT(Describe(m), ContainsRegex("is an 'any' type with value of type " in TEST()
996 Describe(m)); in TEST()
1005 Describe(m)); in TEST()
1065 EXPECT_EQ("is even", Describe(m)); in TEST()
1106 EXPECT_EQ("is even", Describe(m1)); in TEST()
[all …]
H A Dgmock-matchers-containers_test.cc328 EXPECT_EQ("points to a value that is > 3", Describe(m)); in TEST()
483 EXPECT_EQ("is an object whose given field is >= 0", Describe(m)); in TEST()
490 EXPECT_EQ("is an object whose field `field_name` is >= 0", Describe(m)); in TEST()
577 EXPECT_EQ("is an object whose given field is >= 0", Describe(m)); in TEST()
584 EXPECT_EQ("is an object whose field `field_name` is >= 0", Describe(m)); in TEST()
773 EXPECT_EQ("is an object whose given property is >= 0", Describe(m)); in TEST()
781 EXPECT_EQ("is an object whose property `fancy_name` is >= 0", Describe(m)); in TEST()
877 EXPECT_EQ("is an object whose given property is >= 0", Describe(m)); in TEST()
885 EXPECT_EQ("is an object whose property `fancy_name` is >= 0", Describe(m)); in TEST()
947 Describe(matcher)); in TEST()
[all …]
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dbug_report.md40 ### Describe the problem you're observing
42 ### Describe how to reproduce the problem
H A Dfeature_request.md17 ### Describe the feature you would like to see added to OpenZFS
/freebsd/contrib/googletest/docs/
H A Dgmock_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/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.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/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBanks.td1 //=-- RISCVRegisterBank.td - Describe the RISC-V Banks -------*- tablegen -*-=//
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBanks.td1 //=- ARMRegisterBank.td - Describe the AArch64 Banks ---------*- tablegen -*-=//
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kRegisterBanks.td1 //===-- M68kRegisterBanks.td - Describe the M68k Banks -----*- tablegen -*-===//
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBanks.td1 //=- X86RegisterBank.td - Describe the X86 Banks -------------*- tablegen -*-=//
/freebsd/contrib/libcbor/.github/ISSUE_TEMPLATE/
H A Dbug_report.md10 **Describe the bug**
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterBanks.td1 //=- AArch64RegisterBank.td - Describe the AArch64 Banks -----*- tablegen -*-=//
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegisterBanks.td1 //===-- SPIRVRegisterBanks.td - Describe SPIR-V RegBanks ---*- tablegen -*-===//
H A DSPIRV.td1 //===-- SPIRV.td - Describe the SPIR-V Target Machine ------*- tablegen -*-===//
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBanks.td1 //===-- PPCRegisterBanks.td - Describe the PPC Banks -------*- tablegen -*-===//
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARC.td1 //===- ARC.td - Describe the ARC Target Machine ------------*- tablegen -*-===//
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBanks.td1 //=- AMDGPURegisterBank.td - Describe the AMDGPU Banks -------*- tablegen -*-=//
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCore.td1 //===-- XCore.td - Describe the XCore Target Machine -------*- tablegen -*-===//
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanai.td1 //===- Lanai.td - Describe the Lanai Target Machine --------*- tablegen -*-===//
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectX.td1 //- DirectX.td - Describe the DirectX Target Machine ----------*- tablegen -*-//
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVR.td1 //===-- AVR.td - Describe the AVR Target Machine ----------*- tablegen -*-===//
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensa.td1 //===- Xtensa.td - Describe the Xtensa Target Machine ------*- tablegen -*-===//
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPF.td1 //===-- BPF.td - Describe the BPF Target Machine -----------*- tablegen -*-===//

1234