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

1 2 3 4 5

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
prepare_protocol.c 81 pysqlite_PrepareProtocolType.tp_new = PyType_GenericNew;
cache.c 365 pysqlite_NodeType.tp_new = PyType_GenericNew;
366 pysqlite_CacheType.tp_new = PyType_GenericNew;
row.c 253 pysqlite_RowType.tp_new = PyType_GenericNew;
  /external/python/cpython2/Doc/includes/
noddy.c 44 noddy_NoddyType.tp_new = PyType_GenericNew;
  /external/python/cpython2/Modules/_sqlite/
prepare_protocol.c 81 pysqlite_PrepareProtocolType.tp_new = PyType_GenericNew;
cache.c 365 pysqlite_NodeType.tp_new = PyType_GenericNew;
366 pysqlite_CacheType.tp_new = PyType_GenericNew;
  /external/python/cpython3/Modules/_sqlite/
prepare_protocol.c 80 pysqlite_PrepareProtocolType.tp_new = PyType_GenericNew;
cache.c 346 pysqlite_NodeType.tp_new = PyType_GenericNew;
347 pysqlite_CacheType.tp_new = PyType_GenericNew;
  /external/python/cpython3/Doc/includes/
custom.c 15 .tp_new = PyType_GenericNew,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 501 PyType_GenericNew, /* tp_new */
792 Load_singleton = PyType_GenericNew(Load_type, NULL, NULL);
796 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL);
800 Del_singleton = PyType_GenericNew(Del_type, NULL, NULL);
804 AugLoad_singleton = PyType_GenericNew(AugLoad_type, NULL, NULL);
808 AugStore_singleton = PyType_GenericNew(AugStore_type, NULL, NULL);
812 Param_singleton = PyType_GenericNew(Param_type, NULL, NULL);
830 And_singleton = PyType_GenericNew(And_type, NULL, NULL);
834 Or_singleton = PyType_GenericNew(Or_type, NULL, NULL);
841 Add_singleton = PyType_GenericNew(Add_type, NULL, NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 501 PyType_GenericNew, /* tp_new */
775 Load_singleton = PyType_GenericNew(Load_type, NULL, NULL);
779 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL);
783 Del_singleton = PyType_GenericNew(Del_type, NULL, NULL);
787 AugLoad_singleton = PyType_GenericNew(AugLoad_type, NULL, NULL);
791 AugStore_singleton = PyType_GenericNew(AugStore_type, NULL, NULL);
795 Param_singleton = PyType_GenericNew(Param_type, NULL, NULL);
813 And_singleton = PyType_GenericNew(And_type, NULL, NULL);
817 Or_singleton = PyType_GenericNew(Or_type, NULL, NULL);
824 Add_singleton = PyType_GenericNew(Add_type, NULL, NULL);
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 501 PyType_GenericNew, /* tp_new */
792 Load_singleton = PyType_GenericNew(Load_type, NULL, NULL);
796 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL);
800 Del_singleton = PyType_GenericNew(Del_type, NULL, NULL);
804 AugLoad_singleton = PyType_GenericNew(AugLoad_type, NULL, NULL);
808 AugStore_singleton = PyType_GenericNew(AugStore_type, NULL, NULL);
812 Param_singleton = PyType_GenericNew(Param_type, NULL, NULL);
830 And_singleton = PyType_GenericNew(And_type, NULL, NULL);
834 Or_singleton = PyType_GenericNew(Or_type, NULL, NULL);
841 Add_singleton = PyType_GenericNew(Add_type, NULL, NULL)
    [all...]
  /external/python/cpython3/Python/
Python-ast.c 650 PyType_GenericNew, /* tp_new */
981 Load_singleton = PyType_GenericNew(Load_type, NULL, NULL);
985 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL);
989 Del_singleton = PyType_GenericNew(Del_type, NULL, NULL);
993 AugLoad_singleton = PyType_GenericNew(AugLoad_type, NULL, NULL);
997 AugStore_singleton = PyType_GenericNew(AugStore_type, NULL, NULL);
1001 Param_singleton = PyType_GenericNew(Param_type, NULL, NULL);
1017 And_singleton = PyType_GenericNew(And_type, NULL, NULL);
1021 Or_singleton = PyType_GenericNew(Or_type, NULL, NULL);
1028 Add_singleton = PyType_GenericNew(Add_type, NULL, NULL)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
moduleobject.c 260 PyType_GenericNew, /* tp_new */
funcobject.c 731 PyType_GenericNew, /* tp_new */
881 PyType_GenericNew, /* tp_new */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
xxmodule.c 348 Null_Type.tp_new = PyType_GenericNew;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
moduleobject.c 258 PyType_GenericNew, /* tp_new */
funcobject.c 731 PyType_GenericNew, /* tp_new */
883 PyType_GenericNew, /* tp_new */
  /external/python/cpython2/Modules/
xxmodule.c 348 Null_Type.tp_new = PyType_GenericNew;
  /external/python/cpython2/Objects/
moduleobject.c 260 PyType_GenericNew, /* tp_new */
funcobject.c 730 PyType_GenericNew, /* tp_new */
882 PyType_GenericNew, /* tp_new */
  /external/python/cpython3/Modules/
xxmodule.c 311 PyType_GenericNew, /*tp_new*/
343 designators like 'PyType_GenericNew', with implicit conversion to
_bz2module.c 393 PyType_GenericNew, /* tp_new */
743 PyType_GenericNew, /* tp_new */
xxlimited.c 241 Null_Type_slots[1].pfunc = PyType_GenericNew;
  /external/python/cpython3/Objects/
funcobject.c 803 PyType_GenericNew, /* tp_new */
981 PyType_GenericNew, /* tp_new */

Completed in 2038 milliseconds

1 2 3 4 5