Home
last modified time | relevance | path

Searched refs:checkEntry (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
DHpackDraft05Test.java122 checkEntry(entry, "custom-bar", "custom-header", 55); in testEviction()
126 checkEntry(entry, "custom-baz", "custom-header", 55); in testEviction()
183 checkEntry(entry, ":path", "www.example.com", 52); in huffmanDecodingSupported()
208 checkEntry(entry, "custom-key", "custom-header", 55); in readLiteralHeaderFieldWithIndexing()
279 checkEntry(entry, ":method", "GET", 42); in readIndexedHeaderField()
303 checkEntry(entry, ":method", "GET", 42); in toggleIndex()
413 checkEntry(entry, ":authority", "www.example.com", 57); in checkReadFirstRequestWithoutHuffman()
418 checkEntry(entry, ":path", "/", 38); in checkReadFirstRequestWithoutHuffman()
423 checkEntry(entry, ":scheme", "http", 43); in checkReadFirstRequestWithoutHuffman()
428 checkEntry(entry, ":method", "GET", 42); in checkReadFirstRequestWithoutHuffman()
[all …]
/external/srec/tools/grxmlcompile/
Dsub_grph.cpp29 static int checkEntry (int *itemList, int count, int item);
31 static int checkEntry (int *itemList, int count, int item) in checkEntry() function
302 ruleId= checkEntry (lookupList, numSubs, -ruleId); in ExpandRules()
509 if (nextId >= 0 && nextId != finalId && checkEntry (nodeList, currNum, nextId) < 0 in ProcessBegins()
580 if (nextId != initialId && checkEntry (nodeList, currNum, nextId) < 0 in ProcessEnds()
820 if (nextId != initialId && checkEntry (nodeList, currNum, nextId) < 0 in ProcessTags()