Home
last modified time | relevance | path

Searched refs:headerCount (Results 1 – 10 of 10) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHpackTest.java58 assertEquals(0, hpackReader.headerCount); in largeHeaderValue()
78 assertEquals(0, hpackReader.headerCount); in tooLargeToHPackIsStillEmitted()
110 assertEquals(2, hpackReader.headerCount); in testEviction()
129 assertEquals(1, hpackReader.headerCount); in testEviction()
146 assertEquals(256, hpackReader.headerCount); in dynamicallyGrowsBeyond64Entries()
158 assertEquals(1, hpackReader.headerCount); in huffmanDecodingSupported()
178 assertEquals(1, hpackReader.headerCount); in readLiteralHeaderFieldWithIndexing()
203 assertEquals(0, hpackReader.headerCount); in literalHeaderFieldWithoutIndexingIndexedName()
223 assertEquals(0, hpackReader.headerCount); in literalHeaderFieldWithoutIndexingNewName()
236 assertEquals(0, hpackReader.headerCount); in literalHeaderFieldNeverIndexedIndexedName()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHpack.java125 int headerCount = 0; field in Hpack.Reader
165 headerCount = 0; in clearDynamicTable()
177 headerCount--; in evictToRecoverBytes()
181 nextHeaderIndex + 1 + entriesToEvict, headerCount); in evictToRecoverBytes()
301 if (headerCount + 1 > dynamicTable.length) { // Need to grow the dynamic table. in insertIntoDynamicTable()
309 headerCount++; in insertIntoDynamicTable()
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DBenchmark.java82 int headerCount; field in Benchmark
149 client, modifiers, bodyByteCount, headerCount, concurrencyLevel); in toString()
202 for (int i = 0; i < headerCount; i++) { in newResponse()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DMultipartBuilder.java246 for (int h = 0, headerCount = headers.size(); h < headerCount; h++) { in writeOrCountBytes()
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...