Home
last modified time | relevance | path

Searched refs:FLAG_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DHttp2.java72 static final byte FLAG_PRIORITY = 0x20; // Used for headers. field in Http2
191 if ((flags & FLAG_PRIORITY) != 0) { in readHeaders()
741 FLAGS[FLAG_PRIORITY] = "PRIORITY"; // Same as FLAG_COMPRESSED.
742 FLAGS[FLAG_END_HEADERS | FLAG_PRIORITY] = "END_HEADERS|PRIORITY"; // Only valid on HEADERS.
744 new int[] {FLAG_END_HEADERS, FLAG_PRIORITY, FLAG_END_HEADERS | FLAG_PRIORITY};
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2Test.java36 import static com.squareup.okhttp.internal.framed.Http2.FLAG_PRIORITY;
89 frame.writeByte(FLAG_END_HEADERS | FLAG_PRIORITY); in headersWithPriority()
/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/ ...