/third_party/node/test/fixtures/ |
D | doc_with_yaml.md | 8 Describe `Foobar` in more detail here. 21 Describe `Foobar II` in more detail here. fg(1) 29 Describe `Deprecated thingy` in more detail here. fg(1p) 34 Describe `Something` in more detail here.
|
/third_party/protobuf/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 11 **Describe the problem you are trying to solve.** 13 **Describe the solution you'd like** 15 **Describe alternatives you've considered**
|
/third_party/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 154 std::string Describe(const Matcher<T>& m) { in Describe() function 318 Describe(Matcher<int>(new EvenMatcherImpl))); in TEST() 449 EXPECT_EQ("g_bar or zero", Describe(m1)); in TEST() 455 EXPECT_EQ("g_bar or zero", Describe(m2)); in TEST() 490 EXPECT_EQ("is even", Describe(m1)); in TEST() 493 EXPECT_EQ("is odd", Describe(not_m1)); in TEST() 501 EXPECT_EQ("is even", Describe(m2)); in TEST() 504 EXPECT_EQ("is odd", Describe(not_m2)); in TEST() 863 EXPECT_EQ("is anything", Describe(A<bool>())); in TEST() 883 EXPECT_EQ("is anything", Describe(An<int>())); in TEST() [all …]
|
/third_party/gn/src/gn/ |
D | visibility.cc | 60 std::string Visibility::Describe(int indent, bool include_brackets) const { in Describe() function in Visibility 76 result += inner_indent_string + pattern.Describe() + "\n"; in Describe() 86 res->AppendString(pattern.Describe()); in AsValue() 104 "'s visibility list: " + to->visibility().Describe(0, true)); in CheckItemVisibility()
|
D | c_include_iterator_unittest.cc | 50 EXPECT_TRUE(RangeIs(include.location, 3, 11, 20)) << include.location.begin().Describe(true); in TEST() 55 EXPECT_TRUE(RangeIs(include.location, 5, 11, 18)) << include.location.begin().Describe(true); in TEST() 60 EXPECT_TRUE(RangeIs(include.location, 7, 12, 21)) << include.location.begin().Describe(true); in TEST() 65 EXPECT_TRUE(RangeIs(include.location, 8, 11, 20)) << include.location.begin().Describe(true); in TEST() 72 EXPECT_TRUE(RangeIs(include.location, 10, 10, 28)) << include.location.begin().Describe(true); in TEST()
|
D | version_unittest.cc | 31 TEST(VersionTest, Describe) { in TEST() argument 32 ASSERT_EQ(Version::FromString("0.0.1")->Describe(), "0.0.1"); in TEST()
|
D | version.h | 36 std::string Describe() const;
|
D | visibility.h | 52 std::string Describe(int indent, bool include_brackets) const;
|
/third_party/mindspore/.github/ISSUE_TEMPLATE/ |
D | RFC.md | 9 - Describe the status of the problem you wish to solve 13 - Describe the general solution, design and/or pseudo-code
|
D | bug-report.md | 27 ## Describe the current behavior 30 ## Describe the expected behavior
|
/third_party/boost/libs/spirit/doc/lex/ |
D | lexer_primitives.qbk | 11 [/ Describe the primitive lexer constructs, such as token_def, lexer ] 13 [/ Describe the primitive lexer constructs usable in parsers, such as
|
/third_party/jsoncpp/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 13 **Describe the solution you'd like** 16 **Describe alternatives you've considered**
|
D | bug_report.md | 10 **Describe the bug**
|
/third_party/benchmark/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 13 **Describe the solution you'd like** 16 **Describe alternatives you've considered**
|
/third_party/node/test/doctool/ |
D | test-doctool-json.mjs | 102 desc: '<p>Describe <code>Foobar</code> in more detail ' + 119 desc: '<p>Describe <code>Foobar II</code> in more detail ' + 132 desc: '<p>Describe <code>Deprecated thingy</code> in more ' + 141 'Describe <code>Something</code> in more detail here.</p>',
|
D | test-doctool-html.mjs | 70 '<p>Describe <code>Foobar</code> in more detail here.</p>' + 80 '<p>Describe <code>Foobar II</code> in more detail here.' + 86 '<span>Deprecated since: v2.0.0</span></div><p>Describe ' + 93 '<p>Describe <code>Something</code> in more detail here. </p></section>'
|
/third_party/googletest/docs/ |
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
|
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/ |
D | CHANGELOG.md.tmpl | 3 * TODO: Describe initial release.
|
/third_party/flutter/flutter/packages/flutter_tools/templates/package/ |
D | CHANGELOG.md.tmpl | 3 * TODO: Describe initial release.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVRegisterBanks.td | 1 //=-- RISCVRegisterBank.td - Describe the RISCV Banks --------*- tablegen -*-=//
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMRegisterBanks.td | 1 //=- ARMRegisterBank.td - Describe the AArch64 Banks ---------*- tablegen -*-=//
|
/third_party/libwebsockets/ |
D | bug_report.md | 24 ** Describe the bug ** 33 Build problems? Describe the toolchain and paste the warnings / errors.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterBanks.td | 1 //=- X86RegisterBank.td - Describe the AArch64 Banks -----*- tablegen -*-=//
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterBanks.td | 1 //=- AArch64RegisterBank.td - Describe the AArch64 Banks -----*- tablegen -*-=//
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARC.td | 1 //===- ARC.td - Describe the ARC Target Machine ------------*- tablegen -*-===//
|