HomeSort by relevance Sort by last modified time
    Searched defs:dict (Results 126 - 150 of 389) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Debugger.py 409 def __init__(self, master, title, dict=None):
412 if dict:
413 height = 20*len(dict) # XXX 20 == observed height of Entry widget
434 self.load_dict(dict)
436 dict = -1 variable in class:NamespaceViewer
438 def load_dict(self, dict, force=0, rpc_client=None):
439 if dict is self.dict and not force:
445 self.dict = None
446 if not dict
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
handlers.py 12 dict
14 def dict(items): function
58 os_environ = dict(os.environ.items())
448 self, sys.stdin, sys.stdout, sys.stderr, dict(os.environ.items()),
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 83 PyObject *dict; /* Stores per-thread state */ member in struct:_ts
180 /* The implementation of sys._current_frames() Returns a dict mapping
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 409 def __init__(self, master, title, dict=None):
412 if dict:
413 height = 20*len(dict) # XXX 20 == observed height of Entry widget
434 self.load_dict(dict)
436 dict = -1 variable in class:NamespaceViewer
438 def load_dict(self, dict, force=0, rpc_client=None):
439 if dict is self.dict and not force:
445 self.dict = None
446 if not dict
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 12 dict
14 def dict(items): function
58 os_environ = dict(os.environ.items())
448 self, sys.stdin, sys.stdout, sys.stderr, dict(os.environ.items()),
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 83 PyObject *dict; /* Stores per-thread state */ member in struct:_ts
180 /* The implementation of sys._current_frames() Returns a dict mapping
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 409 def __init__(self, master, title, dict=None):
412 if dict:
413 height = 20*len(dict) # XXX 20 == observed height of Entry widget
434 self.load_dict(dict)
436 dict = -1 variable in class:NamespaceViewer
438 def load_dict(self, dict, force=0, rpc_client=None):
439 if dict is self.dict and not force:
445 self.dict = None
446 if not dict
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 12 dict
14 def dict(items): function
58 os_environ = dict(os.environ.items())
448 self, sys.stdin, sys.stdout, sys.stderr, dict(os.environ.items()),
  /toolchain/binutils/binutils-2.27/zlib/contrib/blast/
blast.c 281 int dict; /* log2(dictionary size) - 6 */ local
322 dict = bits(s, 8);
323 if (dict < 4 || dict > 6) return -2;
334 symbol = len == 2 ? 2 : dict;
  /toolchain/binutils/binutils-2.27/zlib/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);
  /prebuilts/tools/common/m2/repository/kr/motd/maven/os-maven-plugin/1.4.0.Final/
