HomeSort by relevance Sort by last modified time
    Searched full:xmlsource (Results 1 - 25 of 25) sorted by null

  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
HtmlReport.java 65 StreamSource xmlSource = new StreamSource(xmlIn);
67 transformer.transform(xmlSource, result);
  /external/guice/examples/src/example/xml/
XmlBeanModule.java 60 Binder sourced = originalBinder.withSource(xmlSource());
105 Binder sourced = originalBinder.withSource(xmlSource());
192 originalBinder.withSource(xmlSource())
224 Object xmlSource() {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 495 * @param xmlSource the graph specified in XML.
499 public static FilterGraph readXmlGraph(MffContext context, String xmlSource)
501 FilterGraph.Builder builder = getBuilderForXmlString(context, xmlSource);
509 * @param xmlSource the graph specified in XML.
515 MffContext context, String xmlSource, FilterGraph parentGraph)
517 FilterGraph.Builder builder = getBuilderForXmlString(context, xmlSource);
  /external/parameter-framework/upstream/parameter/
ParameterMgr.h 309 * @param[in] xmlSource a std::string containing an xml description or a path to an xml file
313 * xmlSource or contained in a file. In that case xmlSource is just the file path.
318 bool importDomainsXml(const std::string &xmlSource, bool withSettings, bool fromFile,
324 * @param[in] xmlSource a string containing an xml description or a path to an xml file
330 * xmlSource or contained in a file. In that case xmlSource is just the file path.
335 bool importSingleDomainXml(const std::string &xmlSource, bool overwrite, bool withSettings,
    [all...]
ParameterMgrFullConnector.cpp 271 bool CParameterMgrFullConnector::importSingleDomainXml(const string &xmlSource, bool overwrite,
275 return _pParameterMgr->importSingleDomainXml(xmlSource, overwrite, withSettings, fromFile,
CMakeLists.txt 130 # Unfortunatly xmlSink and xmlSource need to be exposed to the plugins
Element.h 38 #include "XmlSource.h"
ParameterMgr.cpp     [all...]
  /external/parameter-framework/upstream/xmlserializer/
CMakeLists.txt 72 XmlSource.h
XmlMemoryDocSource.h 34 #include "XmlSource.h"
XmlStreamDocSink.h 34 #include "XmlSource.h"
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 277 InputSource xmlSource;
280 xmlSource = null;
283 xmlSource = SAXSource.sourceToInputSource(source);
285 String urlOfSource = xmlSource.getSystemId();
295 xmlSource.setSystemId(urlOfSource);
390 if (null == xmlSource) {
405 coParser.startParse(xmlSource);
439 reader.parse(xmlSource);
  /libcore/luni/src/main/java/javax/xml/transform/
Transformer.java 91 * @param xmlSource The XML input to transform.
93 * <code>xmlSource</code>.
98 public abstract void transform(Source xmlSource, Result outputTarget)
  /external/parameter-framework/upstream/parameter/include/
ParameterMgrFullConnector.h 188 * @param[in] xmlSource a string containing an xml description or a path to an xml file
199 bool importSingleDomainXml(const std::string &xmlSource, bool overwrite, bool withSettings,
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMSource.java 65 * @see javax.xml.transform.Transformer#transform(Source xmlSource, Result outputTarget)
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXSource.java 57 * @see javax.xml.transform.Transformer#transform(Source xmlSource, Result outputTarget)
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 415 InputSource xmlSource = SAXSource.sourceToInputSource(source);
417 if (null == xmlSource)
423 if (null != xmlSource.getSystemId())
424 m_systemID = xmlSource.getSystemId();
485 reader.parse(xmlSource);
    [all...]
TransformerImpl.java 626 // reader.parse( xmlSource );
    [all...]
  /external/parameter-framework/upstream/bindings/python/
pfw.i 164 bool importSingleDomainXml(const std::string& xmlSource, bool overwrite, bool withSettings,
  /libcore/luni/src/main/java/javax/xml/transform/stream/
StreamSource.java 55 * @see javax.xml.transform.Transformer#transform(Source xmlSource, Result outputTarget)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h     [all...]
msxml2.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 2711 milliseconds