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

1 2 3 4 5 6 7 8 910

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
prepare_protocol.c 83 return PyType_Ready(&pysqlite_PrepareProtocolType);
  /external/python/cpython2/Doc/includes/
noddy.c 45 if (PyType_Ready(&noddy_NoddyType) < 0)
shoddy.c 81 if (PyType_Ready(&ShoddyType) < 0)
noddy2.c 177 if (PyType_Ready(&NoddyType) < 0)
  /external/python/cpython2/Modules/_sqlite/
prepare_protocol.c 83 return PyType_Ready(&pysqlite_PrepareProtocolType);
  /external/python/cpython3/Modules/_sqlite/
prepare_protocol.c 82 return PyType_Ready(&pysqlite_PrepareProtocolType);
  /external/python/cpython3/Objects/
object.c 794 * an explicit call to PyType_Ready, we implicitly call
795 * PyType_Ready here and then check the tp_hash slot again
798 if (PyType_Ready(tp) < 0)
1141 if (tp->tp_dict == NULL && PyType_Ready(tp) < 0)
    [all...]
  /external/python/cpython3/Doc/includes/
custom.c 29 if (PyType_Ready(&CustomType) < 0)
sublist.c 53 if (PyType_Ready(&SubListType) < 0)
custom2.c 122 if (PyType_Ready(&CustomType) < 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 1112 * an explicit call to PyType_Ready, we implicitly call
1113 * PyType_Ready here and then check the tp_hash slot again
1116 if (PyType_Ready(tp) < 0)
    [all...]
  /external/python/cpython2/Objects/
object.c 1117 * an explicit call to PyType_Ready, we implicitly call
1118 * PyType_Ready here and then check the tp_hash slot again
1121 if (PyType_Ready(tp) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 1105 * an explicit call to PyType_Ready, we implicitly call
1106 * PyType_Ready here and then check the tp_hash slot again
1109 if (PyType_Ready(tp) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
xxsubtype.c 266 PyType_Ready() is called. Note that PyType_Ready() automatically
270 if (PyType_Ready(&spamdict_type) < 0)
274 if (PyType_Ready(&spamlist_type) < 0)
283 if (PyType_Ready(&spamlist_type) < 0)
285 if (PyType_Ready(&spamdict_type) < 0)
symtablemodule.c 55 if (PyType_Ready(&PySTEntry_Type) < 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
xxsubtype.c 266 PyType_Ready() is called. Note that PyType_Ready() automatically
270 if (PyType_Ready(&spamdict_type) < 0)
274 if (PyType_Ready(&spamlist_type) < 0)
283 if (PyType_Ready(&spamlist_type) < 0)
285 if (PyType_Ready(&spamdict_type) < 0)
xxmodule.c 353 if (PyType_Ready(&Xxo_Type) < 0)
371 if (PyType_Ready(&Str_Type) < 0)
376 if (PyType_Ready(&Null_Type) < 0)
  /external/python/cpython2/Modules/
xxsubtype.c 266 PyType_Ready() is called. Note that PyType_Ready() automatically
270 if (PyType_Ready(&spamdict_type) < 0)
274 if (PyType_Ready(&spamlist_type) < 0)
283 if (PyType_Ready(&spamlist_type) < 0)
285 if (PyType_Ready(&spamdict_type) < 0)
xxmodule.c 353 if (PyType_Ready(&Xxo_Type) < 0)
371 if (PyType_Ready(&Str_Type) < 0)
376 if (PyType_Ready(&Null_Type) < 0)
symtablemodule.c 55 if (PyType_Ready(&PySTEntry_Type) < 0)
  /external/python/cpython3/Modules/
xxsubtype.c 264 PyType_Ready() is called. Note that PyType_Ready() automatically
268 if (PyType_Ready(&spamdict_type) < 0)
272 if (PyType_Ready(&spamlist_type) < 0)
275 if (PyType_Ready(&spamlist_type) < 0)
277 if (PyType_Ready(&spamdict_type) < 0)
xxmodule.c 358 if (PyType_Ready(&Xxo_Type) < 0)
371 if (PyType_Ready(&Str_Type) < 0)
376 if (PyType_Ready(&Null_Type) < 0)
symtablemodule.c 79 if (PyType_Ready(&PySTEntry_Type) < 0)
  /external/python/cpython3/Modules/_blake2/
blake2module.c 66 if (PyType_Ready(&PyBlake2_BLAKE2bType) < 0) {
86 if (PyType_Ready(&PyBlake2_BLAKE2sType) < 0) {
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.c 271 if (PyType_Ready(&ConnectionType) < 0)
279 if (PyType_Ready(&SemLockType) < 0)
300 if (PyType_Ready(&PipeConnectionType) < 0)

Completed in 384 milliseconds

1 2 3 4 5 6 7 8 910