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

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
prepare_protocol.c 83 return PyType_Ready(&pysqlite_PrepareProtocolType);
cache.c 368 rc = PyType_Ready(&pysqlite_NodeType);
373 rc = PyType_Ready(&pysqlite_CacheType);
row.c 255 return PyType_Ready(&pysqlite_RowType);
  /external/python/cpython2/Doc/includes/
noddy.c 46 if (PyType_Ready(&noddy_NoddyType) < 0)
shoddy.c 82 if (PyType_Ready(&ShoddyType) < 0)
noddy2.c 179 if (PyType_Ready(&NoddyType) < 0)
noddy3.c 232 if (PyType_Ready(&NoddyType) < 0)
noddy4.c 213 if (PyType_Ready(&NoddyType) < 0)
  /external/python/cpython2/Modules/_sqlite/
prepare_protocol.c 83 return PyType_Ready(&pysqlite_PrepareProtocolType);
cache.c 368 rc = PyType_Ready(&pysqlite_NodeType);
373 rc = PyType_Ready(&pysqlite_CacheType);
  /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 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...]
  /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)
md5module.c 330 if (PyType_Ready(&MD5type) < 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)
md5module.c 306 if (PyType_Ready(&MD5type) < 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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 353 if (PyType_Ready(&Xxo_Type) < 0)
371 if (PyType_Ready(&Str_Type) < 0)
376 if (PyType_Ready(&Null_Type) < 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
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/_multiprocessing/
multiprocessing.c 271 if (PyType_Ready(&ConnectionType) < 0)
279 if (PyType_Ready(&SemLockType) < 0)
300 if (PyType_Ready(&PipeConnectionType) < 0)

Completed in 782 milliseconds

1 2 3 4 5 6 7