| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-arithmetic_test.cc | 65 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 D | gmock-matchers-comparisons_test.cc | 200 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 D | gmock-matchers-misc_test.cc | 88 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 D | gmock-matchers-containers_test.cc | 328 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 D | bug_report.md | 40 ### Describe the problem you're observing 42 ### Describe how to reproduce the problem
|
| H A D | feature_request.md | 17 ### Describe the feature you would like to see added to OpenZFS
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_cheat_sheet.md | 14 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 D | Stencil.cpp | 107 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 D | RISCVRegisterBanks.td | 1 //=-- RISCVRegisterBank.td - Describe the RISC-V Banks -------*- tablegen -*-=//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBanks.td | 1 //=- ARMRegisterBank.td - Describe the AArch64 Banks ---------*- tablegen -*-=//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/ |
| H A D | M68kRegisterBanks.td | 1 //===-- M68kRegisterBanks.td - Describe the M68k Banks -----*- tablegen -*-===//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterBanks.td | 1 //=- X86RegisterBank.td - Describe the X86 Banks -------------*- tablegen -*-=//
|
| /freebsd/contrib/libcbor/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 10 **Describe the bug**
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterBanks.td | 1 //=- AArch64RegisterBank.td - Describe the AArch64 Banks -----*- tablegen -*-=//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVRegisterBanks.td | 1 //===-- SPIRVRegisterBanks.td - Describe SPIR-V RegBanks ---*- tablegen -*-===//
|
| H A D | SPIRV.td | 1 //===-- SPIRV.td - Describe the SPIR-V Target Machine ------*- tablegen -*-===//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCRegisterBanks.td | 1 //===-- PPCRegisterBanks.td - Describe the PPC Banks -------*- tablegen -*-===//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARC.td | 1 //===- ARC.td - Describe the ARC Target Machine ------------*- tablegen -*-===//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBanks.td | 1 //=- AMDGPURegisterBank.td - Describe the AMDGPU Banks -------*- tablegen -*-=//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCore.td | 1 //===-- XCore.td - Describe the XCore Target Machine -------*- tablegen -*-===//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | Lanai.td | 1 //===- Lanai.td - Describe the Lanai Target Machine --------*- tablegen -*-===//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DirectX.td | 1 //- DirectX.td - Describe the DirectX Target Machine ----------*- tablegen -*-//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVR.td | 1 //===-- AVR.td - Describe the AVR Target Machine ----------*- tablegen -*-===//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | Xtensa.td | 1 //===- Xtensa.td - Describe the Xtensa Target Machine ------*- tablegen -*-===//
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPF.td | 1 //===-- BPF.td - Describe the BPF Target Machine -----------*- tablegen -*-===//
|