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

  /external/python/cpython2/Demo/embed/
importexc.c 12 Py_NewInterpreter();
  /external/python/cpython3/Programs/
_testembed.c 59 substate = Py_NewInterpreter();
  /external/python/cpython3/Include/
pylifecycle.h 32 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pythonrun.h 32 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pythonrun.h 32 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
  /external/python/cpython2/Demo/pysvr/
pysvr.c 286 tstate = Py_NewInterpreter();
  /external/python/cpython2/Include/
pythonrun.h 32 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pythonrun.h 32 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
  /prebuilts/gdb/linux-x86/include/python2.7/
pythonrun.h 32 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pythonrun.h 32 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pythonrun.h 32 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
  /external/python/cpython3/Python/
pylifecycle.c 766 Py_NewInterpreter(void)
773 Py_FatalError("Py_NewInterpreter: call Py_Initialize first");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 577 Py_NewInterpreter(void)
584 Py_FatalError("Py_NewInterpreter: call Py_Initialize first");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 564 Py_NewInterpreter(void)
571 Py_FatalError("Py_NewInterpreter: call Py_Initialize first");
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 576 Py_NewInterpreter(void)
583 Py_FatalError("Py_NewInterpreter: call Py_Initialize first");
    [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]

Completed in 376 milliseconds