HomeSort by relevance Sort by last modified time
    Searched refs:writeAll (Results 1 - 25 of 44) sorted by null

1 2

  /external/okhttp/okio/okio/src/main/java/okio/
BufferedSink.java 48 long writeAll(Source source) throws IOException;
RealBufferedSource.java 82 buffer.writeAll(source);
92 buffer.writeAll(source);
138 sink.writeAll(buffer);
163 buffer.writeAll(source);
175 buffer.writeAll(source);
RealBufferedSink.java 99 @Override public long writeAll(Source source) throws IOException {
  /external/okhttp/okio/okio/src/test/java/okio/
RealBufferedSinkTest.java 204 @Test public void writeAll() throws IOException {
209 assertEquals(3, bufferedSink.writeAll(new Buffer().writeUtf8("def")));
220 assertEquals(0, bufferedSink.writeAll(new Buffer()));
237 assertEquals(Segment.SIZE * 3, bufferedSink.writeAll(source));
BufferedSinkTest.java 196 @Test public void writeAll() throws Exception {
199 assertEquals(6, sink.writeAll(source));
257 assertEquals(0, sink.writeAll(source));
  /external/mesa3d/src/mesa/swrast/
s_alpha.c 107 span->writeAll = GL_FALSE;
156 span->writeAll = GL_FALSE;
s_span.h 121 GLboolean writeAll;
s_fragprog.c 263 span->writeAll = GL_FALSE;
s_stencil.c 382 span->writeAll = GL_FALSE;
437 span->writeAll = GL_FALSE;
s_span.c 689 span->writeAll = GL_FALSE;
812 span->writeAll = GL_FALSE;
    [all...]
  /external/guice/core/src/com/google/inject/util/
Modules.java 221 }.writeAll(overrideElements);
284 }.writeAll(elements);
309 }.writeAll(scopeBindings);
333 void writeAll(Iterable<? extends Element> elements) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
RequestBody.java 118 sink.writeAll(source);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Http2Test.java 65 frame.writeAll(headerBytes);
93 frame.writeAll(headerBytes);
134 frame.writeAll(headerBlock);
169 frame.writeAll(headerBytes);
204 frame.writeAll(headerBlock);
470 frame.writeAll(headerBlock);
484 frame.writeAll(headerBlock);
512 frame.writeAll(headerBlock);
  /external/javassist/src/main/javassist/bytecode/
FieldInfo.java 263 AttributeInfo.writeAll(attribute, out);
AttributeInfo.java 225 static void writeAll(ArrayList list, DataOutputStream out)
MethodInfo.java 539 AttributeInfo.writeAll(attribute, out);
CodeAttribute.java 174 AttributeInfo.writeAll(attributes, out); // attributes
  /external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
SampleServer.java 89 result.writeAll(Okio.source(file));
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Spdy3.java 338 sink.writeAll(headerBlockBuffer);
353 sink.writeAll(headerBlockBuffer);
368 sink.writeAll(headerBlockBuffer);
FramedStream.java 416 readBuffer.writeAll(receiveBuffer);
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
FramedServer.java 159 out.writeAll(source);
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketWriter.java 147 sink.writeAll(payload);
  /frameworks/base/tools/aapt2/util/
Util.h 214 bool writeAll(std::ostream& out, const BigBuffer& buffer);
Util.cpp 451 bool writeAll(std::ostream& out, const BigBuffer& buffer) {
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 

Completed in 475 milliseconds

1 2