OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STATIC_HEADER_TABLE
(Results
1 - 4
of
4
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Hpack.java
46
private static final Header[]
STATIC_HEADER_TABLE
= new Header[] {
228
Header staticEntry =
STATIC_HEADER_TABLE
[index];
231
int dynamicTableIndex = dynamicTableIndex(index -
STATIC_HEADER_TABLE
.length);
271
return
STATIC_HEADER_TABLE
[index].name;
273
return dynamicTable[dynamicTableIndex(index -
STATIC_HEADER_TABLE
.length)].name;
278
return index >= 0 && index <=
STATIC_HEADER_TABLE
.length - 1;
360
Map<ByteString, Integer> result = new LinkedHashMap<>(
STATIC_HEADER_TABLE
.length);
361
for (int i = 0; i <
STATIC_HEADER_TABLE
.length; i++) {
362
if (!result.containsKey(
STATIC_HEADER_TABLE
[i].name)) {
363
result.put(
STATIC_HEADER_TABLE
[i].name, i)
[
all
...]
/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 47 milliseconds