/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/deqp-deps/amber/docs/ |
D | debugger.md | 144 ## Implementation section in Debugger Testing 148 ### Parsing 153 ### `amber::debug::Script` 158 ### `amber::debug::Events` 168 ### `amber::debug::Thread` 176 ### `amber::Engine::Debugger` 182 ### Debugger Execution
|
/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/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/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/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/tpm2-tss/doc/ |
D | logging.md | 19 # Implementation chapter
|
/external/angle/doc/ |
D | DebugOverlayInVulkanBackend.md | 24 ## Implementation section in Debug Overlay in ANGLE's Vulkan Backend
|
/external/python/cryptography/docs/ |
D | fernet.rst | 257 Implementation chapter
|
/external/python/cryptography/docs/development/ |
D | reviewing-patches.rst | 22 Implementation chapter
|
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/ |
D | Implementation.java | 16 public @interface Implementation { annotation
|
/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/ltp/docparse/ |
D | README.md | 109 Implementation chapter
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | X509Util.java | 296 static class Implementation class in X509Util 301 Implementation( in Implementation() method in X509Util.Implementation
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/ |
D | X509Util.java | 297 static class Implementation class in X509Util 302 Implementation( in Implementation() method in X509Util.Implementation
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/ |
D | X509Util.java | 297 static class Implementation class in X509Util 302 Implementation( in Implementation() method in X509Util.Implementation
|
/external/llvm/docs/ |
D | BigEndianNEON.rst | 154 Implementation chapter
|
/external/perfetto/docs/design-docs/ |
D | heapprofd-sampling.md | 25 ## Implementation section in heapprofd: Sampling for Memory Profiles
|
/external/pigweed/pw_env_setup/ |
D | docs.rst | 516 Implementation chapter
|
/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
D | method.h | 96 using Implementation = Method; member
|
/external/rust/crates/ring/src/aead/ |
D | gcm.rs | 279 enum Implementation { enum 296 fn detect_implementation(cpu_features: cpu::Features) -> Implementation { in detect_implementation()
|
D | aes.rs | 342 pub enum Implementation { enum 364 fn detect_implementation(cpu_features: cpu::Features) -> Implementation { in detect_implementation()
|