HomeSort by relevance Sort by last modified time
    Searched defs:DICT (Results 1 - 22 of 22) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 31 DICT, /* waiting for inflateSetDictionary() call */
63 DICTID -> DICT -> TYPE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.h 31 DICT, /* waiting for inflateSetDictionary() call */
65 DICTID -> DICT -> TYPE
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.h 31 DICT, /* waiting for inflateSetDictionary() call */
65 DICTID -> DICT -> TYPE
  /external/python/cpython2/Modules/zlib/
inflate.h 31 DICT, /* waiting for inflateSetDictionary() call */
65 DICTID -> DICT -> TYPE
  /external/python/cpython3/Modules/zlib/
inflate.h 31 DICT, /* waiting for inflateSetDictionary() call */
65 DICTID -> DICT -> TYPE
  /external/syslinux/com32/lib/zlib/
inflate.h 31 DICT, /* waiting for inflateSetDictionary() call */
65 DICTID -> DICT -> TYPE
  /external/zlib/src/examples/
gzlog.c 33 foo.dict -- dictionary of the last 32K of data for next compression
191 - Compress the data with the dictionary in foo.dict, and write to the
193 compressed block. If there is no foo.dict, proceed anyway with the
194 compression at slightly reduced efficiency. (For the foo.dict file to be
207 - Replace foo.dict with foo.temp.
269 #define DICT 32768U
564 /* Replace the foo.dict file with the foo.temp file. Also delete the foo.add
581 /* rename foo.name to foo.dict, replacing foo.dict if it exists */
582 strcpy(log->end, ".dict");
612 ssize_t dict; local
    [all...]
  /external/zlib/src/
inflate.h 31 DICT, /* waiting for inflateSetDictionary() call */
65 DICTID -> DICT -> TYPE
  /toolchain/binutils/binutils-2.27/zlib/examples/
gzlog.c 33 foo.dict -- dictionary of the last 32K of data for next compression
191 - Compress the data with the dictionary in foo.dict, and write to the
193 compressed block. If there is no foo.dict, proceed anyway with the
194 compression at slightly reduced efficiency. (For the foo.dict file to be
207 - Replace foo.dict with foo.temp.
269 #define DICT 32768U
564 /* Replace the foo.dict file with the foo.temp file. Also delete the foo.add
581 /* rename foo.name to foo.dict, replacing foo.dict if it exists */
582 strcpy(log->end, ".dict");
612 ssize_t dict; local
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
inflate.h 31 DICT, /* waiting for inflateSetDictionary() call */
65 DICTID -> DICT -> TYPE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickle.py 86 # Jython has PyStringMap; it's a dict subclass with string keys
125 DICT = 'd' # build a dict from stack items
126 EMPTY_DICT = '}' # push empty dict
138 SETITEM = 's' # add key+value pair to dict
141 SETITEMS = 'u' # modify dict by adding topmost key+value pairs
410 # items and dict items (as (key, value) tuples), or None.
646 write(MARK + DICT)
    [all...]
  /external/python/cpython2/Lib/
pickle.py 86 # Jython has PyStringMap; it's a dict subclass with string keys
125 DICT = 'd' # build a dict from stack items
126 EMPTY_DICT = '}' # push empty dict
138 SETITEM = 's' # add key+value pair to dict
141 SETITEMS = 'u' # modify dict by adding topmost key+value pairs
416 # items and dict items (as (key, value) tuples), or None.
652 write(MARK + DICT)
    [all...]
  /external/python/cpython3/Lib/
pickle.py 92 # Jython has PyStringMap; it's a dict subclass with string keys
125 DICT = b'd' # build a dict from stack items
126 EMPTY_DICT = b'}' # push empty dict
138 SETITEM = b's' # add key+value pair to dict
141 SETITEMS = b'u' # modify dict by adding topmost key+value pairs
625 # items and dict items (as (key, value) tuples), or None.
818 self.write(MARK + DICT)
823 dispatch[dict] = save_dict
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py 86 # Jython has PyStringMap; it's a dict subclass with string keys
125 DICT = 'd' # build a dict from stack items
126 EMPTY_DICT = '}' # push empty dict
138 SETITEM = 's' # add key+value pair to dict
141 SETITEMS = 'u' # modify dict by adding topmost key+value pairs
410 # items and dict items (as (key, value) tuples), or None.
646 write(MARK + DICT)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickle.py 86 # Jython has PyStringMap; it's a dict subclass with string keys
125 DICT = 'd' # build a dict from stack items
126 EMPTY_DICT = '}' # push empty dict
138 SETITEM = 's' # add key+value pair to dict
141 SETITEMS = 'u' # modify dict by adding topmost key+value pairs
410 # items and dict items (as (key, value) tuples), or None.
646 write(MARK + DICT)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 86 # Jython has PyStringMap; it's a dict subclass with string keys
125 DICT = 'd' # build a dict from stack items
126 EMPTY_DICT = '}' # push empty dict
138 SETITEM = 's' # add key+value pair to dict
141 SETITEMS = 'u' # modify dict by adding topmost key+value pairs
410 # items and dict items (as (key, value) tuples), or None.
646 write(MARK + DICT)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 86 # Jython has PyStringMap; it's a dict subclass with string keys
125 DICT = 'd' # build a dict from stack items
126 EMPTY_DICT = '}' # push empty dict
138 SETITEM = 's' # add key+value pair to dict
141 SETITEMS = 'u' # modify dict by adding topmost key+value pairs
410 # items and dict items (as (key, value) tuples), or None.
646 write(MARK + DICT)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 56 #define DICT 'd'
99 * batch_list/dict() pumps out before doing APPENDS/SETITEMS. Nothing will
3824 PyObject *dict; local
3847 PyObject *dict, *key, *value; local
4492 PyObject *value = 0, *key = 0, *dict = 0; local
4583 PyObject *dict; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 56 #define DICT 'd'
99 * batch_list/dict() pumps out before doing APPENDS/SETITEMS. Nothing will
3789 PyObject *dict; local
3812 PyObject *dict, *key, *value; local
4457 PyObject *value = 0, *key = 0, *dict = 0; local
4548 PyObject *dict; local
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 56 #define DICT 'd'
99 * batch_list/dict() pumps out before doing APPENDS/SETITEMS. Nothing will
3831 PyObject *dict; local
3854 PyObject *dict, *key, *value; local
4511 PyObject *value = 0, *key = 0, *dict = 0; local
4613 PyObject *dict; local
    [all...]
  /external/python/cpython3/Modules/
_pickle.c 48 DICT = 'd',
100 batch_list/dict() pumps out before doing APPENDS/SETITEMS. Nothing will
225 "copyreg.dispatch_table should be a dict, not %.200s",
235 "copyreg._extension_registry should be a dict, "
245 "copyreg._inverted_registry should be a dict, "
254 "copyreg._extension_cache should be a dict, "
270 "_compat_pickle.NAME_MAPPING should be a dict, not %.200s",
280 "_compat_pickle.IMPORT_MAPPING should be a dict, "
291 "_compat_pickle.REVERSE_NAME_MAPPING should be a dict, "
301 "_compat_pickle.REVERSE_IMPORT_MAPPING should be a dict, "
5074 PyObject *dict; local
5112 PyObject *dict, *key, *value; local
5885 PyObject *dict; local
6047 PyObject *dict; local
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 1077 milliseconds