Home
last modified time | relevance | path

Searched refs:writeAll (Results 1 – 25 of 31) sorted by relevance

12

/external/okhttp/okio/okio/src/test/java/okio/
DRealBufferedSinkTest.java204 @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()
DBufferedSinkTest.java196 @Test public void writeAll() throws Exception {
199 assertEquals(6, sink.writeAll(source));
257 assertEquals(0, sink.writeAll(source));
DBufferTest.java165 buffer.writeAll(source); in moveBytesBetweenBuffers()
508 assertEquals(Segment.SIZE * 3, sink.writeAll(source)); in writeAllMultipleSegments()
/external/okhttp/okio/okio/src/main/java/okio/
DRealBufferedSource.java82 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()
DBufferedSink.java48 long writeAll(Source source) throws IOException; in writeAll() method
DRealBufferedSink.java99 @Override public long writeAll(Source source) throws IOException { in writeAll() method in RealBufferedSink
/external/guice/core/src/com/google/inject/util/
DModules.java221 }.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/
DHttp2Test.java65 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()
DHpackTest.java55 bytesIn.writeAll(bytesOut); in largeHeaderValue()
/external/mesa3d/src/mesa/swrast/
Ds_alpha.c106 span->writeAll = GL_FALSE; in _swrast_alpha_test()
155 span->writeAll = GL_FALSE; in _swrast_alpha_test()
Ds_span.h121 GLboolean writeAll; member
Ds_stencil.c384 span->writeAll = GL_FALSE; in _swrast_stencil_and_ztest_span()
439 span->writeAll = GL_FALSE; in _swrast_stencil_and_ztest_span()
Ds_span.c690 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()
Ds_fragprog.c251 span->writeAll = GL_FALSE; in run_program()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DSpdy3.java338 sink.writeAll(headerBlockBuffer); in synStream()
353 sink.writeAll(headerBlockBuffer); in synReply()
368 sink.writeAll(headerBlockBuffer); in headers()
DFramedStream.java416 readBuffer.writeAll(receiveBuffer); in receive()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DRequestBody.java118 sink.writeAll(source);
/external/javassist/src/main/javassist/bytecode/
DFieldInfo.java263 AttributeInfo.writeAll(attribute, out); in write()
DAttributeInfo.java225 static void writeAll(ArrayList list, DataOutputStream out) in writeAll() method in AttributeInfo
DMethodInfo.java539 AttributeInfo.writeAll(attribute, out); in write()
DCodeAttribute.java174 AttributeInfo.writeAll(attributes, out); // attributes in write()
DClassFile.java837 AttributeInfo.writeAll(attributes, out); in write()
/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
DSampleServer.java89 result.writeAll(Okio.source(file)); in fileToBytes()
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
DWebSocketWriter.java148 sink.writeAll(payload); in writeControlFrameSynchronized()
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
DFramedServer.java160 out.writeAll(source); in serveFile()

12