Home
last modified time | relevance | path

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

/external/turbine/javatests/com/google/turbine/processing/
DTurbineFilerTest.java71 try (OutputStream os = sourceFile.openOutputStream()) { in hello()
77 try (OutputStream os = classFile.openOutputStream()) { in hello()
150 try (OutputStream os = classFile.openOutputStream()) { in classOutput()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DServiceConnection.java97 public OutputStream openOutputStream() throws IOException; in openOutputStream() method
/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
326 return new OutputStreamWriter(openOutputStream(), UTF_8); in openWriter()
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/generator/
DServiceLoaderGenerator.java33 PrintWriter pw = new PrintWriter(new OutputStreamWriter(file.openOutputStream(), "UTF-8")); in generate()
/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
DHttpTransportSE.java298 OutputStream os = connection.openOutputStream(); in sendData()
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DCompilingClassLoader.java177 public OutputStream openOutputStream() throws IOException { in getJavaFileForOutput()
/external/auto/service/processor/src/main/java/com/google/auto/service/processor/
DAutoServiceProcessor.java200 OutputStream out = fileObject.openOutputStream(); in generateConfigFiles()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java321 assertThat(contentResolver.openOutputStream(uri21)).isInstanceOf(OutputStream.class); in openOutputStream_shouldReturnAnOutputStream()
346 contentResolver.openOutputStream(uri).write(5); in openOutputStream_shouldReturnRegisteredStream()
349 contentResolver.openOutputStream(uri21).write(5); in openOutputStream_shouldReturnRegisteredStream()
/external/turbine/javatests/com/google/turbine/main/
DMainTest.java423 processingEnv.getFiler().createClassFile("g.Gen").openOutputStream()) { in process()
/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/ksoap2/
D0001-ksoap2-update.patch2358 - OutputStream os = connection.openOutputStream();
2530 + OutputStream os = connection.openOutputStream();
2727 public OutputStream openOutputStream() throws IOException {
2964 public OutputStream openOutputStream() throws IOException {