Searched refs:newWriter (Results 1 - 22 of 22) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DVariant.java36 FrameWriter newWriter(BufferedSink sink, boolean client); method in interface:Variant
H A DSpdy3.java102 @Override public FrameWriter newWriter(BufferedSink sink, boolean client) { method in class:Spdy3
H A DSpdyConnection.java169 frameWriter = variant.newWriter(Okio.buffer(Okio.sink(builder.socket)), client);
H A DHttp2.java83 @Override public FrameWriter newWriter(BufferedSink sink, boolean client) { method in class:Http2
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DIncludableGzipFilter.java163 protected PrintWriter newWriter(OutputStream out, String encoding) throws UnsupportedEncodingException method in class:IncludableGzipFilter.IncludableResponseWrapper
167 return super.newWriter(out,encoding);
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DGzipHandler.java337 protected PrintWriter newWriter(OutputStream out,String encoding) throws UnsupportedEncodingException
339 return GzipHandler.this.newWriter(out,encoding);
352 protected PrintWriter newWriter(OutputStream out,String encoding) throws UnsupportedEncodingException method in class:GzipHandler
/external/jetty/src/java/org/eclipse/jetty/http/gzip/
H A DCompressedResponseWrapper.java445 _writer=newWriter(_compressedStream,getCharacterEncoding());
476 protected PrintWriter newWriter(OutputStream out,String encoding) throws UnsupportedEncodingException method in class:CompressedResponseWrapper
H A DAbstractCompressedStream.java364 protected PrintWriter newWriter(OutputStream out, String encoding) throws UnsupportedEncodingException method in class:AbstractCompressedStream
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DMockSpdyPeer.java44 private FrameWriter frameWriter = variant.newWriter(bytesOut, client);
59 this.frameWriter = variant.newWriter(bytesOut, client);
/external/skia/tools/
H A DPictureResultsWriter.h55 void add(PictureResultsWriter* newWriter) { argument
56 fWriters.push_back(newWriter);
/external/guava/guava-tests/test/com/google/common/io/
H A DFilesTest.java338 Files.newWriter(temp, null);
344 Files.newWriter(null, Charsets.UTF_8);
349 BufferedWriter w = Files.newWriter(temp, Charsets.UTF_8);
535 PrintWriter w = new PrintWriter(Files.newWriter(temp, Charsets.UTF_8));
567 PrintWriter w = new PrintWriter(Files.newWriter(temp, Charsets.UTF_8));
/external/guava/guava/src/com/google/common/io/
H A DFiles.java100 public static BufferedWriter newWriter(File file, Charset charset) method in class:Files
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 775 milliseconds