/external/okhttp/okio/okio/src/test/java/okio/ |
D | RealBufferedSinkTest.java | 204 @Test public void writeAll() throws IOException { in writeAll() method in RealBufferedSinkTest 209 assertEquals(3, bufferedSink.writeAll(new Buffer().writeUtf8("def"))); in writeAll() 220 assertEquals(0, bufferedSink.writeAll(new Buffer())); in writeAllExhausted() 237 assertEquals(Segment.SIZE * 3, bufferedSink.writeAll(source)); in writeAllWritesOneSegmentAtATime()
|
D | BufferedSinkTest.java | 196 @Test public void writeAll() throws Exception { 199 assertEquals(6, sink.writeAll(source)); 257 assertEquals(0, sink.writeAll(source));
|
D | BufferTest.java | 165 buffer.writeAll(source); in moveBytesBetweenBuffers() 508 assertEquals(Segment.SIZE * 3, sink.writeAll(source)); in writeAllMultipleSegments()
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | RealBufferedSource.java | 82 buffer.writeAll(source); in readByteString() 92 buffer.writeAll(source); in readByteArray() 138 sink.writeAll(buffer); in readFully() 163 buffer.writeAll(source); in readUtf8() 175 buffer.writeAll(source); in readString()
|
D | BufferedSink.java | 48 long writeAll(Source source) throws IOException; in writeAll() method
|
D | RealBufferedSink.java | 99 @Override public long writeAll(Source source) throws IOException { in writeAll() method in RealBufferedSink
|
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
D | RealBufferedSource.java | 83 buffer.writeAll(source); in readByteString() 93 buffer.writeAll(source); in readByteArray() 139 sink.writeAll(buffer); in readFully() 164 buffer.writeAll(source); in readUtf8() 176 buffer.writeAll(source); in readString()
|
D | BufferedSink.java | 50 long writeAll(Source source) throws IOException; in writeAll() method
|
D | RealBufferedSink.java | 100 @Override public long writeAll(Source source) throws IOException { in writeAll() method in RealBufferedSink
|
/external/guice/core/src/com/google/inject/util/ |
D | Modules.java | 223 }.writeAll(overrideElements); in configure() 288 }.writeAll(elements); in configure() 316 }.writeAll(scopeBindings); in configure() 343 void writeAll(Iterable<? extends Element> elements) {
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
D | Http2Test.java | 65 frame.writeAll(headerBytes); in onlyOneLiteralHeadersFrame() 93 frame.writeAll(headerBytes); in headersWithPriority() 134 frame.writeAll(headerBlock); in headersFrameThenContinuation() 169 frame.writeAll(headerBytes); in pushPromise() 204 frame.writeAll(headerBlock); in pushPromiseThenContinuation() 470 frame.writeAll(headerBlock); in readPaddedHeadersFrame() 484 frame.writeAll(headerBlock); in readPaddedHeadersFrameZeroPadding() 512 frame.writeAll(headerBlock); in readPaddedHeadersFrameThenContinuation()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_alpha.c | 106 span->writeAll = GL_FALSE; in _swrast_alpha_test() 155 span->writeAll = GL_FALSE; in _swrast_alpha_test()
|
D | s_span.h | 121 GLboolean writeAll; member
|
D | s_stencil.c | 384 span->writeAll = GL_FALSE; in _swrast_stencil_and_ztest_span() 439 span->writeAll = GL_FALSE; in _swrast_stencil_and_ztest_span()
|
D | s_span.c | 692 span->writeAll = GL_FALSE; in stipple_polygon_span() 815 span->writeAll = GL_FALSE; in clip_span() 1160 span->writeAll = GL_FALSE; in _swrast_write_rgba_span() 1164 span->writeAll = GL_TRUE; in _swrast_write_rgba_span() 1388 span->writeAll ? NULL: span->array->mask); in _swrast_write_rgba_span()
|
D | s_fragprog.c | 251 span->writeAll = GL_FALSE; in run_program()
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
D | Spdy3.java | 340 sink.writeAll(headerBlockBuffer); in synStream() 355 sink.writeAll(headerBlockBuffer); in synReply() 370 sink.writeAll(headerBlockBuffer); in headers()
|
D | FramedStream.java | 418 readBuffer.writeAll(receiveBuffer); in receive()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | Spdy3.java | 338 sink.writeAll(headerBlockBuffer); in synStream() 353 sink.writeAll(headerBlockBuffer); in synReply() 368 sink.writeAll(headerBlockBuffer); in headers()
|
D | FramedStream.java | 416 readBuffer.writeAll(receiveBuffer); in receive()
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | RequestBody.java | 122 sink.writeAll(source);
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | RequestBody.java | 118 sink.writeAll(source);
|
/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/ |
D | SampleServer.java | 89 result.writeAll(Okio.source(file)); in fileToBytes()
|
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/ |
D | WebSocketWriter.java | 148 sink.writeAll(payload); in writeControlFrameSynchronized()
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/ |
D | FramedServer.java | 160 out.writeAll(source); in serveFile()
|