Home
last modified time | relevance | path

Searched refs:bytesIn (Results 1 – 5 of 5) 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/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
/external/opencv3/modules/ts/src/
Dts_perf.cpp637 bytesIn = 0; in clear()
1293 metrics.bytesIn = getTotalInputSize(); in calcMetrics()
1445 RecordProperty("bytesIn", (int)m.bytesIn); in reportMetrics()
1536 LOGD("bytesIn =%11lu", (unsigned long)m.bytesIn); in reportMetrics()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp226 size_t bytesIn; member