/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 182 string Describe(const Matcher<T>& m) { in Describe() function 326 Describe(Matcher<int>(new EvenMatcherImpl))); in TEST() 405 EXPECT_EQ("g_bar or zero", Describe(m1)); in TEST() 411 EXPECT_EQ("g_bar or zero", Describe(m2)); in TEST() 446 EXPECT_EQ("is even", Describe(m1)); in TEST() 449 EXPECT_EQ("is odd", Describe(not_m1)); in TEST() 457 EXPECT_EQ("is even", Describe(m2)); in TEST() 460 EXPECT_EQ("is odd", Describe(not_m2)); in TEST() 684 EXPECT_EQ("is anything", Describe(A<bool>())); in TEST() 704 EXPECT_EQ("is anything", Describe(An<int>())); in TEST() [all …]
|
D | gmock-generated-matchers_test.cc | 84 string Describe(const Matcher<T>& m) { in Describe() function 198 Describe(m)); in TEST() 206 Describe(m)); in TEST() 291 EXPECT_EQ("is empty", Describe(m)); in TEST() 296 EXPECT_EQ("has 1 element that is > 5", Describe(m)); in TEST() 303 "element #1 is equal to \"two\"", Describe(m)); in TEST() 601 EXPECT_EQ("is even", Describe(m)); in TEST() 642 EXPECT_EQ("is even", Describe(m1)); in TEST() 646 EXPECT_EQ("equals the sum of 5 and 9", Describe(m2)); in TEST() 714 EXPECT_EQ("is greater than 32 and 5", Describe(m)); in TEST() [all …]
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 148 std::string Describe(const Matcher<T>& m) { in Describe() function 312 Describe(Matcher<int>(new EvenMatcherImpl))); in TEST() 509 EXPECT_EQ("g_bar or zero", Describe(m1)); in TEST() 515 EXPECT_EQ("g_bar or zero", Describe(m2)); in TEST() 550 EXPECT_EQ("is even", Describe(m1)); in TEST() 553 EXPECT_EQ("is odd", Describe(not_m1)); in TEST() 561 EXPECT_EQ("is even", Describe(m2)); in TEST() 564 EXPECT_EQ("is odd", Describe(not_m2)); in TEST() 922 EXPECT_EQ("is anything", Describe(A<bool>())); in TEST() 942 EXPECT_EQ("is anything", Describe(An<int>())); in TEST() [all …]
|
D | gmock-generated-matchers_test.cc | 95 std::string Describe(const Matcher<T>& m) { in Describe() function 151 EXPECT_EQ("is empty", Describe(m)); in TEST() 156 EXPECT_EQ("has 1 element that is > 5", Describe(m)); in TEST() 163 "element #1 is equal to \"two\"", Describe(m)); in TEST() 592 EXPECT_EQ("is even", Describe(m)); in TEST() 633 EXPECT_EQ("is even", Describe(m1)); in TEST() 637 EXPECT_EQ("equals the sum of 5 and 9", Describe(m2)); in TEST() 705 EXPECT_EQ("is greater than 32 and 5", Describe(m)); in TEST() 717 EXPECT_EQ("is greater than 32 and 5", Describe(m)); in TEST() 750 EXPECT_EQ("references uncopyable 1-byte object <31>", Describe(m)); in TEST() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher_gmock_test.cc | 29 string Describe(const ::testing::Matcher<MatchedTy>& m) { in Describe() function 52 EXPECT_THAT(Describe<Shape>(GmockMatch(m::Shape().IsArray())), in TEST() 60 EXPECT_THAT(Describe<Layout>(GmockMatch(m::Layout().WithSparseFormat())), in TEST() 70 EXPECT_THAT(Describe<HloInstruction*>(GmockMatch(m::Parameter())), in TEST()
|
/external/perfetto/docs/ |
D | ftrace.md | 9 - Describe the ftrace trace_pipe_raw -> protobuf translation. 10 - Describe how we deal with kernel ABI (in)stability and ftrace fields changing 12 - Describe how to generate ftrace protos (`tools/pull_ftrace_format_files.py`, 14 - Describe how session multiplexing works. 15 - Describe the page-by-page scheduling algorithm that uses vmsplice()
|
/external/llvm/docs/ |
D | MIRLangRef.rst | 267 .. TODO: Describe the way the reference to an unnamed LLVM IR block can be 373 .. TODO: Describe the CIMM (Rare) and FPIMM immediate operands. 475 .. TODO: Describe the parsers default behaviour when optional YAML attributes 477 .. TODO: Describe the syntax for the bundled instructions. 478 .. TODO: Describe the syntax for virtual register YAML definitions. 479 .. TODO: Describe the machine function's YAML flag attributes. 480 .. TODO: Describe the syntax for the external symbol and register 482 .. TODO: Describe the frame information YAML mapping. 483 .. TODO: Describe the syntax of the stack object machine operands and their 485 .. TODO: Describe the syntax of the constant pool machine operands and their [all …]
|
/external/llvm/docs/tutorial/ |
D | BuildingAJIT5.rst | 27 **(2) Describe the client code in greater detail. Discuss modifications of the 30 **(3) Describe the server code.** 32 **(4) Describe how to run the demo.**
|
D | BuildingAJIT4.rst | 23 **(1) Describe the drawbacks of JITing from IR (have to compile to IR first, 26 **(2) Describe CompileCallbackManagers and IndirectStubManagers in detail.**
|
D | BuildingAJIT3.rst | 21 **(1) Describe lazy function-at-a-time JITing and how it differs from the kind 26 **(3) Describe CompileOnDemandLayer (automates these components and builds stubs
|
/external/golang-protobuf/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 10 **Describe the solution you'd like** 13 **Describe alternatives you've considered**
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | BuildingAJIT5.rst | 27 **(2) Describe the client code in greater detail. Discuss modifications of the 30 **(3) Describe the server code.** 32 **(4) Describe how to run the demo.**
|
D | BuildingAJIT4.rst | 23 **(1) Describe the drawbacks of JITing from IR (have to compile to IR first, 26 **(2) Describe CompileCallbackManagers and IndirectStubManagers in detail.**
|
/external/python/google-api-python-client/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 13 **Describe the solution you'd like** 15 **Describe alternatives you've considered**
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 00-bug-performance-issue.md | 26 **Describe the current behavior** 28 **Describe the expected behavior**
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | MIRLangRef.rst | 331 .. TODO: Describe the way the reference to an unnamed LLVM IR block can be 490 .. TODO: Describe the FPIMM immediate operands. 759 .. TODO: Describe the parsers default behaviour when optional YAML attributes 761 .. TODO: Describe the syntax for virtual register YAML definitions. 762 .. TODO: Describe the machine function's YAML flag attributes. 763 .. TODO: Describe the syntax for the register mask machine operands. 764 .. TODO: Describe the frame information YAML mapping. 765 .. TODO: Describe the syntax of the stack object machine operands and their 767 .. TODO: Describe the syntax of the block address machine operands. 768 .. TODO: Describe the syntax of the metadata machine operands, and the [all …]
|
/external/u-boot/doc/ |
D | README.LED | 75 TBD : Describe older board dependent macros similar to what is done for 77 TBD : Describe general support via asm/status_led.h
|
/external/tensorflow/ |
D | ISSUE_TEMPLATE.md | 38 ### Describe the problem 39 Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature…
|
/external/syzkaller/docs/linux/ |
D | reporting_kernel_bugs.md | 46 2. Request a CVE from MITRE through [the web form](https://cveform.mitre.org/). Describe the bug de… 55 * Describe vulnerability details, include the proposed patch and optionally the exploit. 59 * Describe vulnerability details, include the proposed patch and optionally the exploit. 68 * Describe vulnerability details, include a link to the committed patch.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMRegisterBanks.td | 1 //=- ARMRegisterBank.td - Describe the AArch64 Banks ---------*- tablegen -*-=//
|
/external/catch2/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 11 Describe the feature/change you request and why do you want it.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86RegisterBanks.td | 1 //=- X86RegisterBank.td - Describe the AArch64 Banks -----*- tablegen -*-=//
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURegisterBanks.td | 1 //=- AMDGPURegisterBank.td - Describe the AMDGPU Banks -------*- tablegen -*-=//
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterBanks.td | 1 //=- AArch64RegisterBank.td - Describe the AArch64 Banks -----*- tablegen -*-=//
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARC.td | 1 //===- ARC.td - Describe the ARC Target Machine ------------*- tablegen -*-===//
|