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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 141 Py_InitializeEx(int install_sigs)
382 Py_InitializeEx(1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 135 Py_InitializeEx(int install_sigs)
370 Py_InitializeEx(1);
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 162 Py_InitializeEx(int install_sigs)
388 Py_InitializeEx(1);
    [all...]
  /external/python/cpython3/Python/
pylifecycle.c 585 Every call to Py_InitializeCore, Py_Initialize or Py_InitializeEx
1026 Py_InitializeEx(int install_sigs)
1048 Py_InitializeEx(1);
    [all...]

Completed in 58 milliseconds