Home
last modified time | relevance | path

Searched defs:xmlSource (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/trax/dom/
H A DDOMResultAPITest.java255 DOMSource xmlSource = new DOMSource(xmlNode); in testCase2() local
284 DOMSource xmlSource = new DOMSource(xmlNode); in testCase2() local
313 DOMSource xmlSource = new DOMSource(xmlNode); in testCase2() local
357 DOMSource xmlSource = new DOMSource(xmlNode); in testCase2() local
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xslwrapper/
H A DTraxStreamWrapper.java210 StreamSource xmlSource = new StreamSource(new ByteArrayInputStream(xmlBytes)); in transform() local
369 StreamSource xmlSource = new StreamSource(new ByteArrayInputStream(xmlBytes)); in transformWithStylesheet() local
449 StreamSource xmlSource = new StreamSource(new ByteArrayInputStream(xmlBytes)); in transformEmbedded() local
H A DTraxDOMWrapper.java208 DOMSource xmlSource = new DOMSource(xmlNode); in transform() local
363 DOMSource xmlSource = new DOMSource(xmlNode); in transformWithStylesheet() local
446 DOMSource xmlSource = new DOMSource(xmlNode); in transformEmbedded() local
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/trax/
H A DSystemIdImpInclTest.java363 Source xmlSource = null; in testCase2() local
585 Source xmlSource = null; in testCase3() local
748 Source xmlSource = null; in testCase4() local
H A DParameterTest.java431 Source xmlSource, in testSetParam()
473 Source xmlSource, in testSetParam()
H A DExamplesTest.java374 StreamSource xmlSource = new StreamSource(xmlIS); in exampleFromStream() local
419 StreamSource xmlSource = new StreamSource(xmlReader); in exampleFromReader() local
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/trax/sax/
H A DTemplatesHandlerAPITest.java246 Source xmlSource = new StreamSource(xmlURI); in testCase2() local
291 Source xmlSource = new StreamSource(xmlImpInclURI); in testCase2() local
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
H A DTelephonyLookup.java70 private final ReaderSupplier xmlSource; field in TelephonyLookup
72 private TelephonyLookup(ReaderSupplier xmlSource) { in TelephonyLookup()
H A DTimeZoneFinder.java86 private final ReaderSupplier xmlSource; field in TimeZoneFinder
91 private TimeZoneFinder(ReaderSupplier xmlSource) { in TimeZoneFinder()
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java499 public static FilterGraph readXmlGraph(MffContext context, String xmlSource) in readXmlGraph()
515 MffContext context, String xmlSource, FilterGraph parentGraph) in readXmlSubGraph()
/aosp_15_r20/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
H A DHtmlWriter.java67 StreamSource xmlSource = new StreamSource(xmlIn); in printHtmlReport() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestCheckNumbers.java49 XMLSource xmlSource = new DummyXMLSource(); in checkSingularity() local
H A DTestCheckWidths.java25 XMLSource xmlSource = new DummyXMLSource(); in TestBasic() local
/aosp_15_r20/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
H A DHtmlReport.java69 StreamSource xmlSource = new StreamSource(xmlIn); in printHtmlReport() local
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformer.java98 public abstract void transform(Source xmlSource, Result outputTarget) in transform()
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/xml/transform/
H A DTransformerTest.java45 public void transform(Source xmlSource, Result outputTarget) throws TransformerException {} in transform()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DVotelessUsersChoice.java30 final XMLSource xmlSource = cldrFile.dataSource; in getVoteResolver() local
H A DCldrXmlWriter.java23 private final XMLSource xmlSource; field in CldrXmlWriter
H A DMissingXmlGetter.java65 final XMLSource xmlSource = new SimpleXMLSource(locale.getBaseName()); in reallyGetXml() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateLanguageData.java53 SimpleXMLSource xmlSource = new SimpleXMLSource("en"); in main() local
H A DGenerateDecompCollationRules.java196 SimpleXMLSource xmlSource = new SimpleXMLSource("ar"); in main() local
/aosp_15_r20/external/guice/examples/src/example/xml/
H A DXmlBeanModule.java216 Object xmlSource() { in xmlSource() method in XmlBeanModule
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/trax/stream/
H A DStreamResultAPITest.java203 Source xmlSource = null; in testCase2() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java277 InputSource xmlSource; in getDTM() local
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DParameterMgr.cpp2538 bool CParameterMgr::importDomainsXml(const string &xmlSource, bool withSettings, bool fromFile, in importDomainsXml()
2565 bool CParameterMgr::importSingleDomainXml(const string &xmlSource, bool overwrite, in importSingleDomainXml()
2593 bool CParameterMgr::wrapLegacyXmlImport(const string &xmlSource, bool fromFile, bool withSettings, in wrapLegacyXmlImport()

123