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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
sqlitecompat.h 39 #define PyDict_CheckExact(op) ((op)->ob_type == &PyDict_Type)
  /external/python/cpython2/Modules/_sqlite/
sqlitecompat.h 39 #define PyDict_CheckExact(op) ((op)->ob_type == &PyDict_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
xxsubtype.c 182 if (PyDict_Type.tp_init((PyObject *)self, args, kwds) < 0)
225 DEFERRED_ADDRESS(&PyDict_Type), /* tp_base */
269 spamdict_type.tp_base = &PyDict_Type;
_collectionsmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
xxsubtype.c 182 if (PyDict_Type.tp_init((PyObject *)self, args, kwds) < 0)
225 DEFERRED_ADDRESS(&PyDict_Type), /* tp_base */
269 spamdict_type.tp_base = &PyDict_Type;
_collectionsmodule.c     [all...]
  /external/python/cpython2/Modules/
xxsubtype.c 182 if (PyDict_Type.tp_init((PyObject *)self, args, kwds) < 0)
225 DEFERRED_ADDRESS(&PyDict_Type), /* tp_base */
269 spamdict_type.tp_base = &PyDict_Type;
_collectionsmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
dictobject.h 91 PyAPI_DATA(PyTypeObject) PyDict_Type;
101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
dictobject.h 91 PyAPI_DATA(PyTypeObject) PyDict_Type;
101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type)
  /prebuilts/gdb/darwin-x86/include/python2.7/
dictobject.h 91 PyAPI_DATA(PyTypeObject) PyDict_Type;
101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type)
  /prebuilts/gdb/linux-x86/include/python2.7/
dictobject.h 91 PyAPI_DATA(PyTypeObject) PyDict_Type;
101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 91 PyAPI_DATA(PyTypeObject) PyDict_Type;
101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 91 PyAPI_DATA(PyTypeObject) PyDict_Type;
101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type)
  /external/python/cpython2/Include/
dictobject.h 91 PyAPI_DATA(PyTypeObject) PyDict_Type;
101 #define PyDict_CheckExact(op) (Py_TYPE(op) == &PyDict_Type)
  /external/python/cpython2/Mac/Modules/
Nav.c 464 } else if (!PyArg_ParseTuple(args, "O!", &PyDict_Type, &dict))
498 } else if (!PyArg_ParseTuple(args, "O!", &PyDict_Type, &dict))
531 } else if (!PyArg_ParseTuple(args, "lO!", &action, &PyDict_Type, &dict))
560 } else if (!PyArg_ParseTuple(args, "O!", &PyDict_Type, &dict))
589 } else if (!PyArg_ParseTuple(args, "O!", &PyDict_Type, &dict))
622 } else if (!PyArg_ParseTuple(args, "O!", &PyDict_Type, &dict))
655 } else if (!PyArg_ParseTuple(args, "O!", &PyDict_Type, &dict))
688 } else if (!PyArg_ParseTuple(args, "O!", &PyDict_Type, &dict))
721 } else if (!PyArg_ParseTuple(args, "O!", &PyDict_Type, &dict))
753 } else if (!PyArg_ParseTuple(args, "O!", &PyDict_Type, &dict)
    [all...]
  /external/python/cpython2/Modules/_ctypes/
stgdict.c 22 if (PyDict_Type.tp_init((PyObject *)self, args, kwds) < 0)
48 PyDict_Type.tp_dealloc((PyObject *)self);
ctypes.h 11 #define PyDict_CheckExact(ob) (Py_TYPE(ob) == &PyDict_Type)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 261 assert (Py_TYPE(mp) == &PyDict_Type);
277 mp = PyObject_GC_New(PyDictObject, &PyDict_Type);
    [all...]
funcobject.c 380 &PyDict_Type, &globals,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 261 assert (Py_TYPE(mp) == &PyDict_Type);
277 mp = PyObject_GC_New(PyDictObject, &PyDict_Type);
    [all...]
funcobject.c 380 &PyDict_Type, &globals,
  /external/python/cpython2/Objects/
dictobject.c 261 assert (Py_TYPE(mp) == &PyDict_Type);
277 mp = PyObject_GC_New(PyDictObject, &PyDict_Type);
    [all...]
funcobject.c 378 &PyDict_Type, &globals,
  /external/python/cpython2/RISCOS/Modules/
drawfmodule.c 334 if(!PyArg_ParseTuple(arg,"O!",&PyDict_Type,&d)) return NULL;

Completed in 617 milliseconds

1 2