Searched refs:xmlStream (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/av/media/libeffects/config/src/ |
H A D | EffectsConfig.cpp | 235 bool parseStream(const XMLElement& xmlStream, Effects& effects, std::vector<Stream>* streams) { in parseStream() argument 236 const char* streamType = xmlStream.Attribute("type"); in parseStream() 238 ALOGE("stream must have a type: %s", dump(xmlStream)); in parseStream() 243 ALOGE("Invalid <stream|device> type %s: %s", streamType, dump(xmlStream)); in parseStream() 247 for (auto& xmlApply : getChildren(xmlStream, "apply")) { in parseStream() 312 for (auto& xmlStream : getChildren(xmlPreprocess, "stream")) { in parseWithPath() local 313 registerFailure(parseStream(xmlStream, config->effects, &config->preprocess)); in parseWithPath() 319 for (auto& xmlStream : getChildren(xmlPostprocess, "stream")) { in parseWithPath() local 320 registerFailure(parseStream(xmlStream, config->effects, &config->postprocess)); in parseWithPath()
|
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
H A D | XmpInterfaceTest.java | 180 final InputStream xmlStream = new ByteArrayInputStream(xml.getBytes("UTF-8")); in testStream_LineOffsets() local 182 new XmpInterface.ByteCountingInputStream(xmlStream); in testStream_LineOffsets() 201 final InputStream xmlStream = new ByteArrayInputStream( in testStream_Misc() local 204 new XmpInterface.ByteCountingInputStream(xmlStream); in testStream_Misc()
|
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/ |
H A D | SoftApConfToXmlMigrationUtilTest.java | 190 InputStream xmlStream = SoftApConfToXmlMigrationUtil.convert( in testConversion() local 193 byte[] xmlBytes = readFully(xmlStream); in testConversion()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | PackageSignaturesTest.java | 453 InputStream xmlStream = mContext.getResources().getAssets().open( in getXMLFromResources() local 455 TypedXmlPullParser result = Xml.resolvePullParser(xmlStream); in getXMLFromResources()
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |