/aosp_15_r20/external/clang/lib/Index/ |
H A 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() 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 D | suffix_array.h | 101 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 D | suffix_array.h | 101 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 D | ClWorkloadRuntime.cpp | 268 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 D | 2020-03-unit-testing-coreboot.md | 200 ## 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 D | device.rs | 36 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 D | README.md | 92 ## 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 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()
|
/aosp_15_r20/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/ |
H A D | Immutable.md | 60 ## 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 D | README.md | 27 ## Implementation section 35 ### TensorView 86 ### OpKernelShim 124 ### Context Interfaces
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/backend_config/ |
H A D | README.md | 110 ### Observer Insertion 117 ### Reference Quantized Patterns 125 ### Fusion 137 ### Data Type Restrictions
|
/aosp_15_r20/tools/metalava/ |
H A D | README.md | 370 ### Visiting Items 411 ### Visiting Types 420 ### Diffing Codebases 467 ### Documentation Generation
|
/aosp_15_r20/system/keymint/common/src/crypto/ |
H A D | traits.rs | 24 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 D | soundwire.md | 164 ### Controller 200 ### Codec 340 ### Generating Codec Properties 396 ### Mainboard
|
/aosp_15_r20/external/gemmlowp/doc/ |
H A 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
|
/aosp_15_r20/external/mbedtls/docs/proposed/ |
H A D | psa-conditional-inclusion-c.md | 114 ## 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 D | psa-conditional-inclusion-c.md | 114 ## 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 D | alternate_enum_cases.md | 282 ## 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 D | README.md | 101 ### 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/ |
D | APINotesWriter.h | 24 class Implementation; variable 25 std::unique_ptr<Implementation> Implementation; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/APINotes/ |
D | APINotesWriter.h | 33 class Implementation; variable 34 std::unique_ptr<Implementation> Implementation; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/APINotes/ |
D | APINotesWriter.h | 33 class Implementation; variable 34 std::unique_ptr<Implementation> Implementation; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/APINotes/ |
D | APINotesWriter.h | 33 class Implementation; variable 34 std::unique_ptr<Implementation> Implementation; variable
|
/aosp_15_r20/prebuilts/go/linux-x86/test/interface/private.dir/ |
D | prog.go | 16 type Implementation struct{} struct 18 func (p *Implementation) private() {}
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/bug324.dir/ |
D | prog.go | 15 type Implementation struct{} struct 24 x.private() // main.Implementation.private()
|