Home
last modified time | relevance | path

Searched defs:openInputStream (Results 1 – 15 of 15) sorted by relevance

/external/turbine/java/com/google/turbine/processing/
DTurbineFiler.java261 public final InputStream openInputStream() { in openInputStream() method in TurbineFiler.WriteOnlyFileObject
371 public InputStream openInputStream() { in openInputStream() method in TurbineFiler.ResourceFileObject
396 public InputStream openInputStream() { in openInputStream() method in TurbineFiler.BytesFileObject
421 public InputStream openInputStream() { in openInputStream() method in TurbineFiler.SourceFileObject
/external/obex/src/com/android/obex/
DObexTransport.java66 InputStream openInputStream() throws IOException; in openInputStream() method
DOperation.java160 InputStream openInputStream() throws IOException; in openInputStream() method
DClientOperation.java206 public InputStream openInputStream() throws IOException { in openInputStream() method in ClientOperation
DServerOperation.java766 public InputStream openInputStream() throws IOException { in openInputStream() method in ServerOperation
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DServiceConnection.java106 public InputStream openInputStream() throws IOException; in openInputStream() method
/external/guava/android/guava/src/com/google/common/io/
DFileBackedOutputStream.java169 private synchronized InputStream openInputStream() throws IOException { in openInputStream() method in FileBackedOutputStream
/external/guava/guava/src/com/google/common/io/
DFileBackedOutputStream.java169 private synchronized InputStream openInputStream() throws IOException { in openInputStream() method in FileBackedOutputStream
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
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/javapoet/src/main/java/com/squareup/javapoet/
DJavaFile.java253 @Override public InputStream openInputStream() throws IOException { in toJavaFileObject() method
/external/oboe/tests/
DtestStreamStates.cpp52 bool openInputStream() { in openInputStream() function in StreamStates
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java185 protected InputStream openInputStream(final Uri uri) throws FileNotFoundException { in openInputStream() method in ShadowContentResolver
1170 InputStream openInputStream(Uri uri) throws FileNotFoundException; in openInputStream() method
/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
DFileSpec.kt232 override fun openInputStream(): InputStream { in <lambda>() method
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DFileUtils.java2501 public static FileInputStream openInputStream(final File file) throws IOException { in openInputStream() method in FileUtils