/external/guava/guava/src/com/google/common/io/ |
D | FileBackedOutputStream.java | 100 return openInputStream(); in FileBackedOutputStream() 115 return openInputStream(); in FileBackedOutputStream() 131 private synchronized InputStream openInputStream() throws IOException { in openInputStream() method in FileBackedOutputStream
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowBitmapFactoryTest.java | 79 context.getContentResolver().openInputStream(Uri.parse("content:/path")); in decodeStream_shouldSetDescriptionAndCreatedFrom() 103 context.getContentResolver().openInputStream(Uri.parse("content:/path")); in decodeStream_shouldSetDescriptionWithNullOptions() 133 context.getContentResolver().openInputStream(Uri.parse("content:/path")); in decodeResourceStream_canTakeOptions() 219 context.getContentResolver().openInputStream(Uri.parse("content:/path")); in decodeStream_shouldGetWidthAndHeightFromHints()
|
D | ShadowContentResolverTest.java | 306 InputStream inputStream = contentResolver.openInputStream(uri21); in openInputStream_shouldReturnAnInputStreamThatExceptionsOnRead() 313 InputStream inputStream = contentResolver.openInputStream(uri21); in openInputStream_returnsPreRegisteredStream()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/data/ |
D | StreamLocalUriFetcher.java | 21 return contentResolver.openInputStream(uri); in loadResource()
|
D | MediaStoreThumbFetcher.java | 152 inputStream = context.getContentResolver().openInputStream(thumbnailUri); in open()
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/ |
D | ServiceConnection.java | 106 public InputStream openInputStream() throws IOException; in openInputStream() method
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
D | HttpTransportSE.java | 244 new BufferedInputStream(connection.openInputStream(), contentLength)); in call() 246 is = new BufferedInputStream(connection.openInputStream(), contentLength); in call()
|
D | ServiceConnectionSE.java | 135 public InputStream openInputStream() throws IOException { in openInputStream() method in ServiceConnectionSE
|
D | HttpsServiceConnectionSE.java | 138 public InputStream openInputStream() throws IOException { in openInputStream() method in HttpsServiceConnectionSE
|
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieActivity.java | 68 InputStream inputStream = getContentResolver().openInputStream(uri); in populateGrid() 189 InputStream inputStream = getContentResolver().openInputStream(uri); in addLottie()
|
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieActivity.java | 68 InputStream inputStream = getContentResolver().openInputStream(uri); in populateGrid() 189 InputStream inputStream = getContentResolver().openInputStream(uri); in addLottie()
|
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/decoder/ |
D | SkiaImageDecoder.java | 89 inputStream = contentResolver.openInputStream(uri); in decode()
|
D | SkiaImageRegionDecoder.java | 98 inputStream = contentResolver.openInputStream(uri); in init()
|
D | SkiaPooledImageRegionDecoder.java | 211 inputStream = contentResolver.openInputStream(uri); in initialiseDecoder()
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | FileReadingTest.java | 80 byte[] bytes = ByteStreams.toByteArray(javaFile.toJavaFileObject().openInputStream()); in javaFileObjectInputStreamIsUtf8()
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | JavaFile.java | 192 @Override public InputStream openInputStream() throws IOException { in toJavaFileObject() method
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowContentResolver.java | 147 protected final InputStream openInputStream(final Uri uri) { in openInputStream() method in ShadowContentResolver
|
/external/ksoap2/ |
D | 0001-ksoap2-update.patch | 2419 - is = getUnZippedInputStream(connection.openInputStream()); 2421 - is = connection.openInputStream(); 2451 + new BufferedInputStream(connection.openInputStream(),contentLength)); 2453 + is = new BufferedInputStream(connection.openInputStream(),contentLength);
|