/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/guice/core/src/com/google/inject/util/ |
D | Modules.java | 221 }.writeAll(overrideElements); in configure() 284 }.writeAll(elements); in configure() 309 }.writeAll(scopeBindings); in configure() 333 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()
|
D | HpackTest.java | 55 bytesIn.writeAll(bytesOut); in largeHeaderValue()
|
/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 | 690 span->writeAll = GL_FALSE; in stipple_polygon_span() 813 span->writeAll = GL_FALSE; in clip_span() 1158 span->writeAll = GL_FALSE; in _swrast_write_rgba_span() 1162 span->writeAll = GL_TRUE; in _swrast_write_rgba_span() 1386 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/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/okhttp/src/main/java/com/squareup/okhttp/ |
D | RequestBody.java | 118 sink.writeAll(source);
|
/external/javassist/src/main/javassist/bytecode/ |
D | FieldInfo.java | 263 AttributeInfo.writeAll(attribute, out); in write()
|
D | AttributeInfo.java | 225 static void writeAll(ArrayList list, DataOutputStream out) in writeAll() method in AttributeInfo
|
D | MethodInfo.java | 539 AttributeInfo.writeAll(attribute, out); in write()
|
D | CodeAttribute.java | 174 AttributeInfo.writeAll(attributes, out); // attributes in write()
|
D | ClassFile.java | 837 AttributeInfo.writeAll(attributes, out); in write()
|
/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()
|