Home
last modified time | relevance | path

Searched defs:addon (Results 1 – 5 of 5) sorted by relevance

/external/cronet/third_party/brotli/dec/
Ddecode.c1409 BrotliDecoderCompoundDictionary* addon = state->compound_dictionary; in AttachCompoundDictionary() local
1432 BrotliDecoderCompoundDictionary* addon = state->compound_dictionary; in EnsureCoumpoundDictionaryInitialized() local
1450 BrotliDecoderCompoundDictionary* addon = s->compound_dictionary; in InitializeCompoundDictionaryCopy() local
1472 BrotliDecoderCompoundDictionary* addon = s->compound_dictionary; in CopyFromCompoundDictionary() local
2656 BrotliDecoderCompoundDictionary* addon = s->compound_dictionary; in BrotliDecoderDecompressStream() local
/external/cronet/third_party/brotli/enc/
Dbackward_references_hq.c434 const CompoundDictionary* addon = &params->dictionary.compound; in UpdateNodes() local
719 const CompoundDictionary* addon = &params->dictionary.compound; in BrotliZopfliComputeShortestPath() local
833 const CompoundDictionary* addon = &params->dictionary.compound; in BrotliCreateHqZopfliBackwardReferences() local
Dhash.h668 const CompoundDictionary* addon, const uint8_t* BROTLI_RESTRICT data, in LookupCompoundDictionaryMatch()
685 const CompoundDictionary* addon, const uint8_t* BROTLI_RESTRICT data, in LookupAllCompoundDictionaryMatches()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestUnwrapped.java109 public String addon; field in TestUnwrapped.Address
/external/testng/src/main/java/org/testng/reporters/
DEmailableReporter.java214 StringBuilder addon = new StringBuilder(); in qualifiedName() local