os-maven-plugin-1.4.0.Final.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
iobase.c 23 PyObject *dict; member in struct:__anon4383
261 Py_VISIT(self->dict);
270 Py_CLEAR(self->dict);
279 /* NOTE: since IOBaseObject has its own dict, Python-defined attributes
294 Py_CLEAR(self->dict);
749 offsetof(iobase, dict), /* tp_dictoffset */
stringio.c 25 PyObject *dict; member in struct:__anon4384
502 Py_VISIT(self->dict);
509 Py_CLEAR(self->dict);
525 Py_CLEAR(self->dict);
685 PyObject *dict; local
690 if (self->dict == NULL) {
692 dict = Py_None;
695 dict = PyDict_Copy(self->dict);
696 if (dict == NULL)
712 PyObject *dict; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
structseq.c 146 PyObject *dict = NULL; local
150 static char *kwlist[] = {"sequence", "dict", 0};
153 kwlist, &arg, &dict))
162 if (dict && !PyDict_Check(dict)) {
164 "%.500s() takes a dict as second arg, if any",
213 if (dict && (ob = PyDict_GetItemString(
214 dict, type->tp_members[i-n_unnamed_fields].name))) {
375 PyObject* dict; local
388 dict = PyDict_New();
479 PyObject *dict; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
iobase.c 23 PyObject *dict; member in struct:__anon4696
261 Py_VISIT(self->dict);
270 Py_CLEAR(self->dict);
279 /* NOTE: since IOBaseObject has its own dict, Python-defined attributes
294 Py_CLEAR(self->dict);
734 offsetof(iobase, dict), /* tp_dictoffset */
stringio.c 25 PyObject *dict; member in struct:__anon4697
502 Py_VISIT(self->dict);
509 Py_CLEAR(self->dict);
525 Py_CLEAR(self->dict);
672 PyObject *dict; local
677 if (self->dict == NULL) {
679 dict = Py_None;
682 dict = PyDict_Copy(self->dict);
683 if (dict == NULL)
699 PyObject *dict; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
structseq.c 146 PyObject *dict = NULL; local
150 static char *kwlist[] = {"sequence", "dict", 0};
153 kwlist, &arg, &dict))
162 if (dict && !PyDict_Check(dict)) {
164 "%.500s() takes a dict as second arg, if any",
212 if (dict && (ob = PyDict_GetItemString(
213 dict, type->tp_members[i-n_unnamed_fields].name))) {
374 PyObject* dict; local
387 dict = PyDict_New();
478 PyObject *dict; local
    [all...]
  /external/dhcpcd-6.8.2/dbus/
rpc-dbus.c 46 #include "dbus-dict.h"
300 DBusMessageIter args, dict; local
322 &dict);
346 retval = append_config(&dict, prefix, env, elen);
357 dbus_message_iter_close_container(&args, &dict);
376 DBusMessageIter args, dict; local
398 &dict);
422 retval = append_config(&dict, prefix, env, elen);
433 dbus_message_iter_close_container(&args, &dict);
  /external/freetype/src/cff/
cffobjs.c 606 CFF_FontRecDict dict; local
646 dict = &cff->top_font.font_dict;
650 if ( dict->cid_registry == 0xFFFFU && !psnames )
733 if ( !dict->has_font_matrix )
734 dict->units_per_em = pure_cff ? 1000 : face->root.units_per_EM;
746 FT_Matrix* matrix = &dict->font_matrix;
747 FT_Vector* offset = &dict->font_offset;
748 FT_ULong* upm = &dict->units_per_em;
852 if ( dict->cid_registry != 0xFFFFU )
858 cffface->bbox.xMin = dict->font_bbox.xMin >> 16
    [all...]
  /external/libcups/cups/
language.c 1181 CFDictionaryRef dict; /* cups.strings dictionary */ local
1185 dict = (CFDictionaryRef)cupsArrayUserData(a);
1190 cfstr = cfm ? CFDictionaryGetValue(dict, cfm) : NULL;
    [all...]
  /external/libxml2/
dict.c 2 * dict.c: dictionary of reusable strings, just used to avoid allocation
36 * Note2: the fast function used for a small dict won't protect very
56 #include <libxml/dict.h>
70 #define xmlDictComputeKey(dict, name, len) \
71 (((dict)->size == MIN_DICT_SIZE) ? \
72 xmlDictComputeFastKey(name, len, (dict)->seed) : \
73 xmlDictComputeBigKey(name, len, (dict)->seed))
75 #define xmlDictComputeQKey(dict, prefix, plen, name, len) \
77 (xmlDictComputeKey(dict, name, len)) : \
78 (((dict)->size == MIN_DICT_SIZE) ?
118 struct _xmlDictEntry *dict; member in struct:_xmlDict
569 xmlDictPtr dict; local
616 xmlDictPtr dict = xmlDictCreate(); local
    [all...]
hash.c 71 xmlDictPtr dict; member in struct:_xmlHashTable
182 table->dict = NULL;
201 * @dict: a dictionary to use for the hash
203 * Create a new xmlHashTablePtr which will use @dict as the internal dictionary
208 xmlHashCreateDict(int size, xmlDictPtr dict) {
213 table->dict = dict;
214 xmlDictReference(dict);
340 if (table->dict == NULL) {
358 if (table->dict)
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsnamed.c 852 _cmsDICT* dict = (_cmsDICT*) _cmsMallocZero(ContextID, sizeof(_cmsDICT)); local
853 if (dict == NULL) return NULL;
855 dict ->ContextID = ContextID;
856 return (cmsHANDLE) dict;
863 _cmsDICT* dict = (_cmsDICT*) hDict; local
866 _cmsAssert(dict != NULL);
869 entry = dict ->head;
874 if (entry ->Name != NULL) _cmsFree(dict ->ContextID, entry -> Name);
875 if (entry ->Value != NULL) _cmsFree(dict ->ContextID, entry -> Value);
879 _cmsFree(dict ->ContextID, entry)
899 _cmsDICT* dict = (_cmsDICT*) hDict; local
951 _cmsDICT* dict = (_cmsDICT*) hDict; local
    [all...]
  /external/python/cpython2/Modules/_io/
iobase.c 23 PyObject *dict; member in struct:__anon32717
263 Py_VISIT(self->dict);
272 Py_CLEAR(self->dict);
281 /* NOTE: since IOBaseObject has its own dict, Python-defined attributes
296 Py_CLEAR(self->dict);
754 offsetof(iobase, dict), /* tp_dictoffset */
stringio.c 25 PyObject *dict; member in struct:__anon32718
502 Py_VISIT(self->dict);
509 Py_CLEAR(self->dict);
525 Py_CLEAR(self->dict);
685 PyObject *dict; local
690 if (self->dict == NULL) {
692 dict = Py_None;
695 dict = PyDict_Copy(self->dict);
696 if (dict == NULL
712 PyObject *dict; local
    [all...]

Completed in 1926 milliseconds

1 2 3 4 56 7 8 91011>>