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

1 2 3

  /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(){
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ByteBuffer.java 118 public InputStream getByteStream()
  /libcore/luni/src/main/java/org/xml/sax/
InputSource.java 231 * @see #getByteStream
251 public InputStream getByteStream ()
286 * @see #getByteStream
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
xmlreader.py 120 file = source.getByteStream()
253 def getByteStream(self):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
xmlreader.py 120 file = source.getByteStream()
253 def getByteStream(self):
  /external/python/cpython2/Lib/xml/sax/
xmlreader.py 120 file = source.getByteStream()
253 def getByteStream(self):
  /external/python/cpython3/Lib/xml/sax/
xmlreader.py 122 file = source.getByteStream()
255 def getByteStream(self):
  /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);
  /prebuilts/tools/common/m2/repository/org/w3c/css/sac/1.3/
sac-1.3.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xercesMinimal-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/xercesMinimal/1.9.6.2/
xercesMinimal-1.9.6.2.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/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/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 

Completed in 242 milliseconds

1 2 3