Home
last modified time | relevance | path

Searched refs:TYPE_CONTINUATION (Results 1 – 5 of 5) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2FrameLoggerTest.java29 import static com.squareup.okhttp.internal.framed.Http2.TYPE_CONTINUATION;
77 formatHeader(true, 3, 10000, TYPE_CONTINUATION, (byte) 0x4)); in flagOverlapOn0x4()
DHttp2Test.java131 frame.writeByte(Http2.TYPE_CONTINUATION); in headersFrameThenContinuation()
201 frame.writeByte(Http2.TYPE_CONTINUATION); in pushPromiseThenContinuation()
509 frame.writeByte(Http2.TYPE_CONTINUATION); in readPaddedHeadersFrameThenContinuation()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHttp2.java64 static final byte TYPE_CONTINUATION = 0x9; field in Http2
460 frameHeader(streamId, length, TYPE_CONTINUATION, byteCount == 0 ? FLAG_END_HEADERS : 0); in writeContinuationFrames()
636 if (type != TYPE_CONTINUATION) throw ioException("%s != TYPE_CONTINUATION", type); in readContinuationHeader()
/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/ ...