OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FLAG_PADDED
(Results
1 - 4
of
4
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java
71
static final byte
FLAG_PADDED
= 0x8; // Used for headers and data.
189
short padding = (flags &
FLAG_PADDED
) != 0 ? (short) (source.readByte() & 0xff) : 0;
225
short padding = (flags &
FLAG_PADDED
) != 0 ? (short) (source.readByte() & 0xff) : 0;
314
short padding = (flags &
FLAG_PADDED
) != 0 ? (short) (source.readByte() & 0xff) : 0;
643
if ((flags &
FLAG_PADDED
) != 0) length--; // Account for reading the padding length.
735
FLAGS[
FLAG_PADDED
] = "PADDED";
737
FLAGS[prefixFlag |
FLAG_PADDED
] = FLAGS[prefixFlag] + "|PADDED";
749
FLAGS[prefixFlag | frameFlag |
FLAG_PADDED
] =
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar
Completed in 3632 milliseconds