Home
last modified time | relevance | path

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

12

/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/deqp-deps/amber/docs/
Ddebugger.md144 ## 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/
Dsuffix_array.h101 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/
Dsuffix_array.h101 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/
DREADME.md27 ## Implementation section
35 ### TensorView
86 ### OpKernelShim
124 ### Context Interfaces
/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/tpm2-tss/doc/
Dlogging.md19 # Implementation chapter
/external/angle/doc/
DDebugOverlayInVulkanBackend.md24 ## Implementation section in Debug Overlay in ANGLE's Vulkan Backend
/external/python/cryptography/docs/
Dfernet.rst257 Implementation chapter
/external/python/cryptography/docs/development/
Dreviewing-patches.rst22 Implementation chapter
/external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
DImplementation.java16 public @interface Implementation { annotation
/external/rust/crates/async-stream/
DREADME.md138 ## Implementation section in Asynchronous streams for Rust
/external/robolectric/annotations/src/main/java/org/robolectric/annotation/
DImplementation.java16 public @interface Implementation { annotation
/external/ltp/docparse/
DREADME.md109 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/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/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/llvm/docs/
DBigEndianNEON.rst154 Implementation chapter
/external/perfetto/docs/design-docs/
Dheapprofd-sampling.md25 ## Implementation section in heapprofd: Sampling for Memory Profiles
/external/pigweed/pw_env_setup/
Ddocs.rst516 Implementation chapter
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dmethod.h96 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.rs342 pub enum Implementation { enum
364 fn detect_implementation(cpu_features: cpu::Features) -> Implementation { in detect_implementation()

12