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

  /external/python/cpython2/Demo/embed/
importexc.c 9 PyRun_SimpleString(cmd);
13 PyRun_SimpleString(cmd);
demo.c 37 PyRun_SimpleString("import sys\n");
38 PyRun_SimpleString("print sys.builtin_module_names\n");
39 PyRun_SimpleString("print sys.modules.keys()\n");
40 PyRun_SimpleString("print sys.executable\n");
41 PyRun_SimpleString("print sys.argv\n");
loop.c 29 PyRun_SimpleString(command);
  /external/python/cpython3/Programs/
_testembed.c 29 PyRun_SimpleString(
96 PyRun_SimpleString(
  /external/python/cpython2/PC/bdist_wininst/
install.c 250 static int do_compile_files(int (__cdecl * PyRun_SimpleString)(char *),
275 if (PyRun_SimpleString(Buffer)) {
312 DECLPROC(hPython, int, PyRun_SimpleString, (char *));
325 if (!PyRun_SimpleString || !PySys_GetObject || !Py_OptimizeFlag)
332 errors += do_compile_files(PyRun_SimpleString, optimize_flag);
691 * the return value of PyRun_SimpleString() otherwise,
702 DECLPROC(hPython, int, PyRun_SimpleString, (char *));
711 || !PyRun_SimpleString || !Py_Finalize)
745 result = PyRun_SimpleString(script);
812 DECLPROC(hPython, int, PyRun_SimpleString, (char *))
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 257 static int do_compile_files(int (__cdecl * PyRun_SimpleString)(char *),
282 if (PyRun_SimpleString(Buffer)) {
340 DECLPROC(hPython, int, PyRun_SimpleString, (char *));
353 if (!PyRun_SimpleString || !PySys_GetObject || !Py_OptimizeFlag)
360 errors += do_compile_files(PyRun_SimpleString, optimize_flag);
721 * the return value of PyRun_SimpleString() or Py_FinalizeEx() otherwise,
733 DECLPROC(hPython, int, PyRun_SimpleString, (char *));
742 || !PyRun_SimpleString || !Py_FinalizeEx)
785 result = PyRun_SimpleString(script);
854 DECLPROC(hPython, int, PyRun_SimpleString, (char *))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pythonrun.h 90 #define PyRun_SimpleString(s) PyRun_SimpleStringFlags(s, NULL)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pythonrun.h 90 #define PyRun_SimpleString(s) PyRun_SimpleStringFlags(s, NULL)
  /external/python/cpython2/Include/
pythonrun.h 90 #define PyRun_SimpleString(s) PyRun_SimpleStringFlags(s, NULL)
  /external/python/cpython3/Include/
pythonrun.h 156 #define PyRun_SimpleString(s) PyRun_SimpleStringFlags(s, NULL)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythonrun.h 90 #define PyRun_SimpleString(s) PyRun_SimpleStringFlags(s, NULL)
  /prebuilts/gdb/linux-x86/include/python2.7/
pythonrun.h 90 #define PyRun_SimpleString(s) PyRun_SimpleStringFlags(s, NULL)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythonrun.h 90 #define PyRun_SimpleString(s) PyRun_SimpleStringFlags(s, NULL)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythonrun.h 90 #define PyRun_SimpleString(s) PyRun_SimpleStringFlags(s, NULL)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c     [all...]
  /external/python/cpython2/Python/
pythonrun.c     [all...]
  /external/python/cpython3/Python/
pythonrun.c     [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]

Completed in 1792 milliseconds