/aosp_15_r20/frameworks/base/tools/aapt2/dump/ |
H A D | DumpManifest.cpp | 268 virtual void Extract(xml::Element* el) { } in Extract() function in aapt::ManifestExtractor::Element 571 void Extract(xml::Element* manifest) override { in Extract() function in aapt::Manifest 705 void Extract(xml::Element* element) override { in Extract() function in aapt::Application 810 void Extract(xml::Element* element) override { in Extract() function in aapt::UsesSdkBadging 880 void Extract(xml::Element* element) override { in Extract() function in aapt::UsesConfiguarion 936 void Extract(xml::Element* element) override { in Extract() function in aapt::SupportsScreen 1054 void Extract(xml::Element* element) override { in Extract() function in aapt::FeatureGroup 1321 void Extract(xml::Element* element) override { in Extract() function in aapt::UsesFeature 1360 void Extract(xml::Element* element) override { in Extract() function in aapt::UsesPermission 1451 void Extract(xml::Element* element) override { in Extract() function in aapt::RequiredFeature [all …]
|
/aosp_15_r20/external/perfetto/python/generators/sql_processing/ |
H A D | docs_parse.py | 206 def parse(self, doc: DocsExtractor.Extract) -> Optional[TableOrView]: 278 def parse(self, doc: DocsExtractor.Extract) -> Optional[Function]: 329 def parse(self, doc: DocsExtractor.Extract) -> Optional[TableFunction]: 379 def parse(self, doc: DocsExtractor.Extract) -> Optional[Macro]: 424 def parse(self, doc: DocsExtractor.Extract) -> Optional[Include]:
|
H A D | docs_extractor.py | 33 class Extract: class in DocsExtractor
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 209 auto *Extract = dyn_cast<ExtractElementInst>(*UI); in lowerInterleavedLoad() local 280 for (auto *Extract : Extracts) { in tryReplaceExtracts() local 323 auto *Extract = Replacement.first; in tryReplaceExtracts() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 294 auto *Extract = dyn_cast<ExtractElementInst>(*UI); in lowerInterleavedLoad() local 366 for (auto *Extract : Extracts) { in tryReplaceExtracts() local 407 auto *Extract = Replacement.first; in tryReplaceExtracts() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 308 auto *Extract = dyn_cast<ExtractElementInst>(User); in lowerInterleavedLoad() local 440 for (auto *Extract : Extracts) { in tryReplaceExtracts() local 481 auto *Extract = Replacement.first; in tryReplaceExtracts() local
|
/aosp_15_r20/external/cronet/base/metrics/ |
H A D | histogram_samples.cc | 100 HistogramSamples::SingleSample HistogramSamples::AtomicSingleSample::Extract( in Extract() function in base::HistogramSamples::AtomicSingleSample 267 void HistogramSamples::Extract(HistogramSamples& other) { in Extract() function in base::HistogramSamples
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
H A D | extension.h | 51 static FormatRawSinkImpl Extract(T s) { in Extract() function 118 static FormatSinkImpl* Extract(T* s) { in Extract() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | extension.h | 52 static FormatRawSinkImpl Extract(T s) { in Extract() function 119 static FormatSinkImpl* Extract(T* s) { in Extract() function
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/str_format/ |
H A D | extension.h | 52 static FormatRawSinkImpl Extract(T s) { in Extract() function 119 static FormatSinkImpl* Extract(T* s) { in Extract() function
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
H A D | extension.h | 52 static FormatRawSinkImpl Extract(T s) { in Extract() function 119 static FormatSinkImpl* Extract(T* s) { in Extract() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
H A D | extension.h | 51 static FormatRawSinkImpl Extract(T s) { in Extract() function 118 static FormatSinkImpl* Extract(T* s) { in Extract() function
|
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/str_format/ |
H A D | extension.h | 51 static FormatRawSinkImpl Extract(T s) { in Extract() function 118 static FormatSinkImpl* Extract(T* s) { in Extract() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/str_format/ |
H A D | extension.h | 51 static FormatRawSinkImpl Extract(T s) { in Extract() function 118 static FormatSinkImpl* Extract(T* s) { in Extract() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/kv/ |
D | value.rs | 1351 struct Extract(Option<u64>); in test_visit_integer() struct 1353 impl<'v> VisitValue<'v> for Extract { in test_visit_integer() implementation 1373 struct Extract<'v>(Option<&'v str>); in test_visit_borrowed_str() struct 1375 impl<'v> VisitValue<'v> for Extract<'v> { in test_visit_borrowed_str() implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/log-0.4.21/src/kv/ |
H A D | value.rs | 1351 struct Extract(Option<u64>); in test_visit_integer() struct 1353 impl<'v> VisitValue<'v> for Extract { in test_visit_integer() implementation 1373 struct Extract<'v>(Option<&'v str>); in test_visit_borrowed_str() struct 1375 impl<'v> VisitValue<'v> for Extract<'v> { in test_visit_borrowed_str() implementation
|
/aosp_15_r20/art/runtime/ |
H A D | art_method-alloc-inl.h | 33 static Type Extract(Type value) ALWAYS_INLINE { return value; } in Extract() function
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
H A D | extractor.cpp | 67 bool Extractor::Extract(off_t num_sectors, const std::string& out_path) { in Extract() function in android::snapshot::Extractor
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | hkdf_sha256.cpp | 55 void HkdfSha256::Extract(const uint8_t *aSalt, uint16_t aSaltLength, const Key &aInputKey) in Extract() function in ot::Crypto::HkdfSha256
|
/aosp_15_r20/frameworks/av/media/tests/benchmark/tests/ |
H A D | ExtractorTest.cpp | 33 TEST_P(ExtractorTest, Extract) { in TEST_P() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | OverflowInstAnalysis.cpp | 34 auto *Extract = dyn_cast<ExtractValueInst>(V); in isCheckForZeroAndMulWithOverflow() local
|
/aosp_15_r20/external/libchrome/base/metrics/ |
H A D | histogram_samples_unittest.cc | 30 TEST(SingleSampleTest, Extract) { in TEST() argument
|
/aosp_15_r20/external/perfetto/src/trace_processor/sorter/ |
H A D | trace_token_buffer.h | 87 PERFETTO_WARN_UNUSED_RESULT T Extract(Id id) { in Extract() function
|
/aosp_15_r20/build/soong/cmd/diff_target_files/ |
H A D | zip_artifact.go | 79 func (zf *ZipArtifactFile) Extract(ctx context.Context, dir string, func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/hkdf/ |
D | hkdf.go | 26 func Extract(hash func() hash.Hash, secret, salt []byte) []byte { func
|