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

  /external/python/cpython3/Lib/multiprocessing/
spawn.py 25 # _python_exe is the assumed path to the python executable.
37 _python_exe = os.path.join(sys.exec_prefix, 'python.exe') variable
39 _python_exe = sys.executable variable
42 global _python_exe
43 _python_exe = exe
46 return _python_exe
89 return [_python_exe] + opts + ['-c', prog, '--multiprocessing-fork']
  /external/python/cpython2/Lib/multiprocessing/
forking.py 213 # _python_exe is the assumed path to the python executable.
218 _python_exe = os.path.join(sys.exec_prefix, 'python.exe')
220 _python_exe = sys.executable
223 global _python_exe
224 _python_exe = exe
261 _python_exe, cmd, None, None, 1, 0, None, None, None
365 return [_python_exe] + opts + ['-c', prog, '--multiprocessing-fork']
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 213 # _python_exe is the assumed path to the python executable.
218 _python_exe = os.path.join(sys.exec_prefix, 'python.exe')
220 _python_exe = sys.executable
223 global _python_exe
224 _python_exe = exe
261 _python_exe, cmd, None, None, 1, 0, None, None, None
365 return [_python_exe] + opts + ['-c', prog, '--multiprocessing-fork']
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 213 # _python_exe is the assumed path to the python executable.
218 _python_exe = os.path.join(sys.exec_prefix, 'python.exe')
220 _python_exe = sys.executable
223 global _python_exe
224 _python_exe = exe
261 _python_exe, cmd, None, None, 1, 0, None, None, None
365 return [_python_exe] + opts + ['-c', prog, '--multiprocessing-fork']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 213 # _python_exe is the assumed path to the python executable.
218 _python_exe = os.path.join(sys.exec_prefix, 'python.exe')
220 _python_exe = sys.executable
223 global _python_exe
224 _python_exe = exe
261 _python_exe, cmd, None, None, 1, 0, None, None, None
365 return [_python_exe] + opts + ['-c', prog, '--multiprocessing-fork']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 213 # _python_exe is the assumed path to the python executable.
218 _python_exe = os.path.join(sys.exec_prefix, 'python.exe')
220 _python_exe = sys.executable
223 global _python_exe
224 _python_exe = exe
261 _python_exe, cmd, None, None, 1, 0, None, None, None
365 return [_python_exe] + opts + ['-c', prog, '--multiprocessing-fork']

Completed in 1540 milliseconds