/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
D | HpackTest.java | 58 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/ |
D | Hpack.java | 125 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/ |
D | Benchmark.java | 82 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/ |
D | MultipartBuilder.java | 246 for (int h = 0, headerCount = headers.size(); h < headerCount; h++) { in writeOrCountBytes()
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |