Searched refs:Extract (Results 1 – 7 of 7) sorted by relevance
268 virtual void Extract(xml::Element* el) { } in Extract() function in aapt::ManifestExtractor::Element453 bool Extract(android::IDiagnostics* diag);571 void Extract(xml::Element* manifest) override { in Extract() function in aapt::Manifest705 void Extract(xml::Element* element) override { in Extract() function in aapt::Application810 void Extract(xml::Element* element) override { in Extract() function in aapt::UsesSdkBadging880 void Extract(xml::Element* element) override { in Extract() function in aapt::UsesConfiguarion936 void Extract(xml::Element* element) override { in Extract() function in aapt::SupportsScreen1054 void Extract(xml::Element* element) override { in Extract() function in aapt::FeatureGroup1321 void Extract(xml::Element* element) override { in Extract() function in aapt::UsesFeature1360 void Extract(xml::Element* element) override { in Extract() function in aapt::UsesPermission[all …]
19 ### Extract system calls names, numbers and entry points26 `__do_sys_*` functions, see "Extract system calls parameters").34 ### Extract system calls parameters47 Extract the list of `__do_sys_*` functions for arch:
22 public native int Extract(String inputFilePath, String inputFileName, String statsFile); in Extract() method in Native
33 TEST_P(ExtractorTest, Extract) { in TEST_P() argument
67 // Extract the impl jar from "framework-minus-apex.ravenwood-base" for subsequent build rules.82 // Extract the stats file.179 // Extract the stats file.
116 int status = nativeExtractor.Extract(mInputFilePath, mInputFileName, mStatsFile); in testNativeExtractor()
224 3. **operation**: The current operation on the input test vector i.e. Extract/Mux/Encode/Decode.260 15. **totalTime**: The time taken to perform the complete operation (i.e. Extract/Mux/Decode/Encode…