/external/dbus/test/data/valid-messages/ |
unknown-header-field.message | 8 TYPE DICT 9 LENGTH Dict 10 START_LENGTH Dict 14 END_LENGTH Dict
|
recursive-types.message | 12 # Everything is inside a dict 13 TYPE DICT 17 # first dict entry is an array of array of uint32 41 # second dict entry is an array of strings 47 # third dict entry is another dict 48 STRING 'nested-dict' 49 TYPE DICT 57 STRING 'super-nested-dict' 58 TYPE DICT [all...] |
/external/curl/lib/ |
dict.c | 58 #include "dict.h" 71 * DICT protocol handler. 75 "DICT", /* scheme */ 200 failf(data, "Failed sending DICT request"); 247 failf(data, "Failed sending DICT request"); 269 failf(data, "Failed sending DICT request");
|
/external/opencv3/3rdparty/zlib/ |
inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ 65 DICTID -> DICT -> TYPE
|
inflate.c | 818 state->mode = DICT; 819 case DICT: [all...] |
/external/pdfium/third_party/zlib_v128/ |
inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ 65 DICTID -> DICT -> TYPE
|
inflate.c | 818 state->mode = DICT; 819 case DICT: [all...] |
/external/zlib/src/ |
inflate.h | 31 DICT, /* waiting for inflateSetDictionary() call */ 65 DICTID -> DICT -> TYPE
|
inflate.c | 818 state->mode = DICT; 819 case DICT: [all...] |
/packages/apps/Messaging/tools/messagegen/ |
fillsms | 53 DICT=american-english 104 dict_lines=`wc -l < $DICT` 127 sed $v"q;d" $DICT
|
/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...] |
/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...] |
/external/zlib/src/test/ |
infcover.c | 330 ((struct inflate_state *)strm.state)->mode = DICT; 392 unsigned char dict[257]; local 425 memset(dict, 0, 257); 426 ret = inflateSetDictionary(&strm, dict, 257);
|