Home
last modified time | relevance | path

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

1234

/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/node/deps/v8/src/objects/
Dlookup.cc366 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 …]
Dliteral-objects.cc97 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()
Djs-objects.cc892 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 …]
Dkeys.cc804 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/
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/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()
/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()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dreg.py506 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/
Dreg.py475 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/
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/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/lzma/Java/SevenZip/
DLzmaAlone.java183 int dictionary = (1 << 21); in main() local
/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/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/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

1234