Home
last modified time | relevance | path

Searched refs:bytesIn (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHpackTest.java33 private final Buffer bytesIn = new Buffer(); field in HpackTest
39 hpackReader = newReader(bytesIn); in reset()
55 bytesIn.writeAll(bytesOut); in largeHeaderValue()
68 bytesIn.writeByte(0x00); // Literal indexed in tooLargeToHPackIsStillEmitted()
69 bytesIn.writeByte(0x0a); // Literal name (len = 10) in tooLargeToHPackIsStillEmitted()
70 bytesIn.writeUtf8("custom-key"); in tooLargeToHPackIsStillEmitted()
72 bytesIn.writeByte(0x0d); // Literal value (len = 13) in tooLargeToHPackIsStillEmitted()
73 bytesIn.writeUtf8("custom-header"); in tooLargeToHPackIsStillEmitted()
85 bytesIn.writeByte(0x40); // Literal indexed in testEviction()
86 bytesIn.writeByte(0x0a); // Literal name (len = 10) in testEviction()
[all …]
/external/grpc-grpc-java/okhttp/third_party/okhttp/test/java/io/grpc/okhttp/internal/framed/
DHpackTest.java45 private final Buffer bytesIn = new Buffer(); field in HpackTest
51 hpackReader = newReader(bytesIn); in reset()
67 bytesIn.writeAll(bytesOut); in largeHeaderValue()
80 bytesIn.writeByte(0x00); // Literal indexed in tooLargeToHPackIsStillEmitted()
81 bytesIn.writeByte(0x0a); // Literal name (len = 10) in tooLargeToHPackIsStillEmitted()
82 bytesIn.writeUtf8("custom-key"); in tooLargeToHPackIsStillEmitted()
84 bytesIn.writeByte(0x0d); // Literal value (len = 13) in tooLargeToHPackIsStillEmitted()
85 bytesIn.writeUtf8("custom-header"); in tooLargeToHPackIsStillEmitted()
96 bytesIn.writeByte(0x40); // Literal indexed in setMaxDynamicTableToZeroDoesNotClearHeaderList()
97 bytesIn.writeByte(0x0a); // Literal name (len = 10) in setMaxDynamicTableToZeroDoesNotClearHeaderList()
[all …]
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
DHpackDecodeTestBase.java53 private final Buffer bytesIn = new Buffer(); field in HpackDecodeTestBase
54 private final Hpack.Reader hpackReader = new Hpack.Reader(4096, bytesIn);
72 bytesIn.write(caze.getWire()); in testDecoder()
/external/bzip2/
Dbzip2recover.c67 MaybeUInt64 bytesIn = 0; variable