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

  /external/chromium_org/win8/metro_driver/ime/
input_source.h 18 class InputSource {
20 virtual ~InputSource() {}
22 static scoped_ptr<InputSource> Create();
  /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 151 StringRef InputSource = Buffer->getBuffer();
152 MarkupLexer Lex(InputSource);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 193 enum InputSource {
368 InputSource input_source() const {
384 // the InputSource.
    [all...]
  /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/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/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 
  /prebuilts/sdk/8/
android.jar 

Completed in 607 milliseconds