HomeSort by relevance Sort by last modified time
    Searched refs:tp_alloc (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 389 allocfunc tp_alloc; member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 389 allocfunc tp_alloc; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 389 allocfunc tp_alloc; member in struct:_typeobject
    [all...]
  /external/python/cpython2/Mac/Modules/mlte/
_Mltemodule.c     [all...]
  /external/python/cpython2/Modules/
mmapmodule.c 1083 PyType_GenericAlloc, /* tp_alloc */
    [all...]
_struct.c     [all...]
_csv.c 386 self = (DialectObj *)type->tp_alloc(type, 0);
509 0, /* tp_alloc */
    [all...]
  /external/python/cpython2/Mac/Modules/file/
_Filemodule.c 486 if ((self = type->tp_alloc(type, 0)) == NULL) return NULL;
533 FSCatalogInfo_tp_alloc, /* tp_alloc */
674 if ((self = type->tp_alloc(type, 0)) == NULL) return NULL;
721 FInfo_tp_alloc, /* tp_alloc */
1026 if ((self = type->tp_alloc(type, 0)) == NULL) return NULL;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c     [all...]
_csv.c 387 self = (DialectObj *)type->tp_alloc(type, 0);
510 0, /* tp_alloc */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_struct.c     [all...]
_csv.c 378 self = (DialectObj *)type->tp_alloc(type, 0);
500 0, /* tp_alloc */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
complexobject.c 227 op = type->tp_alloc(type, 0);
    [all...]
intobject.c     [all...]
tupleobject.c 672 newobj = type->tp_alloc(type, n = PyTuple_GET_SIZE(tmp));
824 0, /* tp_alloc */
weakrefobject.c 306 /* Note: the tp_alloc() can trigger cyclic GC, so the weakref
311 self = (PyWeakReference *) (type->tp_alloc(type, 0));
383 PyType_GenericAlloc, /*tp_alloc*/
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
complexobject.c 223 op = type->tp_alloc(type, 0);
    [all...]
intobject.c 1115 newobj = type->tp_alloc(type, 0);
    [all...]
tupleobject.c 670 newobj = type->tp_alloc(type, n = PyTuple_GET_SIZE(tmp));
834 0, /* tp_alloc */
weakrefobject.c 295 /* Note: the tp_alloc() can trigger cyclic GC, so the weakref
300 self = (PyWeakReference *) (type->tp_alloc(type, 0));
372 PyType_GenericAlloc, /*tp_alloc*/
  /external/python/cpython2/Mac/Modules/cg/
_CGmodule.c     [all...]
  /external/python/cpython2/Mac/Modules/drag/
_Dragmodule.c 753 if ((_self = type->tp_alloc(type, 0)) == NULL) return NULL;
800 DragObj_tp_alloc, /* tp_alloc */
    [all...]
  /external/python/cpython2/Mac/Modules/list/
_Listmodule.c 748 if ((_self = type->tp_alloc(type, 0)) == NULL) return NULL;
795 ListObj_tp_alloc, /* tp_alloc */
    [all...]
  /external/python/cpython2/Mac/Modules/osa/
_OSAmodule.c 808 if ((_self = type->tp_alloc(type, 0)) == NULL) return NULL;
855 OSAObj_tp_alloc, /* tp_alloc */
  /external/python/cpython2/Objects/
complexobject.c 227 op = type->tp_alloc(type, 0);
    [all...]

Completed in 727 milliseconds

1 23 4 5 6