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

1 2 3 4

  /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;
statement.c 541 pysqlite_StatementType.tp_new = PyType_GenericNew;
  /external/python/cpython2/Doc/includes/
noddy.c 45 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;
statement.c 546 pysqlite_StatementType.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...]
  /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;
bz2module.c     [all...]
  /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 */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 348 Null_Type.tp_new = PyType_GenericNew;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 348 Null_Type.tp_new = PyType_GenericNew;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bufferedio.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bufferedio.c     [all...]
  /external/python/cpython2/Modules/_io/
bufferedio.c     [all...]

Completed in 560 milliseconds

1 2 3 4