/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ByteBufferInputStream.java | 19 import java.io.InputStream; 22 class ByteBufferInputStream extends InputStream {
|
/packages/apps/Gallery2/src/com/android/photos/drawables/ |
DataUriThumbnailDrawable.java | 25 import java.io.InputStream; 42 protected InputStream getFallbackImageStream(String data) {
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ByteBufferInputStream.java | 19 import java.io.InputStream; 22 class ByteBufferInputStream extends InputStream {
|
/packages/apps/Mms/src/com/android/mms/exif/ |
ByteBufferInputStream.java | 19 import java.io.InputStream; 22 class ByteBufferInputStream extends InputStream {
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
RecognizerClient.java | 21 import java.io.InputStream; 38 public void onMicrophoneStart(InputStream mic);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
MD5Calculator.java | 19 import java.io.InputStream; 26 public static String checksum(final InputStream in) throws IOException {
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
FakeInputStream.java | 19 import java.io.InputStream; 25 public class FakeInputStream extends InputStream {
|
/sdk/testapps/javaProjectTest/javaProject2/libs/ |
basicJar_not_in_classpath.jar | |
/external/glide/library/src/main/java/com/bumptech/glide/volley/ |
VolleyDiskCacheWrapper.java | 13 import java.io.InputStream; 41 InputStream result = diskCache.get(new StringKey(key)); 108 * Reads the header off of an InputStream and returns a CacheHeader object. 109 * @param is The InputStream to read from. 112 public CacheHeader readHeader(InputStream is) throws IOException { 220 * Simple wrapper around {@link InputStream#read()} that throws EOFException 223 private static int read(InputStream is) throws IOException { 238 static int readInt(InputStream is) throws IOException { 258 static long readLong(InputStream is) throws IOException { 277 String readString(InputStream is) throws IOException [all...] |
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
VCardVerifier.java | 38 import java.io.InputStream; 83 private InputStream mInputStream; 137 final InputStream inputStream = 139 if (inputStream == null) { 142 setInputStream(inputStream); 145 private void setInputStream(InputStream inputStream) { 149 AndroidTestCase.fail("InputStream is already set"); 151 mInputStream = inputStream; [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
MovieTest.java | 23 import java.io.InputStream; 76 InputStream source = null; 98 private byte[] inputStreamToBytes(InputStream in) throws IOException { 113 InputStream is = getActivity().getResources().openRawResource(MOVIE); 124 InputStream is = getActivity().getResources()
|
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/ |
JsonpRequestBuilderTest.java | 23 import java.io.InputStream; 132 InputStream inputStream = clientSocket.getInputStream(); 133 inputStream.read(new byte[1024]); // Discard input. 137 inputStream.close();
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
font_input_stream.h | 45 // an InputStream within. In C++, we directly do the wrapping without 49 class FontInputStream : public InputStream { 53 explicit FontInputStream(InputStream* is); 58 FontInputStream(InputStream* is, size_t length); 89 InputStream* stream_;
|
/external/sfntly/cpp/src/sfntly/data/ |
font_input_stream.h | 45 // an InputStream within. In C++, we directly do the wrapping without 49 class FontInputStream : public InputStream { 53 explicit FontInputStream(InputStream* is); 58 FontInputStream(InputStream* is, size_t length); 89 InputStream* stream_;
|
/frameworks/base/core/java/android/webkit/ |
PluginData.java | 19 import java.io.InputStream; 40 private InputStream mStream; 73 InputStream stream, 86 * @return An InputStream instance with the plugin content. 93 public InputStream getInputStream() {
|
/frameworks/base/core/java/com/android/internal/http/multipart/ |
PartSource.java | 34 import java.io.InputStream; 62 * Gets a new InputStream for reading this source. This method can be 66 * @return a new InputStream 68 * @throws IOException if an error occurs when creating the InputStream 70 InputStream createInputStream() throws IOException;
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldAndroidDataInputStreamTest.java | 24 import java.io.InputStream; 108 public static String read(InputStream a) throws IOException { 119 public static String read(InputStream a, int x) throws IOException { 128 public static String skipRead(InputStream a) throws IOException { 140 public static String markRead(InputStream a, int x, int y) throws IOException {
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
DeflaterInputStreamTest.java | 22 import java.io.InputStream; 32 InputStream in = new DeflaterInputStream(new ByteArrayInputStream(data)); 53 java.io.InputStream in = new InflaterInputStream(new ByteArrayInputStream(bytes)); 66 InputStream in = new DeflaterInputStream(new ByteArrayInputStream(data)); 89 InputStream in = new DeflaterInputStream(new ByteArrayInputStream(data));
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
WbxmlResponseLogger.java | 34 import java.io.InputStream; 59 protected static byte[] getContentAsByteArray(InputStream is, int batchSize) 75 // Wrap the HttpEntity so the response InputStream can be requested and processed 92 final InputStream is; 95 final InputStream unwrappedIs = response.getEntity().getContent();
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
MemoryBinaryBody.java | 25 import java.io.InputStream; 50 * Use the given InputStream to build the TemporyFileBinaryBody 52 * @param is the InputStream to use as source 55 public MemoryBinaryBody(InputStream is) throws IOException { 82 public InputStream getInputStream() throws IOException {
|
TempFileBinaryBody.java | 23 import java.io.InputStream; 49 * Use the given InputStream to build the TemporyFileBinaryBody 51 * @param is the InputStream to use as source 54 public TempFileBinaryBody(InputStream is) throws IOException { 81 public InputStream getInputStream() throws IOException {
|
Message.java | 23 import java.io.InputStream; 64 public Message(InputStream is) throws IOException { 173 * @see org.apache.james.mime4j.ContentHandler#body(org.apache.james.mime4j.BodyDescriptor, java.io.InputStream) 175 public void body(BodyDescriptor bd, InputStream is) throws IOException { 222 * @see org.apache.james.mime4j.ContentHandler#epilogue(java.io.InputStream) 224 public void epilogue(InputStream is) throws IOException { 235 * @see org.apache.james.mime4j.ContentHandler#preamble(java.io.InputStream) 237 public void preamble(InputStream is) throws IOException { 250 * @see org.apache.james.mime4j.ContentHandler#raw(java.io.InputStream) 252 public void raw(InputStream is) throws IOException [all...] |
/external/apache-http/src/org/apache/http/impl/io/ |
ContentLengthInputStream.java | 35 import java.io.InputStream; 48 * through the {@link InputStream#mark} and {@link InputStream#reset} calls to 62 * support {@link InputStream#mark} and {@link InputStream#reset}. That choice 71 public class ContentLengthInputStream extends InputStream { 136 * @see java.io.InputStream#read() 151 * Does standard {@link InputStream#read(byte[], int, int)} behavior, but 185 * @see java.io.InputStream#read(byte[]) 197 * @see InputStream#skip(long [all...] |
/external/mockwebserver/src/test/java/com/google/mockwebserver/ |
MockWebServerTest.java | 22 import java.io.InputStream; 72 InputStream in = response.getBodyStream(); 107 InputStream in = connection.getInputStream(); 126 InputStream in = connection.getInputStream(); 154 InputStream in = connection.getInputStream(); 167 InputStream in = connection.getInputStream(); 186 InputStream in = urlConnection.getInputStream(); 197 InputStream in2 = urlConnection2.getInputStream(); 221 InputStream responseBody = new ByteArrayInputStream("ABC".getBytes("UTF-8")); 225 InputStream in = server.getUrl("/").openConnection().getInputStream() [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifParser.java | 22 import java.io.InputStream; 30 * InputStream, the caller can request which IFD's to read via 31 * {@link #parse(InputStream, int)} with given options. 201 private ExifParser(InputStream inputStream, int options, ExifInterface iRef) 203 if (inputStream == null) { 204 throw new IOException("Null argument inputStream to ExifParser"); 210 mContainExifData = seekTiffData(inputStream); 211 mTiffStream = new CountedDataInputStream(inputStream); 234 * Parses the the given InputStream with the given option [all...] |