Home
last modified time | relevance | path

Searched defs:openOutputStream (Results 1 – 14 of 14) sorted by relevance

/external/obex/src/com/android/obex/
DObexTransport.java69 OutputStream openOutputStream() throws IOException; in openOutputStream() method
DOperation.java158 OutputStream openOutputStream() throws IOException; in openOutputStream() method
DClientOperation.java259 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in ClientOperation
DServerOperation.java765 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in ServerOperation
/external/bazelbuild-kotlin-rules/tests/jvm/java/kapt/
DAP.java64 .openOutputStream()) { in process()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DServiceConnection.java97 public OutputStream openOutputStream() throws IOException; in openOutputStream() method
/external/javapoet/src/test/java/com/squareup/javapoet/
DTestFiler.java42 @Override public OutputStream openOutputStream() throws IOException { in openOutputStream() method in TestFiler.Source
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DServiceConnectionSE.java131 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in ServiceConnectionSE
DHttpsServiceConnectionSE.java134 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in HttpsServiceConnectionSE
/external/turbine/java/com/google/turbine/processing/
DTurbineFiler.java238 public final OutputStream openOutputStream() { in openOutputStream() method in TurbineFiler.ReadOnlyFileObject
320 public OutputStream openOutputStream() { in openOutputStream() method in TurbineFiler.TurbineJavaFileObject
/external/kotlinpoet/kotlinpoet/src/test/java/com/squareup/kotlinpoet/
DTestFiler.kt42 override fun openOutputStream(): OutputStream { in openOutputStream() method in com.squareup.kotlinpoet.Source
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java157 protected final OutputStream openOutputStream(final Uri uri) { in openOutputStream() method in ShadowContentResolver
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java205 protected final OutputStream openOutputStream(final Uri uri) throws FileNotFoundException { in openOutputStream() method in ShadowContentResolver
223 protected final OutputStream openOutputStream(Uri uri, String mode) throws FileNotFoundException { in openOutputStream() method in ShadowContentResolver
1189 OutputStream openOutputStream(Uri uri, String mode) throws FileNotFoundException; in openOutputStream() method
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DFileUtils.java2511 public static FileOutputStream openOutputStream(final File file) throws IOException { in openOutputStream() method in FileUtils
2540 …public static FileOutputStream openOutputStream(final File file, final boolean append) throws IOEx… in openOutputStream() method in FileUtils