HomeSort by relevance Sort by last modified time
    Searched defs:_Py_PackageContext (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
modsupport.c 12 char *_Py_PackageContext = NULL;
55 _Py_PackageContext, and Py_InitModule*() will substitute this
58 if (_Py_PackageContext != NULL) {
59 char *p = strrchr(_Py_PackageContext, '.');
61 name = _Py_PackageContext;
62 _Py_PackageContext = NULL;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
modsupport.c 12 char *_Py_PackageContext = NULL;
55 _Py_PackageContext, and Py_InitModule*() will substitute this
58 if (_Py_PackageContext != NULL) {
59 char *p = strrchr(_Py_PackageContext, '.');
61 name = _Py_PackageContext;
62 _Py_PackageContext = NULL;
  /external/python/cpython2/Python/
modsupport.c 12 char *_Py_PackageContext = NULL;
55 _Py_PackageContext, and Py_InitModule*() will substitute this
58 if (_Py_PackageContext != NULL) {
59 char *p = strrchr(_Py_PackageContext, '.');
61 name = _Py_PackageContext;
62 _Py_PackageContext = NULL;
  /external/python/cpython3/Python/
modsupport.c 12 char *_Py_PackageContext = NULL;

Completed in 703 milliseconds