Home
last modified time | relevance | path

Searched defs:Implementation (Results 1 – 25 of 48) sorted by relevance

12

/external/deqp-deps/amber/docs/
Ddebugger.md146 ## 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/
DCodegenNameGenerator.cpp28 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/
Dless-than-8-bit.md94 ## 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/
DASTMatchersInternal.h319 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/
DConscryptInstrumentationListener.java55 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/
DASTMatchersInternal.h359 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/
Dlogging.md19 # Implementation chapter
/external/python/cryptography/docs/
Dfernet.rst219 Implementation chapter
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
DImplementation.java16 public @interface Implementation { annotation
DConfig.java170 class Implementation implements Config { class
271 public Implementation( in Implementation() method in Config.Implementation
/external/python/cryptography/docs/development/
Dreviewing-patches.rst22 Implementation chapter
/external/rust/crates/async-stream/
DREADME.md138 ## Implementation section in Asynchronous streams for Rust
/external/llvm-project/llvm/docs/
DMemTagSanitizer.rst36 Implementation chapter
DBigEndianNEON.rst154 Implementation chapter
DBugpointRedesign.md62 ### Implementation subsection
/external/llvm/docs/
DBigEndianNEON.rst154 Implementation chapter
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Util.java296 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/
DX509Util.java297 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/
DX509Util.java297 static class Implementation class in X509Util
302 Implementation( in Implementation() method in X509Util.Implementation
/external/perfetto/docs/design-docs/
Dheapprofd-sampling.md25 ## Implementation section in heapprofd: Sampling for Memory Profiles
/external/pigweed/pw_env_setup/
Ddocs.rst239 Implementation chapter
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dmethod.h89 using Implementation = Method; member
/external/rust/crates/ring/src/aead/
Dgcm.rs279 enum Implementation { enum
296 fn detect_implementation(cpu_features: cpu::Features) -> Implementation { in detect_implementation()
Daes.rs338 pub enum Implementation { enum
360 fn detect_implementation(cpu_features: cpu::Features) -> Implementation { in detect_implementation()
/external/llvm-project/clang/lib/AST/
DMangle.cpp374 class ASTNameGenerator::Implementation { class in ASTNameGenerator
379 explicit Implementation(ASTContext &Ctx) in Implementation() function in ASTNameGenerator::Implementation

12