HomeSort by relevance Sort by last modified time
    Searched defs:InputSource (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
InputSource.cpp 17 #include "InputSource.h"
23 InputSource::InputSource(const string &mappingValue,
41 bool InputSource::receiveFromHW(string & /*error*/)
47 bool InputSource::sendToHW(string & /*error*/)
InputSource.h 27 class InputSource : public CFormattedSubsystemObject
30 InputSource(const std::string &mappingValue,
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
InputSource.h 84 typedef Element<audio_source_t> InputSource;
  /libcore/luni/src/main/java/org/xml/sax/
InputSource.java 4 // $Id: InputSource.java,v 1.9 2002/01/30 21:13:45 dbrownell Exp $
31 * <p>The SAX parser will use the InputSource object to determine how
37 * encoding specified in the InputSource or else (if no encoding is
45 * <p>An InputSource object belongs to the application: the SAX parser
55 * @see org.xml.sax.XMLReader#parse(org.xml.sax.InputSource)
60 public class InputSource {
71 public InputSource ()
93 public InputSource (String systemId)
114 public InputSource (InputStream byteStream)
135 public InputSource (Reader characterStream
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
__init__.py 22 from xmlreader import InputSource
47 inpsrc = InputSource()
xmlreader.py 31 "Parse an XML document from a system identifier or an InputSource."
185 # ===== INPUTSOURCE =====
187 class InputSource:
199 An InputSource belongs to the application, the XMLReader is not
200 allowed to modify InputSource objects passed to it from the
211 "Sets the public identifier of this InputSource."
215 "Returns the public identifier of this InputSource."
219 "Sets the system identifier of this InputSource."
223 "Returns the system identifier of this InputSource."
227 """Sets the character encoding of this InputSource
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
__init__.py 22 from xmlreader import InputSource
47 inpsrc = InputSource()
xmlreader.py 31 "Parse an XML document from a system identifier or an InputSource."
185 # ===== INPUTSOURCE =====
187 class InputSource:
199 An InputSource belongs to the application, the XMLReader is not
200 allowed to modify InputSource objects passed to it from the
211 "Sets the public identifier of this InputSource."
215 "Returns the public identifier of this InputSource."
219 "Sets the system identifier of this InputSource."
223 "Returns the system identifier of this InputSource."
227 """Sets the character encoding of this InputSource
    [all...]
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 148 StringRef InputSource = Buffer->getBuffer();
153 MarkupLexer Lex(InputSource);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sax.py 15 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl
524 inpsrc = InputSource()
606 # ===== InputSource support
624 parser.parse(InputSource(TEST_XMLFILE))
639 parser.parse(InputSource(fname))
649 inpsrc = InputSource()
742 source = InputSource()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sax.py 15 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl
524 inpsrc = InputSource()
606 # ===== InputSource support
624 parser.parse(InputSource(TEST_XMLFILE))
639 parser.parse(InputSource(fname))
649 inpsrc = InputSource()
742 source = InputSource()
  /prebuilts/tools/common/m2/repository/org/w3c/css/sac/1.3/
sac-1.3.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 175 milliseconds

1 2