HomeSort by relevance Sort by last modified time
    Searched refs:getByteStream (Results 1 - 25 of 75) sorted by null

1 2 3

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
InputSourceTest.java 33 assertNull(i.getByteStream());
43 assertNull(i.getByteStream());
56 assertEquals(bais, i.getByteStream());
65 assertNull(i.getByteStream());
78 assertNull(i.getByteStream());
87 assertNull(i.getByteStream());
122 assertEquals(bais, i.getByteStream());
127 assertNull(i.getByteStream());
152 assertNull(i.getByteStream());
161 assertNull(i.getByteStream());
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSOutput.java 65 public java.io.OutputStream getByteStream();
LSInput.java 83 public java.io.InputStream getByteStream();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMOutputImpl.java 105 public OutputStream getByteStream(){
  /libcore/luni/src/main/java/org/xml/sax/
InputSource.java 231 * @see #getByteStream
251 public InputStream getByteStream ()
286 * @see #getByteStream
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaParser.java 186 InputSource source = new InputSource(buffer.getByteStream());
208 buffer.getByteStream(), encoding));
218 source = new InputSource(buffer.getByteStream());
ByteBuffer.java 118 public InputStream getByteStream()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
xmlreader.py 120 file = source.getByteStream()
253 def getByteStream(self):
saxutils.py 323 if source.getByteStream() is None:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
xmlreader.py 120 file = source.getByteStream()
253 def getByteStream(self):
saxutils.py 295 if source.getByteStream() is None:
  /external/python/cpython2/Lib/xml/sax/
xmlreader.py 120 file = source.getByteStream()
253 def getByteStream(self):
saxutils.py 323 if source.getByteStream() is None:
  /external/python/cpython3/Lib/xml/sax/
xmlreader.py 122 file = source.getByteStream()
255 def getByteStream(self):
saxutils.py 355 if source.getCharacterStream() is None and source.getByteStream() is None:
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
xmlreader.py 120 file = source.getByteStream()
253 def getByteStream(self):
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
xmlreader.py 120 file = source.getByteStream()
253 def getByteStream(self):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 120 file = source.getByteStream()
253 def getByteStream(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 120 file = source.getByteStream()
253 def getByteStream(self):
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 110 if (source.getByteStream() != null) {
111 parser.setInput(source.getByteStream(), inputEncoding);
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java 275 InputStream in = input.getByteStream();
  /external/python/cpython3/Lib/test/
test_sax.py 330 self.assertIsNone(prep.getByteStream())
341 self.checkContent(prep.getByteStream(),
350 self.checkContent(prep.getByteStream(),
357 self.checkContent(prep.getByteStream(),
365 self.checkContent(prep.getByteStream(),
372 self.assertIsNone(prep.getByteStream())
    [all...]
  /external/libxml2/python/
drv_libxml2.py 149 input = libxml2.inputBuffer(source.getByteStream())
  /external/python/cpython2/Lib/test/
test_sax.py 302 self.checkContent(prep.getByteStream(),
311 self.checkContent(prep.getByteStream(),
318 self.checkContent(prep.getByteStream(),
326 self.checkContent(prep.getByteStream(),
    [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 279 InputStream stream = source.getByteStream();

Completed in 721 milliseconds

1 2 3