HomeSort by relevance Sort by last modified time
    Searched refs:dictptr (Results 1 - 14 of 14) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 1072 PyObject **dictptr = _PyObject_GetDictPtr(pyobj);
1073 if (dictptr != NULL) {
1074 PyObject *dict = *dictptr;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 1334 PyObject **dictptr; local
1471 PyObject **dictptr; local
    [all...]
typeobject.c 834 PyObject **dictptr = _PyObject_GetDictPtr(self); local
835 if (dictptr && *dictptr)
836 Py_VISIT(*dictptr);
890 PyObject **dictptr = _PyObject_GetDictPtr(self); local
891 if (dictptr && *dictptr)
892 Py_CLEAR(*dictptr);
1011 PyObject **dictptr = _PyObject_GetDictPtr(self); local
1012 if (dictptr != NULL) {
1842 PyObject **dictptr; local
1878 PyObject **dictptr; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 1327 PyObject **dictptr; local
1464 PyObject **dictptr; local
    [all...]
typeobject.c 826 PyObject **dictptr = _PyObject_GetDictPtr(self); local
827 if (dictptr && *dictptr)
828 Py_VISIT(*dictptr);
995 PyObject **dictptr = _PyObject_GetDictPtr(self); local
996 if (dictptr != NULL) {
997 PyObject *dict = *dictptr;
1000 *dictptr = NULL;
1824 PyObject **dictptr; local
1860 PyObject **dictptr; local
    [all...]
  /external/python/cpython2/Objects/
object.c 1334 PyObject **dictptr; local
1471 PyObject **dictptr; local
    [all...]
typeobject.c 854 PyObject **dictptr = _PyObject_GetDictPtr(self); local
855 if (dictptr && *dictptr)
856 Py_VISIT(*dictptr);
910 PyObject **dictptr = _PyObject_GetDictPtr(self); local
911 if (dictptr && *dictptr)
912 Py_CLEAR(*dictptr);
1031 PyObject **dictptr = _PyObject_GetDictPtr(self); local
1032 if (dictptr != NULL)
1872 PyObject **dictptr; local
1908 PyObject **dictptr; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 441 dictptr = self._gdbval.cast(_type_char_ptr) + dictoffset
443 dictptr = dictptr.cast(PyObjectPtrPtr)
444 return PyObjectPtr.from_pyobject_ptr(dictptr.dereference())
    [all...]
  /external/python/cpython2/Tools/gdb/
libpython.py 477 dictptr = self._gdbval.cast(_type_char_ptr()) + dictoffset
479 dictptr = dictptr.cast(PyObjectPtrPtr)
480 return PyObjectPtr.from_pyobject_ptr(dictptr.dereference())
    [all...]
  /external/e2fsprogs/lib/support/
dict.c 73 #define dictptr dict_dictptr macro
1056 load->dictptr = dict;
1069 dict_t *dict = load->dictptr;
1093 dict_t *dict = load->dictptr;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 2998 PyObject **dictptr; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 2998 PyObject **dictptr; local
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 2998 PyObject **dictptr; local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 2424 PyObject **dictptr = _PyObject_GetDictPtr(inst); local
2494 PyObject **dictptr = _PyObject_GetDictPtr(inst); local
    [all...]

Completed in 438 milliseconds