| /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() function 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/tensorflow/tensorflow/lite/kernels/shim/ |
| D | README.md | 27 ## Implementation section 35 ### TensorView 86 ### OpKernelShim 124 ### Context Interfaces
|
| /external/stg/doc/ |
| D | DIFFS.md | 49 ### `operator()(Node, Node)` 63 ### `Added` and `Removed` 77 ### `operator(Id, Id)` 262 ### Diff helpers
|
| /external/cronet/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/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/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/openthread/third_party/mbedtls/repo/docs/proposed/ |
| D | psa-conditional-inclusion-c.md | 105 ## Implementation section in Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS 107 ### Additional non-public symbols 122 ### Architecture of symbol definitions 172 ### 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/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/crates/sharded-slab/ |
| D | IMPLEMENTATION.md | 59 # Implementation chapter
|
| /external/tpm2-tss/doc/ |
| D | logging.md | 19 # Implementation chapter
|
| /external/rust/crates/named-lock/ |
| D | README.md | 26 ## Implementation section in named-lock
|
| /external/oboe/samples/minimaloboe/ |
| D | README.md | 8 ## Implementation section in Minimal Oboe
|
| /external/angle/doc/ |
| D | DebugOverlayInVulkanBackend.md | 24 ## Implementation section in Debug Overlay in ANGLE's Vulkan Backend
|
| /external/ComputeLibrary/arm_compute/dynamic_fusion/sketch/gpu/ |
| D | GpuWorkloadSketch.h | 49 class Implementation; variable
|
| /external/rust/crates/async-stream/ |
| D | README.md | 138 ## Implementation section in Asynchronous streams for Rust
|
| /external/robolectric/annotations/src/main/java/org/robolectric/annotation/ |
| D | Implementation.java | 16 public @interface Implementation { annotation
|
| /external/rust/crates/const-oid/ |
| D | README.md | 35 ## Implementation section in [RustCrypto]: Object Identifiers (OIDs)
|
| /external/accompanist/docs/ |
| D | testharness.md | 98 ## Implementation section in Test Harness for Jetpack Compose
|
| /external/sandboxed-api/oss-internship-2020/gdal/ |
| D | README.md | 63 ## Implementation section in GDAL Raster GeoTIFF Workflow
|
| /external/ltp/docparse/ |
| D | README.md | 109 Implementation chapter
|
| /external/rust/crates/grpcio-sys/grpc/third_party/xds/proposals/ |
| D | XRFC-TEMPLATE.md | 29 ## Implementation section
|