/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
iterobject.c | 20 it = PyObject_GC_New(seqiterobject, &PySeqIter_Type);
141 it = PyObject_GC_New(calliterobject, &PyCallIter_Type);
|
cellobject.c | 10 op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type);
|
moduleobject.c | 22 m = PyObject_GC_New(PyModuleObject, &PyModule_Type);
|
memoryobject.c | 61 PyObject_GC_New(PyMemoryViewObject, &PyMemoryView_Type);
254 mem = PyObject_GC_New(PyMemoryViewObject, &PyMemoryView_Type);
|
genobject.c | 385 PyGenObject *gen = PyObject_GC_New(PyGenObject, &PyGen_Type);
|
methodobject.c | 27 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
|
descrobject.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
iterobject.c | 20 it = PyObject_GC_New(seqiterobject, &PySeqIter_Type);
141 it = PyObject_GC_New(calliterobject, &PyCallIter_Type);
|
cellobject.c | 10 op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type);
|
moduleobject.c | 22 m = PyObject_GC_New(PyModuleObject, &PyModule_Type);
|
genobject.c | 382 PyGenObject *gen = PyObject_GC_New(PyGenObject, &PyGen_Type);
|
memoryobject.c | 61 PyObject_GC_New(PyMemoryViewObject, &PyMemoryView_Type);
254 mem = PyObject_GC_New(PyMemoryViewObject, &PyMemoryView_Type);
|
methodobject.c | 27 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
objimpl.h | 313 #define PyObject_GC_New(type, typeobj) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
traceback.c | 92 tb = PyObject_GC_New(PyTracebackObject, &PyTraceBack_Type);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
objimpl.h | 313 #define PyObject_GC_New(type, typeobj) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
traceback.c | 92 tb = PyObject_GC_New(PyTracebackObject, &PyTraceBack_Type);
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
objimpl.h | 319 #define PyObject_GC_New(type, typeobj) \
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
objimpl.h | 319 #define PyObject_GC_New(type, typeobj) \
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
objimpl.h | 319 #define PyObject_GC_New(type, typeobj) \
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
objimpl.h | 319 #define PyObject_GC_New(type, typeobj) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
operator.c | 481 ig = PyObject_GC_New(itemgetterobject, &itemgetter_type);
618 ag = PyObject_GC_New(attrgetterobject, &attrgetter_type);
796 mc = PyObject_GC_New(methodcallerobject, &methodcaller_type);
|
_csv.c | 928 ReaderObj * self = PyObject_GC_New(ReaderObj, &Reader_Type);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
operator.c | 353 ig = PyObject_GC_New(itemgetterobject, &itemgetter_type);
490 ag = PyObject_GC_New(attrgetterobject, &attrgetter_type);
668 mc = PyObject_GC_New(methodcallerobject, &methodcaller_type);
|
_csv.c | 914 ReaderObj * self = PyObject_GC_New(ReaderObj, &Reader_Type);
[all...] |