HomeSort by relevance Sort by last modified time
    Searched full:tp_new (Results 276 - 300 of 375) sorted by null

<<1112131415

  /external/python/cpython3/Modules/_ctypes/
cfield.c 332 PyCField_new, /* tp_new */
    [all...]
  /external/python/cpython3/Modules/
_winapi.c 336 /* tp_new */ 0,
    [all...]
mmapmodule.c 1066 new_mmap_object, /* tp_new */
    [all...]
_tkinter.c     [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 390 newfunc tp_new; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 390 newfunc tp_new; member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 390 newfunc tp_new; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 390 newfunc tp_new; member in struct:_typeobject
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 279 ScopedPyObjectPtr result(PyType_Type.tp_new(type, new_args.get(), NULL));
390 message_meta::New, // tp_new
    [all...]
  /external/python/cpython3/Modules/_decimal/
_decimal.c 718 PyType_GenericNew, /* tp_new */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c     [all...]
cPickle.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c     [all...]
cPickle.c     [all...]
_struct.c     [all...]
  /external/python/cpython2/Modules/
datetimemodule.c     [all...]
cPickle.c     [all...]
  /external/python/cpython3/Tools/clinic/
clinic.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c 414 BaseException_new, /* tp_new */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 161 0, /* tp_new */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c 414 BaseException_new, /* tp_new */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl_c.py 707 PyType_GenericNew, /* tp_new */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
symtable.c 159 0, /* tp_new */
    [all...]
  /external/python/cpython2/Modules/_ctypes/
cfield.c 340 PyCField_new, /* tp_new */
    [all...]
  /external/python/cpython2/Objects/
exceptions.c 410 BaseException_new, /* tp_new */
    [all...]

Completed in 1113 milliseconds

<<1112131415