Home
last modified time | relevance | path

Searched refs:parseImpl (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DPackageParsingPerfTest.kt179 ?: parseImpl(file).also { cacher?.cacheResult(file, it) }
181 protected abstract fun parseImpl(file: File): PackageType regex
190 override fun parseImpl(file: File) = parser.parsePackage(file, 0, cacher != null)
212 override fun parseImpl(file: File) =
/aosp12/frameworks/av/media/libeffects/config/src/
H A DEffectsConfig.cpp180 auto parseImpl = [&libraries](const XMLElement& xmlImpl, EffectImpl& effect) { in parseEffect() local
204 if (!parseImpl(xmlEffect, effect)) { in parseEffect()
214 auto parseProxy = [&xmlEffect, &parseImpl](const char* tag, EffectImpl& proxyLib) { in parseEffect()
220 return parseImpl(*xmlProxyLib, proxyLib); in parseEffect()
/aosp12/build/make/tools/product_config/src/com/android/build/config/
H A DDumpConfigParser.java72 parser.parseImpl(); in parse()
79 private void parseImpl() throws CsvParser.ParseException, IOException { in parseImpl() method in DumpConfigParser
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/
H A DRawBatteryStats.java860 result.parseImpl(input); in parse()
950 private void parseImpl(InputStream input) throws ParseException, IOException { in parseImpl() method in RawBatteryStats