Searched refs:CREATE_NEW_CONSOLE (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsubprocess.py444 from _subprocess import (CREATE_NEW_CONSOLE, CREATE_NEW_PROCESS_GROUP, namespace
449 __all__.extend(["CREATE_NEW_CONSOLE", "CREATE_NEW_PROCESS_GROUP",
931 # Not passing CREATE_NEW_CONSOLE has been known to
937 creationflags |= _subprocess.CREATE_NEW_CONSOLE
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsubprocess.py444 from _subprocess import (CREATE_NEW_CONSOLE, CREATE_NEW_PROCESS_GROUP, namespace
449 __all__.extend(["CREATE_NEW_CONSOLE", "CREATE_NEW_PROCESS_GROUP",
931 # Not passing CREATE_NEW_CONSOLE has been known to
937 creationflags |= _subprocess.CREATE_NEW_CONSOLE
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_subprocess.py1194 CREATE_NEW_CONSOLE = 16
1198 creationflags=CREATE_NEW_CONSOLE)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_subprocess.py1194 CREATE_NEW_CONSOLE = 16
1198 creationflags=CREATE_NEW_CONSOLE)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwinbase.h494 #define CREATE_NEW_CONSOLE 0x10 macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwinbase.h494 #define CREATE_NEW_CONSOLE 0x10 macro

Completed in 393 milliseconds