Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 25 of 70) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-zlib-dictionary.js54 const deflate = zlib.createDeflate({ dictionary: spdyDict }); property
55 const inflate = zlib.createInflate({ dictionary: spdyDict }); property
81 const deflate = zlib.createDeflate({ dictionary: spdyDict }); property
82 const inflate = zlib.createInflate({ dictionary: spdyDict }); property
113 const deflate = zlib.createDeflateRaw({ dictionary: spdyDict }); property
114 const inflate = zlib.createInflateRaw({ dictionary: spdyDict }); property
140 const deflate = zlib.createDeflateRaw({ dictionary: spdyDict }); property
141 const inflate = zlib.createInflateRaw({ dictionary: spdyDict }); property
Dtest-zlib-dictionary-fail.js41 const stream = zlib.createInflate({ dictionary: Buffer.from('fail') }); property
51 const stream = zlib.createInflateRaw({ dictionary: Buffer.from('fail') }); property
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DDecodeTest.cs53 private byte[] DecompressWithDictionary(byte[] data, byte[] dictionary) in DecompressWithDictionary()
73 …ivate void CheckDecodeResourceWithDictionary(string expected, string compressed, string dictionary) in CheckDecodeResourceWithDictionary()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDictionaryData.java36 private static void unpackDictionaryData(ByteBuffer dictionary, String data0, String data1, in unpackDictionaryData()
67 unpackDictionaryData(dictionary, DATA0, DATA1, SKIP_FLIP, sizeBits, SIZE_BITS_DATA); in unpackDictionaryData() argument
DSetDictionaryTest.java67 ByteBuffer dictionary = dictionaryChannel.map(FileChannel.MapMode.READ_ONLY, 0, 122784).load(); in testSetDictionary() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dstatic_dict.c32 static BROTLI_INLINE size_t DictMatchLength(const BrotliDictionary* dictionary, in DictMatchLength()
42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch()
78 const BrotliEncoderDictionary* dictionary, const uint8_t* data, in BrotliFindAllStaticDictionaryMatches()
Dparams.h43 BrotliEncoderDictionary dictionary; member
/third_party/node/deps/brotli/c/enc/
Dstatic_dict.c32 static BROTLI_INLINE size_t DictMatchLength(const BrotliDictionary* dictionary, in DictMatchLength()
42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch()
78 const BrotliEncoderDictionary* dictionary, const uint8_t* data, in BrotliFindAllStaticDictionaryMatches()
Dparams.h43 BrotliEncoderDictionary dictionary; member
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dreg.py399 def addElementInfo(self, elem, info, infoName, dictionary): argument
421 def lookupElementInfo(self, fname, dictionary): argument
1107 def generateFeature(self, fname, ftype, dictionary): argument
1303 def generateSpirv(self, spirv, dictionary): argument
1316 def stripUnsupportedAPIs(self, dictionary, attribute, supportedDictionary): argument
1342 def generateFormat(self, format, dictionary): argument
/third_party/vulkan-headers/registry/
Dreg.py399 def addElementInfo(self, elem, info, infoName, dictionary): argument
421 def lookupElementInfo(self, fname, dictionary): argument
1107 def generateFeature(self, fname, ftype, dictionary): argument
1303 def generateSpirv(self, spirv, dictionary): argument
1316 def stripUnsupportedAPIs(self, dictionary, attribute, supportedDictionary): argument
1342 def generateFormat(self, format, dictionary): argument
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/
Dcommon_jni.cc36 const BrotliDictionary* dictionary = BrotliGetDictionary(); in Java_org_brotli_wrapper_common_CommonJNI_nativeSetDictionaryData() local
/third_party/skia/third_party/externals/brotli/scripts/dictionary/
Dstep-02-rfc-to-bin.py16 dictionary = [] variable
/third_party/rust/crates/aho-corasick/aho-corasick-debug/
Dmain.rs44 dictionary: PathBuf, field
93 let dictionary = in parse() localVariable
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwriter.js112 function dictionary(it) { function
179 dictionary, property
/third_party/protobuf/python/google/protobuf/
Dservice_reflection.py70 def __init__(cls, name, bases, dictionary): argument
106 def __init__(cls, name, bases, dictionary): argument
/third_party/cef/tests/cefclient/browser/
Dpreferences_test.cc215 static CefString GetJSON(CefRefPtr<CefDictionaryValue> dictionary) { in GetJSON()
223 static bool VerifyKey(CefRefPtr<CefDictionaryValue> dictionary, in VerifyKey()
/third_party/toybox/toys/pending/
Dxzcat.c1210 struct dictionary { struct
1221 * How full dictionary is. This is used to detect corrupt input that argument
1229 /* End of the dictionary buffer. This is the same as the dictionary size. */ argument
1233 * Size of the dictionary as specified in Block Header. This is used argument
1240 * Maximum allowed dictionary size. argument
1245 * Amount of memory currently allocated for the dictionary. argument
1247 uint32_t allocated;
/third_party/node/test/async-hooks/
Dtest-zlib.zlib-binding.deflate.js30 dictionary: new Uint8Array(0), property
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py107 def __new__(cls, name, bases, dictionary): argument
160 def __init__(cls, name, bases, dictionary): argument
248 def _AddSlots(message_descriptor, dictionary): argument
378 def _AddClassAttributesForNestedExtensions(descriptor, dictionary): argument
/third_party/openGLES/xml/
Dreg.py708 def addElementInfo(self, elem, info, infoName, dictionary): argument
723 def lookupElementInfo(self, fname, dictionary): argument
910 def generateFeature(self, fname, ftype, dictionary, genProc): argument
/third_party/EGL/api/
Dreg.py717 def addElementInfo(self, elem, info, infoName, dictionary): argument
732 def lookupElementInfo(self, fname, dictionary): argument
919 def generateFeature(self, fname, ftype, dictionary, genProc): argument
/third_party/skia/third_party/externals/opengl-registry/xml/
Dreg.py719 def addElementInfo(self, elem, info, infoName, dictionary): argument
734 def lookupElementInfo(self, fname, dictionary): argument
921 def generateFeature(self, fname, ftype, dictionary, genProc): argument
/third_party/skia/third_party/externals/egl-registry/api/
Dreg.py728 def addElementInfo(self, elem, info, infoName, dictionary): argument
743 def lookupElementInfo(self, fname, dictionary): argument
930 def generateFeature(self, fname, ftype, dictionary, genProc): argument
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DBreakIteratorMapperTest.java133 private static CldrValue dictionary(String type, String dependency) { in dictionary() method in BreakIteratorMapperTest

123