HomeSort by relevance Sort by last modified time
    Searched refs:Py_Main (Results 1 - 24 of 24) sorted by null

  /external/python/cpython2/Modules/
python.c 20 return Py_Main(argc, argv);
main.c 239 Py_Main(int argc, char **argv)
688 Py_Main() and Py_GetArgcArgv() you will need to adjust the test in the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
python.c 23 return Py_Main(argc, argv);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
python.c 23 return Py_Main(argc, argv);
main.c 229 Py_Main(int argc, char **argv)
647 Py_Main() and Py_GetArgcArgv() you will need to adjust the test in the
  /external/python/cpython2/PC/
WinMain.c 15 return Py_Main(__argc, __argv);
  /external/python/cpython3/PC/
WinMain.c 15 return Py_Main(__argc, __wargv);
  /external/python/cpython2/PC/os2emx/
dllentry.c 10 REF(Py_Main);
pythonpm.c 42 extern DL_EXPORT(int) Py_Main(int, char **);
114 PythonRC = Py_Main(args->argc, args->argv);
  /external/python/cpython3/Programs/
python.c 14 return Py_Main(argc, argv);
69 res = Py_Main(argc, argv_copy);
72 before Py_Main() */
  /prebuilts/misc/common/swig/include/2.0.11/python/
embed.i 96 extern int Py_Main(int, char **);
108 return Py_Main(argc,argv);
embed15.i 96 extern int Py_Main(int, char **);
108 return Py_Main(argc,argv);
  /external/python/cpython3/Include/
pylifecycle.h 54 PyAPI_FUNC(int) Py_Main(int argc, wchar_t **argv);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pythonrun.h 81 PyAPI_FUNC(int) Py_Main(int argc, char **argv);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pythonrun.h 81 PyAPI_FUNC(int) Py_Main(int argc, char **argv);
  /external/python/cpython2/Include/
pythonrun.h 81 PyAPI_FUNC(int) Py_Main(int argc, char **argv);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythonrun.h 81 PyAPI_FUNC(int) Py_Main(int argc, char **argv);
  /prebuilts/gdb/linux-x86/include/python2.7/
pythonrun.h 81 PyAPI_FUNC(int) Py_Main(int argc, char **argv);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythonrun.h 81 PyAPI_FUNC(int) Py_Main(int argc, char **argv);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythonrun.h 81 PyAPI_FUNC(int) Py_Main(int argc, char **argv);
  /external/python/cpython3/Misc/
valgrind-python.supp 72 fun:Py_Main
464 fun:Py_Main
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
main.c 234 Py_Main(int argc, char **argv)
662 Py_Main() and Py_GetArgcArgv() you will need to adjust the test in the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
main.c 234 Py_Main(int argc, char **argv)
685 Py_Main() and Py_GetArgcArgv() you will need to adjust the test in the
  /external/python/cpython3/Modules/
main.c 347 Py_Main(int argc, wchar_t **argv)
852 Py_Main() and Py_GetArgcArgv() you will need to adjust the test in the

Completed in 362 milliseconds