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

  /external/python/cpython3/Lib/multiprocessing/
spawn.py 31 WINSERVICE = False
34 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe")
36 if WINSERVICE:
175 elif sys.platform != 'win32' or (not WINEXE and not WINSERVICE):
popen_spawn_win32.py 19 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe")
  /external/python/cpython2/Lib/multiprocessing/
forking.py 207 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe")
217 if WINSERVICE:
408 if not WINEXE and not WINSERVICE:
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 207 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe")
217 if WINSERVICE:
408 if not WINEXE and not WINSERVICE:
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 207 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe")
217 if WINSERVICE:
408 if not WINEXE and not WINSERVICE:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 207 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe")
217 if WINSERVICE:
408 if not WINEXE and not WINSERVICE:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 207 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe")
217 if WINSERVICE:
408 if not WINEXE and not WINSERVICE:

Completed in 57 milliseconds