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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 153 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
157 ( (type *) _PyObject_New(typeobj) )
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 153 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
157 ( (type *) _PyObject_New(typeobj) )
  /external/python/cpython2/Include/
objimpl.h 153 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
157 ( (type *) _PyObject_New(typeobj) )
  /external/python/cpython3/Include/
objimpl.h 133 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
137 ( (type *) _PyObject_New(typeobj) )
  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 153 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
157 ( (type *) _PyObject_New(typeobj) )
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 153 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
157 ( (type *) _PyObject_New(typeobj) )
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 153 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
157 ( (type *) _PyObject_New(typeobj) )
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 153 PyAPI_FUNC(PyObject *) _PyObject_New(PyTypeObject *);
157 ( (type *) _PyObject_New(typeobj) )
  /external/python/cpython3/Objects/
object.c 263 _PyObject_New(PyTypeObject *tp)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 241 _PyObject_New(PyTypeObject *tp)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 241 _PyObject_New(PyTypeObject *tp)
    [all...]
  /external/python/cpython2/Objects/
object.c 241 _PyObject_New(PyTypeObject *tp)
    [all...]

Completed in 656 milliseconds