Home
last modified time | relevance | path

Searched defs:Detail (Results 1 – 25 of 42) sorted by relevance

12

/external/tensorflow/tensorflow/core/util/
Dstats_calculator.h169 struct Detail { struct
179 const std::map<std::string, Detail>& GetDetails() const { return details_; } in GetDetails() argument
Dstats_calculator_test.cc25 using Detail = StatsCalculator::Detail; typedef
/external/golang-protobuf/protoc-gen-go/testdata/extension_user/
Dextension_user.pb.go163 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 …]
Dextension_user.proto82 message Detail { message
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionCognitiveComplexityCheck.cpp90 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() argument
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/
Ddatetime.rst2575 .. [#] 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/
DMemoryTreeTests.cpp66 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/
DTimeProfiler.cpp39 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/
Dcatch_measure.hpp22 namespace Detail { namespace
Dcatch_repeat.hpp19 namespace Detail { namespace
Dcatch_run_for_at_least.hpp26 namespace Detail { namespace
Dcatch_analyse.hpp24 namespace Detail { namespace
Dcatch_complete_invoke.hpp21 namespace Detail { namespace
Dcatch_estimate_clock.hpp29 namespace Detail { namespace
/external/llvm-project/clang/test/Modules/
Dusing-directive-redecl.cpp8 namespace Detail { namespace
/external/catch2/include/internal/
Dcatch_matchers_generic.hpp20 namespace Detail { namespace
Dcatch_approx.cpp26 namespace Detail { namespace
Dcatch_enum_values_registry.cpp19 namespace Detail { namespace
/external/catch2/include/internal/benchmark/
Dcatch_optimizer.hpp29 namespace Detail { namespace
Dcatch_constructor.hpp18 namespace Detail { namespace
Dcatch_chronometer.hpp21 namespace Detail { namespace
/external/grpc-grpc/src/csharp/Grpc.Core/
DStatus.cs64 public string Detail property
/external/llvm-project/llvm/lib/Support/
DTimeProfiler.cpp53 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/llvm-project/clang/lib/AST/
DASTConcept.cpp28 auto &Detail = Satisfaction.Details[I]; local
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
DSoapFault12.java47 public Node Detail; field in SoapFault12

12