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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 80 int Py_NoSiteFlag; /* Suppress 'import site' */
269 if (!Py_NoSiteFlag)
621 if (!Py_NoSiteFlag)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 80 int Py_NoSiteFlag; /* Suppress 'import site' */
257 if (!Py_NoSiteFlag)
608 if (!Py_NoSiteFlag)
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 72 int Py_NoSiteFlag; /* Suppress 'import site' */
290 if (!Py_NoSiteFlag)
629 if (!Py_NoSiteFlag)
    [all...]
  /external/python/cpython3/Python/
pylifecycle.c 119 int Py_NoSiteFlag = 0; /* Suppress 'import site' */
986 if (!Py_NoSiteFlag) {
    [all...]

Completed in 493 milliseconds