Searched refs:bytesIn (Results 1 - 5 of 5) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DHpackTest.java33 private final Buffer bytesIn = new Buffer(); field in class:HpackTest
39 hpackReader = newReader(bytesIn);
55 bytesIn.writeAll(bytesOut);
68 bytesIn.writeByte(0x00); // Literal indexed
69 bytesIn.writeByte(0x0a); // Literal name (len = 10)
70 bytesIn.writeUtf8("custom-key");
72 bytesIn.writeByte(0x0d); // Literal value (len = 13)
73 bytesIn.writeUtf8("custom-header");
85 bytesIn.writeByte(0x40); // Literal indexed
86 bytesIn
[all...]
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DHpackDecodeTestBase.java53 private final Buffer bytesIn = new Buffer(); field in class:HpackDecodeTestBase
54 private final Hpack.Reader hpackReader = new Hpack.Reader(4096, bytesIn);
72 bytesIn.write(caze.getWire());
/external/bzip2/
H A Dbzip2recover.c67 MaybeUInt64 bytesIn = 0; variable
/external/opencv3/modules/ts/src/
H A Dts_perf.cpp637 bytesIn = 0;
1293 metrics.bytesIn = getTotalInputSize();
1445 RecordProperty("bytesIn", (int)m.bytesIn);
1536 LOGD("bytesIn =%11lu", (unsigned long)m.bytesIn);
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dts_perf.hpp226 size_t bytesIn; member in struct:perf::performance_metrics

Completed in 204 milliseconds