/external/clang/lib/Index/ |
D | CodegenNameGenerator.cpp | 28 struct CodegenNameGenerator::Implementation { struct in CodegenNameGenerator 29 std::unique_ptr<MangleContext> MC; 30 llvm::DataLayout DL; 32 Implementation(ASTContext &Ctx) in Implementation() argument 36 bool writeName(const Decl *D, raw_ostream &OS) { in writeName() 62 std::string getName(const Decl *D) { in getName() 71 std::vector<std::string> getAllManglings(const Decl *D) { in getAllManglings() 119 bool writeFuncOrVarName(const NamedDecl *D, raw_ostream &OS) { in writeFuncOrVarName() 137 void writeObjCClassName(const ObjCInterfaceDecl *D, raw_ostream &OS) { in writeObjCClassName() 142 static StringRef getClassSymbolPrefix() { in getClassSymbolPrefix() [all …]
|
/external/zucchini/ |
D | suffix_array.h | 101 struct Implementation { struct 105 using size_type = SizeType; 106 using key_type = KeyType; 108 using iterator = typename std::vector<size_type>::iterator; 109 using const_iterator = typename std::vector<size_type>::const_iterator; 114 static size_type BuildSLPartition( in BuildSLPartition() 164 static void FindLmsSuffixes(const std::vector<SLType>& sl_partition, in FindLmsSuffixes() 177 static std::vector<size_type> MakeBucketCount(StrIt str, in MakeBucketCount() 191 static void InducedSort(StrIt str, in InducedSort() 288 static size_type LabelLmsSubstrings(StrIt str, in LabelLmsSubstrings() [all …]
|
/external/zucchini/aosp/include/components/zucchini/ |
D | suffix_array.h | 101 struct Implementation { struct 105 using size_type = SizeType; 106 using key_type = KeyType; 108 using iterator = typename std::vector<size_type>::iterator; 109 using const_iterator = typename std::vector<size_type>::const_iterator; 114 static size_type BuildSLPartition( in BuildSLPartition() 164 static void FindLmsSuffixes(const std::vector<SLType>& sl_partition, in FindLmsSuffixes() 177 static std::vector<size_type> MakeBucketCount(StrIt str, in MakeBucketCount() 191 static void InducedSort(StrIt str, in InducedSort() 288 static size_type LabelLmsSubstrings(StrIt str, in LabelLmsSubstrings() [all …]
|
/external/cronet/stable/third_party/llvm-libc/src/docs/gpu/ |
D | rpc.rst | 95 Server Library 109 Client Example 137 Server Example 181 CUDA Server Example 302 Extensions
|
/external/cronet/tot/third_party/llvm-libc/src/docs/gpu/ |
D | rpc.rst | 95 Server Library 109 Client Example 137 Server Example 181 CUDA Server Example 302 Extensions
|
/external/coreboot/Documentation/technotes/ |
D | 2020-03-unit-testing-coreboot.md | 200 ## Implementation section in Unit testing coreboot 202 ### Framework as a submodule or external package 210 ### Integration with build system 215 ### Build configuration (Kconfig) 225 ### Directory structure 282 ### Writing new tests
|
/external/tensorflow/tensorflow/lite/kernels/shim/ |
D | README.md | 27 ## Implementation section 35 ### TensorView 86 ### OpKernelShim 124 ### Context Interfaces
|
/external/pytorch/torch/ao/quantization/backend_config/ |
D | README.md | 110 ### Observer Insertion 117 ### Reference Quantized Patterns 125 ### Fusion 137 ### Data Type Restrictions
|
/external/cronet/tot/net/dns/ |
D | README.md | 92 ## Implementation section in Chrome Host Resolution 94 ### HostResolver 145 ### HostResolverManager 202 ### Host resolution sources 345 ### IPv6 and connectivity
|
/external/cronet/stable/net/dns/ |
D | README.md | 92 ## Implementation section in Chrome Host Resolution 94 ### HostResolver 145 ### HostResolverManager 202 ### Host resolution sources 345 ### IPv6 and connectivity
|
/external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/ |
D | ClWorkloadRuntime.cpp | 268 struct ClWorkloadRuntime::Implementation struct in arm_compute::experimental::dynamic_fusion::ClWorkloadRuntime 270 std::map<UnitWorkloadId, std::unique_ptr<ClKernelRuntime>> _kernels{}; 271 std::map<UnitWorkloadId, std::unique_ptr<ClKernelRuntime>> _kernels_prep{}; 272 bool _is_configured{ false }; 273 bool _is_prepared{ false }; 274 ClTensorLUT _tensor_lut{}; 275 ClAuxTensors _aux_tensors{}; 276 GpuWorkloadSourceCode _source_code{};
|
/external/coreboot/Documentation/drivers/ |
D | soundwire.md | 164 ### Controller 200 ### Codec 340 ### Generating Codec Properties 396 ### Mainboard
|
/external/gemmlowp/doc/ |
D | less-than-8-bit.md | 94 ## Implementation section in Computation with less than 8 bits in gemmlowp 110 ### Packing stage 137 ### Computation kernel stage 176 ### Unpacking stage
|
/external/cronet/stable/third_party/llvm-libc/src/src/math/docs/ |
D | add_math_function.md | 24 ## Implementation section in How to add a new math function to LLVM-libc 50 ### Floating point utility
|
/external/cronet/tot/third_party/llvm-libc/src/src/math/docs/ |
D | add_math_function.md | 24 ## Implementation section in How to add a new math function to LLVM-libc 50 ### Floating point utility
|
/external/emboss/doc/design_docs/archive/ |
D | alternate_enum_cases.md | 282 ## Implementation section in Design: Alternate Enum Field Cases 284 ### Front End 314 ### Back End
|
/external/openthread/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 114 ## Implementation section in Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS 116 ### Additional non-public symbols 131 ### Architecture of symbol definitions 181 ### Structure of PSA Crypto library code
|
/external/mbedtls/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 114 ## Implementation section in Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS 116 ### Additional non-public symbols 131 ### Architecture of symbol definitions 181 ### Structure of PSA Crypto library code
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 319 DynTypedMatcher(MatcherInterface<T> *Implementation) in DynTypedMatcher() 430 IntrusiveRefCntPtr<DynMatcherInterface> Implementation) in DynTypedMatcher() 443 IntrusiveRefCntPtr<DynMatcherInterface> Implementation; variable 471 explicit Matcher(MatcherInterface<T> *Implementation) in Matcher() 494 : Implementation(new TypeToQualType<TypeT>(Other)) {} in Implementation() function 555 explicit Matcher(const DynTypedMatcher &Implementation) in Matcher() 561 DynTypedMatcher Implementation; variable 567 inline Matcher<T> makeMatcher(MatcherInterface<T> *Implementation) { in makeMatcher()
|
/external/json-schema-validator/src/test/suite/ |
D | README.md | 101 ### How to Implement a Test Runner 134 ### Additional Assumptions 162 ### Invariants & Guarantees
|
/external/conscrypt/test-support/src/java/org/conscrypt/ |
D | ConscryptInstrumentationListener.java | 55 private enum Implementation { enum in ConscryptInstrumentationListener 62 private Implementation(boolean useEngine, String expectedClassName) { in Implementation() method in ConscryptInstrumentationListener.Implementation
|
/external/rust/android-crates-io/crates/crc/src/ |
D | lib.rs | 43 pub trait Implementation: private::Sealed { trait
|
/external/rust/android-crates-io/crates/sharded-slab/ |
D | IMPLEMENTATION.md | 59 # Implementation chapter
|
/external/tpm2-tss/doc/ |
D | logging.md | 19 # Implementation chapter
|
/external/rust/android-crates-io/crates/named-lock/ |
D | README.md | 26 ## Implementation section in named-lock
|