Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/clang/lib/Index/
H A DCodegenNameGenerator.cpp28 struct CodegenNameGenerator::Implementation { struct in CodegenNameGenerator
29 std::unique_ptr<MangleContext> MC;
30 llvm::DataLayout DL;
32 Implementation(ASTContext &Ctx) in Implementation() function
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 …]
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A 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 …]
/aosp_15_r20/external/zucchini/
H A 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 …]
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/
H A 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{};
/aosp_15_r20/external/coreboot/Documentation/technotes/
H A 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
/aosp_15_r20/system/keymint/ta/src/
H A Ddevice.rs36 pub struct Implementation { struct
38 pub keys: Box<dyn RetrieveKeyMaterial>,
41 pub sign_info: Option<Box<dyn RetrieveCertSigningInfo>>,
44 pub attest_ids: Option<Box<dyn RetrieveAttestationIds>>,
48 pub sdd_mgr: Option<Box<dyn keyblob::SecureDeletionSecretManager>>,
51 pub bootloader: Box<dyn BootloaderStatus>,
55 pub sk_wrapper: Option<Box<dyn StorageKeyWrapper>>,
58 pub tup: Box<dyn TrustedUserPresence>,
61 pub legacy_key: Option<Box<dyn keyblob::LegacyKeyHandler>>,
65 pub rpc: Box<dyn RetrieveRpcArtifacts>,
/aosp_15_r20/external/cronet/net/dns/
H A DREADME.md92 ## Implementation section in Chrome Host Resolution
94 ### HostResolver
145 ### HostResolverManager
202 ### Host resolution sources
345 ### IPv6 and connectivity
/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A 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()
/aosp_15_r20/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/
H A DImmutable.md60 ## Implementation section in Immutable Data Structures
62 ### Immutable and mutable classes
68 ### How mutation works
102 ### The magic: `MutableReference`
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/
H A DREADME.md27 ## Implementation section
35 ### TensorView
86 ### OpKernelShim
124 ### Context Interfaces
/aosp_15_r20/external/pytorch/torch/ao/quantization/backend_config/
H A DREADME.md110 ### Observer Insertion
117 ### Reference Quantized Patterns
125 ### Fusion
137 ### Data Type Restrictions
/aosp_15_r20/tools/metalava/
H A DREADME.md370 ### Visiting Items
411 ### Visiting Types
420 ### Diffing Codebases
467 ### Documentation Generation
/aosp_15_r20/system/keymint/common/src/crypto/
H A Dtraits.rs24 pub struct Implementation { struct
26 pub rng: Box<dyn Rng>,
30 pub clock: Option<Box<dyn MonotonicClock>>,
33 pub compare: Box<dyn ConstTimeEq>,
36 pub aes: Box<dyn Aes>,
39 pub des: Box<dyn Des>,
42 pub hmac: Box<dyn Hmac>,
45 pub rsa: Box<dyn Rsa>,
48 pub ec: Box<dyn Ec>,
51 pub ckdf: Box<dyn Ckdf>,
[all …]
/aosp_15_r20/external/coreboot/Documentation/drivers/
H A Dsoundwire.md164 ### Controller
200 ### Codec
340 ### Generating Codec Properties
396 ### Mainboard
/aosp_15_r20/external/gemmlowp/doc/
H A 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
/aosp_15_r20/external/mbedtls/docs/proposed/
H A 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
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/proposed/
H A 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
/aosp_15_r20/external/emboss/doc/design_docs/archive/
H A Dalternate_enum_cases.md282 ## Implementation section in Design: Alternate Enum Field Cases
284 ### Front End
314 ### Back End
/aosp_15_r20/external/json-schema-validator/src/test/suite/
H A DREADME.md101 ### How to Implement a Test Runner
134 ### Additional Assumptions
162 ### Invariants & Guarantees
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/APINotes/
DAPINotesWriter.h24 class Implementation; variable
25 std::unique_ptr<Implementation> Implementation; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/APINotes/
DAPINotesWriter.h33 class Implementation; variable
34 std::unique_ptr<Implementation> Implementation; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/APINotes/
DAPINotesWriter.h33 class Implementation; variable
34 std::unique_ptr<Implementation> Implementation; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/APINotes/
DAPINotesWriter.h33 class Implementation; variable
34 std::unique_ptr<Implementation> Implementation; variable
/aosp_15_r20/prebuilts/go/linux-x86/test/interface/private.dir/
Dprog.go16 type Implementation struct{} struct
18 func (p *Implementation) private() {}
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/bug324.dir/
Dprog.go15 type Implementation struct{} struct
24 x.private() // main.Implementation.private()

123456789