Home
last modified time | relevance | path

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

1234

/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/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/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/cronet/stable/third_party/llvm-libc/src/docs/gpu/
Drpc.rst95 Server Library
109 Client Example
137 Server Example
181 CUDA Server Example
302 Extensions
/external/cronet/tot/third_party/llvm-libc/src/docs/gpu/
Drpc.rst95 Server Library
109 Client Example
137 Server Example
181 CUDA Server Example
302 Extensions
/external/coreboot/Documentation/technotes/
D2020-03-unit-testing-coreboot.md200 ## Implementation section in Unit testing coreboot
202 ### Framework as a submodule or external package
210 ### Integration with build system
215 ### Build configuration (Kconfig)
225 ### Directory structure
282 ### Writing new tests
/external/tensorflow/tensorflow/lite/kernels/shim/
DREADME.md27 ## Implementation section
35 ### TensorView
86 ### OpKernelShim
124 ### Context Interfaces
/external/pytorch/torch/ao/quantization/backend_config/
DREADME.md110 ### Observer Insertion
117 ### Reference Quantized Patterns
125 ### Fusion
137 ### Data Type Restrictions
/external/cronet/tot/net/dns/
DREADME.md92 ## Implementation section in Chrome Host Resolution
94 ### HostResolver
145 ### HostResolverManager
202 ### Host resolution sources
345 ### IPv6 and connectivity
/external/cronet/stable/net/dns/
DREADME.md92 ## 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/
DClWorkloadRuntime.cpp268 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/coreboot/Documentation/drivers/
Dsoundwire.md164 ### Controller
200 ### Codec
340 ### Generating Codec Properties
396 ### Mainboard
/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/cronet/stable/third_party/llvm-libc/src/src/math/docs/
Dadd_math_function.md24 ## Implementation section in How to add a new math function to LLVM-libc
50 ### Floating point utility
/external/cronet/tot/third_party/llvm-libc/src/src/math/docs/
Dadd_math_function.md24 ## Implementation section in How to add a new math function to LLVM-libc
50 ### Floating point utility
/external/emboss/doc/design_docs/archive/
Dalternate_enum_cases.md282 ## Implementation section in Design: Alternate Enum Field Cases
284 ### Front End
314 ### Back End
/external/openthread/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md114 ## 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/mbedtls/docs/proposed/
Dpsa-conditional-inclusion-c.md114 ## 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/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/json-schema-validator/src/test/suite/
DREADME.md101 ### How to Implement a Test Runner
134 ### Additional Assumptions
162 ### Invariants & Guarantees
/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/rust/android-crates-io/crates/crc/src/
Dlib.rs43 pub trait Implementation: private::Sealed { trait
/external/rust/android-crates-io/crates/sharded-slab/
DIMPLEMENTATION.md59 # Implementation chapter
/external/tpm2-tss/doc/
Dlogging.md19 # Implementation chapter
/external/rust/android-crates-io/crates/named-lock/
DREADME.md26 ## Implementation section in named-lock

1234