Home
last modified time | relevance | path

Searched refs:openInputStream (Results 1 – 25 of 33) sorted by relevance

12

/external/guava/guava/src/com/google/common/io/
DFileBackedOutputStream.java100 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/
DShadowBitmapFactoryTest.java79 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()
DShadowContentResolverTest.java306 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/
DStreamLocalUriFetcher.java21 return contentResolver.openInputStream(uri); in loadResource()
DMediaStoreThumbFetcher.java152 inputStream = context.getContentResolver().openInputStream(thumbnailUri); in open()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DServiceConnection.java106 public InputStream openInputStream() throws IOException; in openInputStream() method
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DHttpTransportSE.java244 new BufferedInputStream(connection.openInputStream(), contentLength)); in call()
246 is = new BufferedInputStream(connection.openInputStream(), contentLength); in call()
DServiceConnectionSE.java135 public InputStream openInputStream() throws IOException { in openInputStream() method in ServiceConnectionSE
DHttpsServiceConnectionSE.java138 public InputStream openInputStream() throws IOException { in openInputStream() method in HttpsServiceConnectionSE
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java68 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/
DSkottieActivity.java68 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/
DSkiaImageDecoder.java89 inputStream = contentResolver.openInputStream(uri); in decode()
DSkiaImageRegionDecoder.java98 inputStream = contentResolver.openInputStream(uri); in init()
DSkiaPooledImageRegionDecoder.java211 inputStream = contentResolver.openInputStream(uri); in initialiseDecoder()
/external/javapoet/src/test/java/com/squareup/javapoet/
DFileReadingTest.java80 byte[] bytes = ByteStreams.toByteArray(javaFile.toJavaFileObject().openInputStream()); in javaFileObjectInputStreamIsUtf8()
/external/javapoet/src/main/java/com/squareup/javapoet/
DJavaFile.java192 @Override public InputStream openInputStream() throws IOException { in toJavaFileObject() method
/external/guice/lib/build/
Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java147 protected final InputStream openInputStream(final Uri uri) { in openInputStream() method in ShadowContentResolver
/external/kotlinc/lib/
Dkotlin-annotation-processing.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...
/external/ksoap2/
D0001-ksoap2-update.patch2419 - is = getUnZippedInputStream(connection.openInputStream());
2421 - is = connection.openInputStream();
2451 + new BufferedInputStream(connection.openInputStream(),contentLength));
2453 + is = new BufferedInputStream(connection.openInputStream(),contentLength);
/external/guice/extensions/struts2/lib/
Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12