Home
last modified time | relevance | path

Searched defs:WINSERVICE (Results 1 – 10 of 10) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dspawn.py31 WINSERVICE = False variable
34 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
Dpopen_spawn_win32.py19 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dspawn.py31 WINSERVICE = False variable
34 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
Dpopen_spawn_win32.py19 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/multiprocessing/
Dspawn.py31 WINSERVICE = False variable
34 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
Dpopen_spawn_win32.py19 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dspawn.py31 WINSERVICE = False variable
34 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
Dpopen_spawn_win32.py19 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable
/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
Dspawn.py31 WINSERVICE = False variable
34 WINSERVICE = sys.executable and sys.executable.lower().endswith("pythonservice.exe") variable
Dpopen_spawn_win32.py21 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe") variable