Home
last modified time | relevance | path

Searched refs:writeHexadecimalUnsignedLong (Results 1 – 7 of 7) sorted by relevance

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