/external/deqp-deps/amber/docs/ |
D | debugger.md | 146 ## Implementation section in Debugger Testing 150 ### Parsing 155 ### `amber::debug::Script` 160 ### `amber::debug::Events` 170 ### `amber::debug::Thread` 178 ### `amber::Engine::Debugger` 184 ### Debugger Execution
|
/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/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/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 359 DynTypedMatcher(MatcherInterface<T> *Implementation) in DynTypedMatcher() 490 IntrusiveRefCntPtr<DynMatcherInterface> Implementation) in DynTypedMatcher() 502 IntrusiveRefCntPtr<DynMatcherInterface> Implementation; variable 517 explicit Matcher(MatcherInterface<T> *Implementation) in Matcher() 539 : Implementation(new TypeToQualType<TypeT>(Other)) {} in Implementation() function 606 explicit Matcher(const DynTypedMatcher &Implementation) in Matcher() 612 DynTypedMatcher Implementation; variable 618 inline Matcher<T> makeMatcher(MatcherInterface<T> *Implementation) { in makeMatcher()
|
/external/tpm2-tss/doc/ |
D | logging.md | 19 # Implementation chapter
|
/external/python/cryptography/docs/ |
D | fernet.rst | 219 Implementation chapter
|
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/ |
D | Implementation.java | 16 public @interface Implementation { annotation
|
D | Config.java | 170 class Implementation implements Config { class 271 public Implementation( in Implementation() method in Config.Implementation
|
/external/python/cryptography/docs/development/ |
D | reviewing-patches.rst | 22 Implementation chapter
|
/external/rust/crates/async-stream/ |
D | README.md | 138 ## Implementation section in Asynchronous streams for Rust
|
/external/llvm-project/llvm/docs/ |
D | MemTagSanitizer.rst | 36 Implementation chapter
|
D | BigEndianNEON.rst | 154 Implementation chapter
|
D | BugpointRedesign.md | 62 ### Implementation subsection
|
/external/llvm/docs/ |
D | BigEndianNEON.rst | 154 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_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/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/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 | 239 Implementation chapter
|
/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
D | method.h | 89 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 | 338 pub enum Implementation { enum 360 fn detect_implementation(cpu_features: cpu::Features) -> Implementation { in detect_implementation()
|
/external/llvm-project/clang/lib/AST/ |
D | Mangle.cpp | 374 class ASTNameGenerator::Implementation { class in ASTNameGenerator 379 explicit Implementation(ASTContext &Ctx) in Implementation() function in ASTNameGenerator::Implementation
|