HomeSort by relevance Sort by last modified time
    Searched refs:PyDict_New (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
moduleobject.c 26 m->md_dict = PyDict_New();
55 ((PyModuleObject *)m) -> md_dict = d = PyDict_New();
163 dict = PyDict_New();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
moduleobject.c 26 m->md_dict = PyDict_New();
55 ((PyModuleObject *)m) -> md_dict = d = PyDict_New();
161 dict = PyDict_New();
  /external/python/cpython2/Objects/
moduleobject.c 26 m->md_dict = PyDict_New();
55 ((PyModuleObject *)m) -> md_dict = d = PyDict_New();
163 dict = PyDict_New();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
microprotocols.c 44 if ((psyco_adapters = PyDict_New()) == NULL) {
  /external/python/cpython2/Modules/_sqlite/
microprotocols.c 44 if ((psyco_adapters = PyDict_New()) == NULL) {
  /external/python/cpython2/Mac/Modules/
_scproxy.c 64 result = PyDict_New();
177 return PyDict_New();
180 result = PyDict_New();
  /external/python/cpython2/Modules/
_functoolsmodule.c 134 pto->kw = (kw != NULL) ? PyDict_Copy(kw) : PyDict_New();
232 pto->dict = PyDict_New();
307 kw = PyDict_New();
xxmodule.c 82 self->x_attr = PyDict_New();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
dictobject.h 109 PyAPI_FUNC(PyObject *) PyDict_New(void);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
dictobject.h 109 PyAPI_FUNC(PyObject *) PyDict_New(void);
  /prebuilts/gdb/darwin-x86/include/python2.7/
dictobject.h 109 PyAPI_FUNC(PyObject *) PyDict_New(void);
  /prebuilts/gdb/linux-x86/include/python2.7/
dictobject.h 109 PyAPI_FUNC(PyObject *) PyDict_New(void);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 109 PyAPI_FUNC(PyObject *) PyDict_New(void);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 109 PyAPI_FUNC(PyObject *) PyDict_New(void);
  /external/libnl/python/netlink/genl/
capi.i 91 attrs = PyDict_New();
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_multimap.i 56 PyObject *obj = PyDict_New();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 45 ste->ste_symbols = PyDict_New();
208 if ((st->st_symbols = PyDict_New()) == NULL)
631 local = PyDict_New(); /* collect new names bound in block */
634 scope = PyDict_New(); /* collect scopes defined for each name */
649 newglobal = PyDict_New();
652 newbound = PyDict_New();
655 newfree = PyDict_New();
693 allfree = PyDict_New();
746 temp_bound = PyDict_New();
751 temp_free = PyDict_New();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 43 ste->ste_symbols = PyDict_New();
206 if ((st->st_symbols = PyDict_New()) == NULL)
629 local = PyDict_New(); /* collect new names bound in block */
632 scope = PyDict_New(); /* collect scopes defined for each name */
647 newglobal = PyDict_New();
650 newbound = PyDict_New();
653 newfree = PyDict_New();
691 allfree = PyDict_New();
744 temp_bound = PyDict_New();
749 temp_free = PyDict_New();
    [all...]
dynload_beos.c 109 beos_dyn_images = PyDict_New();
  /external/python/cpython2/Python/
symtable.c 45 ste->ste_symbols = PyDict_New();
208 if ((st->st_symbols = PyDict_New()) == NULL)
631 local = PyDict_New(); /* collect new names bound in block */
634 scope = PyDict_New(); /* collect scopes defined for each name */
649 newglobal = PyDict_New();
652 newbound = PyDict_New();
655 newfree = PyDict_New();
693 allfree = PyDict_New();
746 temp_bound = PyDict_New();
751 temp_free = PyDict_New();
    [all...]
dynload_beos.c 109 beos_dyn_images = PyDict_New();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
xxmodule.c 82 self->x_attr = PyDict_New();
  /external/python/cpython2/Include/
dictobject.h 109 PyAPI_FUNC(PyObject *) PyDict_New(void);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 82 self->x_attr = PyDict_New();
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 82 self->x_attr = PyDict_New();

Completed in 648 milliseconds

1 2 3 4 5 6 7