HomeSort by relevance Sort by last modified time
    Searched refs:PyModule_AddObject (Results 76 - 100 of 178) sorted by null

1 2 34 5 6 7 8

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 895 if (PyModule_AddObject(m, "filters", _filters) < 0)
902 if (PyModule_AddObject(m, "once_registry", _once_registry) < 0)
909 if (PyModule_AddObject(m, "default_action", _default_action) < 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_csv.c     [all...]
operator.c 791 PyModule_AddObject(m, "itemgetter", (PyObject *)&itemgetter_type);
796 PyModule_AddObject(m, "attrgetter", (PyObject *)&attrgetter_type);
801 PyModule_AddObject(m, "methodcaller", (PyObject *)&methodcaller_type);
stropmodule.c     [all...]
unicodedata.c     [all...]
zipimport.c     [all...]
_hotshot.c     [all...]
_ssl.c     [all...]
_hashopenssl.c 585 PyModule_AddObject(m, "HASH", (PyObject *)&EVPtype);
_heapqmodule.c 695 PyModule_AddObject(m, "__about__", PyString_FromString(__about__));
_randommodule.c 579 PyModule_AddObject(m, "Random", (PyObject *)&Random_Type);
bz2module.c     [all...]
  /external/python/cpython2/Modules/
_csv.c     [all...]
_ssl.c     [all...]
operator.c 924 PyModule_AddObject(m, "itemgetter", (PyObject *)&itemgetter_type);
929 PyModule_AddObject(m, "attrgetter", (PyObject *)&attrgetter_type);
934 PyModule_AddObject(m, "methodcaller", (PyObject *)&methodcaller_type);
stropmodule.c     [all...]
unicodedata.c     [all...]
zipimport.c     [all...]
_hotshot.c     [all...]
  /external/python/cpython2/Python/
_warnings.c 894 if (PyModule_AddObject(m, "filters", _filters) < 0)
901 if (PyModule_AddObject(m, "once_registry", _once_registry) < 0)
908 if (PyModule_AddObject(m, "default_action", _default_action) < 0)
  /external/python/cpython2/Mac/Modules/file/
_Filemodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_heapqmodule.c 694 PyModule_AddObject(m, "__about__", PyString_FromString(__about__));
_randommodule.c 594 PyModule_AddObject(m, "Random", (PyObject *)&Random_Type);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
cjkcodecs.h 309 r = PyModule_AddObject(module, mhname,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
cjkcodecs.h 309 r = PyModule_AddObject(module, mhname,

Completed in 6646 milliseconds

1 2 34 5 6 7 8