Searched refs:writeHexadecimalUnsignedLong (Results 1 - 6 of 6) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
H A DBufferedSink.java100 BufferedSink writeHexadecimalUnsignedLong(long v) throws IOException; method in interface:BufferedSink
H A DRealBufferedSink.java167 @Override public BufferedSink writeHexadecimalUnsignedLong(long v) throws IOException { method in class:RealBufferedSink
169 buffer.writeHexadecimalUnsignedLong(v);
H A DBuffer.java504 Buffer buffer = new Buffer().writeHexadecimalUnsignedLong(value).writeByte(b);
1087 @Override public Buffer writeHexadecimalUnsignedLong(long v) { method in class:Buffer
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DMockResponse.java156 bytesOut.writeHexadecimalUnsignedLong(chunkSize);
/external/okhttp/okio/okio/src/test/java/okio/
H A DBufferedSinkTest.java312 sink.writeHexadecimalUnsignedLong(value).writeUtf8("zzz").flush();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpConnection.java337 sink.writeHexadecimalUnsignedLong(byteCount);

Completed in 1055 milliseconds