Home
last modified time | relevance | path

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

123456789

/external/protobuf/.github/ISSUE_TEMPLATE/
Dfeature_request.md11 **Describe the problem you are trying to solve.**
13 **Describe the solution you'd like**
15 **Describe alternatives you've considered**
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc154 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 …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_gmock_test.cc29 string Describe(const ::testing::Matcher<MatchedTy>& m) { in Describe() function
52 EXPECT_THAT(Describe<Shape>(GmockMatch(m::Shape().IsArray())), in TEST()
67 EXPECT_THAT(Describe<HloInstruction*>(GmockMatch(m::Parameter())), in TEST()
/external/llvm/docs/
DMIRLangRef.rst267 .. 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/rust/crates/grpcio/.github/PULL_REQUEST_TEMPLATE/
Dbug_fix.md11 Describe what was causing the related issue to happen.
14 Describe the rationale behind the fix.
/external/rust/crates/plotters/.github/ISSUE_TEMPLATE/
Dbug_report.md10 **Describe the bug**
11 Describe what is expected, what you actually get.
/external/python/pyfakefs/.github/ISSUE_TEMPLATE/
Dfeature_request.md13 **Describe the solution you'd like**
16 **Describe alternatives you've considered**
/external/golang-protobuf/.github/ISSUE_TEMPLATE/
Dfeature_request.md10 **Describe the solution you'd like**
13 **Describe alternatives you've considered**
/external/rust/crates/grpcio/.github/ISSUE_TEMPLATE/
Dfeature_request.md9 **Describe the solution you'd like**
12 **Describe alternatives you've considered**
/external/google-benchmark/.github/ISSUE_TEMPLATE/
Dfeature_request.md13 **Describe the solution you'd like**
16 **Describe alternatives you've considered**
/external/jsoncpp/.github/ISSUE_TEMPLATE/
Dfeature_request.md13 **Describe the solution you'd like**
16 **Describe alternatives you've considered**
/external/zstd/.github/ISSUE_TEMPLATE/
Dfeature_request.md13 **Describe the solution you'd like**
16 **Describe alternatives you've considered**
/external/llvm/docs/tutorial/
DBuildingAJIT5.rst27 **(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.**
DBuildingAJIT4.rst23 **(1) Describe the drawbacks of JITing from IR (have to compile to IR first,
26 **(2) Describe CompileCallbackManagers and IndirectStubManagers in detail.**
DBuildingAJIT3.rst21 **(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/lottie/.github/ISSUE_TEMPLATE/
Dfeature_request.md14 **Describe the solution you'd like**
17 **Describe alternatives you've considered**
/external/python/google-api-python-client/.github/ISSUE_TEMPLATE/
Dfeature_request.md13 **Describe the solution you'd like**
15 **Describe alternatives you've considered**
/external/rust/crates/grpcio-sys/grpc/.github/ISSUE_TEMPLATE/
Dfeature_request.md23 ### Describe the solution you'd like
26 ### Describe alternatives you've considered
/external/llvm-project/llvm/docs/tutorial/
DBuildingAJIT4.rst23 **(1) Describe the drawbacks of JITing from IR (have to compile to IR first,
26 **(2) Describe CompileCallbackManagers and IndirectStubManagers in detail.**
/external/llvm-project/clang/lib/Tooling/Transformer/
DStencil.cpp66 Describe, enumerator
137 case UnaryNodeOperator::Describe: in toStringData()
202 if (Data.Op == UnaryNodeOperator::Describe) in evalData()
234 case UnaryNodeOperator::Describe: in evalData()
380 UnaryNodeOperator::Describe, std::string(Id)); in describe()
/external/tensorflow/.github/ISSUE_TEMPLATE/
D00-bug-issue.md32 **Describe the current behavior**
34 **Describe the expected behavior**
D80-performance-issue.md32 **Describe the current behavior**
34 **Describe the expected behavior**
/external/tensorflow/
DISSUE_TEMPLATE.md43 ### Describe the problem
44 Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature…
/external/catch2/.github/ISSUE_TEMPLATE/
Dfeature_request.md11 Describe the feature/change you request and why do you want it.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVRegisterBanks.td1 //=-- RISCVRegisterBank.td - Describe the RISCV Banks --------*- tablegen -*-=//

123456789