/external/tensorflow/tensorflow/core/util/ |
D | stats_calculator.h | 169 struct Detail { struct 179 const std::map<std::string, Detail>& GetDetails() const { return details_; } in GetDetails() argument
|
D | stats_calculator_test.cc | 25 using Detail = StatsCalculator::Detail; typedef
|
/external/golang-protobuf/protoc-gen-go/testdata/extension_user/ |
D | extension_user.pb.go | 163 type Detail struct { struct 164 Color *string `protobuf:"bytes,1,opt,name=color" json:"color,omitempty"` 165 XXX_NoUnkeyedLiteral struct{} `json:"-"` 166 XXX_unrecognized []byte `json:"-"` 167 XXX_sizecache int32 `json:"-"` 170 func (m *Detail) Reset() { *m = Detail{} } 171 func (m *Detail) String() string { return proto.CompactTextString(m) } 172 func (*Detail) ProtoMessage() {} 173 func (*Detail) Descriptor() ([]byte, []int) { 177 func (m *Detail) XXX_Unmarshal(b []byte) error { [all …]
|
D | extension_user.proto | 82 message Detail { message
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | FunctionCognitiveComplexityCheck.cpp | 90 struct Detail { struct 91 const SourceLocation Loc; // What caused the increment? 92 const unsigned short Nesting; // How deeply nested is Loc located? 93 const Criteria C; // The criteria of the increment 95 Detail(SourceLocation SLoc, unsigned short CurrentNesting, Criteria Crit) in Detail() function 102 std::pair<unsigned, unsigned short> process() const { in process() 528 for (const auto &Detail : Visitor.CC.Details) { in check() local
|
/external/python/cpython3/Doc/library/ |
D | datetime.rst | 2575 .. [#] If, that is, we ignore the effects of Relativity 2577 .. [#] This matches the definition of the "proleptic Gregorian" calendar in 2583 .. [#] See R. H. van Gent's `guide to the mathematics of the ISO 8601 calendar 2587 .. [#] Passing ``datetime.strptime('Feb 29', '%b %d')`` will fail since ``1900`` is not a leap year.
|
/external/llvm-project/clang-tools-extra/clangd/unittests/support/ |
D | MemoryTreeTests.cpp | 66 auto &Detail = MT.detail("first_detail"); in TEST() local 73 auto &Detail = MT.detail("second_detail"); in TEST() local 89 auto &Detail = Root.detail("detail"); in TEST() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TimeProfiler.cpp | 39 const std::string Detail; member 210 void timeTraceProfilerBegin(StringRef Name, StringRef Detail) { in timeTraceProfilerBegin() 216 llvm::function_ref<std::string()> Detail) { in timeTraceProfilerBegin()
|
/external/catch2/include/internal/benchmark/detail/ |
D | catch_measure.hpp | 22 namespace Detail { namespace
|
D | catch_repeat.hpp | 19 namespace Detail { namespace
|
D | catch_run_for_at_least.hpp | 26 namespace Detail { namespace
|
D | catch_analyse.hpp | 24 namespace Detail { namespace
|
D | catch_complete_invoke.hpp | 21 namespace Detail { namespace
|
D | catch_estimate_clock.hpp | 29 namespace Detail { namespace
|
D | catch_benchmark_function.hpp | 25 namespace Detail { namespace
|
/external/catch2/include/internal/ |
D | catch_matchers_generic.hpp | 20 namespace Detail { namespace
|
D | catch_approx.cpp | 26 namespace Detail { namespace
|
D | catch_enum_values_registry.cpp | 19 namespace Detail { namespace
|
/external/catch2/include/internal/benchmark/ |
D | catch_optimizer.hpp | 29 namespace Detail { namespace
|
D | catch_constructor.hpp | 18 namespace Detail { namespace
|
D | catch_chronometer.hpp | 21 namespace Detail { namespace
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | Status.cs | 64 public string Detail property
|
/external/llvm-project/clang/lib/AST/ |
D | ASTConcept.cpp | 28 auto &Detail = Satisfaction.Details[I]; local
|
/external/llvm-project/llvm/lib/Support/ |
D | TimeProfiler.cpp | 53 const std::string Detail; member 315 void llvm::timeTraceProfilerBegin(StringRef Name, StringRef Detail) { in timeTraceProfilerBegin() 322 llvm::function_ref<std::string()> Detail) { in timeTraceProfilerBegin()
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/ |
D | SoapFault12.java | 47 public Node Detail; field in SoapFault12
|