| /third_party/node/test/parallel/ |
| D | test-zlib-dictionary.js | 54 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
|
| D | test-zlib-dictionary-fail.js | 41 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/ |
| D | DecodeTest.cs | 53 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/ |
| D | DictionaryData.java | 36 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
|
| D | SetDictionaryTest.java | 67 ByteBuffer dictionary = dictionaryChannel.map(FileChannel.MapMode.READ_ONLY, 0, 122784).load(); in testSetDictionary() local
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| D | static_dict.c | 32 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()
|
| D | params.h | 43 BrotliEncoderDictionary dictionary; member
|
| /third_party/node/deps/brotli/c/enc/ |
| D | static_dict.c | 32 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()
|
| D | params.h | 43 BrotliEncoderDictionary dictionary; member
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| D | reg.py | 399 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/ |
| D | reg.py | 399 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/ |
| D | common_jni.cc | 36 const BrotliDictionary* dictionary = BrotliGetDictionary(); in Java_org_brotli_wrapper_common_CommonJNI_nativeSetDictionaryData() local
|
| /third_party/skia/third_party/externals/brotli/scripts/dictionary/ |
| D | step-02-rfc-to-bin.py | 16 dictionary = [] variable
|
| /third_party/rust/crates/aho-corasick/aho-corasick-debug/ |
| D | main.rs | 44 dictionary: PathBuf, field 93 let dictionary = in parse() localVariable
|
| /third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
| D | writer.js | 112 function dictionary(it) { function 179 dictionary, property
|
| /third_party/protobuf/python/google/protobuf/ |
| D | service_reflection.py | 70 def __init__(cls, name, bases, dictionary): argument 106 def __init__(cls, name, bases, dictionary): argument
|
| /third_party/cef/tests/cefclient/browser/ |
| D | preferences_test.cc | 215 static CefString GetJSON(CefRefPtr<CefDictionaryValue> dictionary) { in GetJSON() 223 static bool VerifyKey(CefRefPtr<CefDictionaryValue> dictionary, in VerifyKey()
|
| /third_party/toybox/toys/pending/ |
| D | xzcat.c | 1210 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/ |
| D | test-zlib.zlib-binding.deflate.js | 30 dictionary: new Uint8Array(0), property
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| D | python_message.py | 107 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/ |
| D | reg.py | 708 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/ |
| D | reg.py | 717 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/ |
| D | reg.py | 719 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/ |
| D | reg.py | 728 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/ |
| D | BreakIteratorMapperTest.java | 133 private static CldrValue dictionary(String type, String dependency) { in dictionary() method in BreakIteratorMapperTest
|