/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/node/deps/v8/src/objects/ |
D | lookup.cc | 366 Handle<GlobalDictionary> dictionary( in PrepareForDataProperty() local 518 Handle<GlobalDictionary> dictionary( in ReconfigureDataProperty() local 531 Handle<SwissNameDictionary> dictionary( in ReconfigureDataProperty() local 539 Handle<NameDictionary> dictionary( in ReconfigureDataProperty() local 638 Handle<GlobalDictionary> dictionary( in ApplyTransitionToDataProperty() local 680 Handle<SwissNameDictionary> dictionary( in ApplyTransitionToDataProperty() local 689 Handle<NameDictionary> dictionary(receiver->property_dictionary(isolate_), in ApplyTransitionToDataProperty() local 818 Handle<NumberDictionary> dictionary = JSObject::NormalizeElements(receiver); in TransitionToAccessorPair() local 1105 GlobalDictionary dictionary = in WriteDataValue() local 1121 SwissNameDictionary dictionary = in WriteDataValue() local [all …]
|
D | literal-objects.cc | 97 IsolateT* isolate, Handle<NameDictionary> dictionary, Handle<Name> name, in DictionaryAddNoUpdateNextEnumerationIndex() 106 IsolateT* isolate, Handle<SwissNameDictionary> dictionary, in DictionaryAddNoUpdateNextEnumerationIndex() 116 IsolateT* isolate, Handle<NumberDictionary> dictionary, uint32_t element, in DictionaryAddNoUpdateNextEnumerationIndex() 126 void DictionaryUpdateMaxNumberKey(Handle<Dictionary> dictionary, in DictionaryUpdateMaxNumberKey() 133 void DictionaryUpdateMaxNumberKey(Handle<NumberDictionary> dictionary, in DictionaryUpdateMaxNumberKey() 155 void AddToDictionaryTemplate(IsolateT* isolate, Handle<Dictionary> dictionary, in AddToDictionaryTemplate() 563 IsolateT* isolate, Handle<PropertyDict> dictionary, Handle<Name> name, in AddToPropertiesTemplate() 580 IsolateT* isolate, Handle<NumberDictionary> dictionary, uint32_t key, in AddToElementsTemplate()
|
D | js-objects.cc | 892 Handle<GlobalDictionary> dictionary( in DeleteNormalizedProperty() local 905 Handle<SwissNameDictionary> dictionary( in DeleteNormalizedProperty() local 911 Handle<NameDictionary> dictionary(object->property_dictionary(), isolate); in DeleteNormalizedProperty() local 2662 Handle<GlobalDictionary> dictionary( in SetNormalizedProperty() local 2684 Handle<SwissNameDictionary> dictionary( in SetNormalizedProperty() local 2698 Handle<NameDictionary> dictionary(object->property_dictionary(), isolate); in SetNormalizedProperty() local 2724 Handle<NumberDictionary> dictionary = in SetNormalizedElement() local 3212 Handle<NameDictionary> dictionary; in MigrateFastToSlow() local 3681 Handle<NameDictionary> dictionary; in MigrateSlowToFast() local 3878 void JSObject::RequireSlowElements(NumberDictionary dictionary) { in RequireSlowElements() [all …]
|
D | keys.cc | 804 void CommonCopyEnumKeysTo(Isolate* isolate, Handle<Dictionary> dictionary, in CommonCopyEnumKeysTo() 852 void CopyEnumKeysTo(Isolate* isolate, Handle<Dictionary> dictionary, in CopyEnumKeysTo() 877 void CopyEnumKeysTo(Isolate* isolate, Handle<SwissNameDictionary> dictionary, in CopyEnumKeysTo() 895 Handle<T> dictionary(raw_dictionary, isolate); in GetOwnEnumPropertyDictionaryKeys() local 908 ExceptionStatus CollectKeysFromDictionary(Handle<Dictionary> dictionary, in CollectKeysFromDictionary()
|
/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/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()
|
/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()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | reg.py | 506 def addElementInfo(self, elem, info, infoName, dictionary): argument 528 def lookupElementInfo(self, fname, dictionary): argument 1244 def generateFeature(self, fname, ftype, dictionary, explicit=False): argument 1448 def generateSpirv(self, spirv, dictionary): argument 1461 def stripUnsupportedAPIs(self, dictionary, attribute, supportedDictionary): argument 1487 def stripUnsupportedAPIsFromList(self, dictionary, supportedDictionary): argument 1511 def generateFormat(self, format, dictionary): argument
|
/third_party/vulkan-headers/registry/ |
D | reg.py | 475 def addElementInfo(self, elem, info, infoName, dictionary): argument 497 def lookupElementInfo(self, fname, dictionary): argument 1170 def generateFeature(self, fname, ftype, dictionary): argument 1366 def generateSpirv(self, spirv, dictionary): argument 1379 def stripUnsupportedAPIs(self, dictionary, attribute, supportedDictionary): argument 1405 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/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/lzma/Java/SevenZip/ |
D | LzmaAlone.java | 183 int dictionary = (1 << 21); in main() local
|
/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/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/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
|