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

  /external/apache-harmony/support/src/test/java/tests/support/
Streams.java 36 public static byte[] streamToBytes(InputStream source) throws IOException {
  /libcore/support/src/test/java/tests/support/
Streams.java 36 public static byte[] streamToBytes(InputStream source) throws IOException {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapDecode.java 51 private static byte[] streamToBytes(InputStream is) {
108 byte[] array = streamToBytes(is);
  /external/volley/src/main/java/com/android/volley/toolbox/
DiskBasedCache.java 134 byte[] data = streamToBytes(cis, cis.bytesRemaining());
337 static byte[] streamToBytes(CountingInputStream cis, long length) throws IOException {
341 throw new IOException("streamToBytes length=" + length + ", maxLength=" + maxLength);
587 byte[] b = streamToBytes(cis, n);
  /external/volley/src/test/java/com/android/volley/toolbox/
DiskBasedCacheTest.java 261 DiskBasedCache.streamToBytes(cis, -1);
270 DiskBasedCache.streamToBytes(cis, 2);
279 DiskBasedCache.streamToBytes(cis, 0x100000000L); // int value is 0
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 144 milliseconds