HomeSort by relevance Sort by last modified time
    Searched refs:CTRL_BREAK_EVENT (Results 1 - 25 of 37) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
win_console_handler.py 4 CTRL_C_EVENT and CTRL_BREAK_EVENT signals, which requires a custom handler
24 elif sig == signal.CTRL_BREAK_EVENT:
test_os.py 804 self._kill_with_event(signal.CTRL_BREAK_EVENT, "CTRL_BREAK_EVENT")
  /external/python/cpython2/Lib/test/
win_console_handler.py 4 CTRL_C_EVENT and CTRL_BREAK_EVENT signals, which requires a custom handler
24 elif sig == signal.CTRL_BREAK_EVENT:
  /external/python/cpython3/Lib/test/
win_console_handler.py 4 CTRL_C_EVENT and CTRL_BREAK_EVENT signals, which requires a custom handler
24 elif sig == signal.CTRL_BREAK_EVENT:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
win_console_handler.py 4 CTRL_C_EVENT and CTRL_BREAK_EVENT signals, which requires a custom handler
24 elif sig == signal.CTRL_BREAK_EVENT:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
win_console_handler.py 4 CTRL_C_EVENT and CTRL_BREAK_EVENT signals, which requires a custom handler
24 elif sig == signal.CTRL_BREAK_EVENT:
  /prebuilts/go/darwin-x86/src/runtime/
defs_windows.go 46 CTRL_BREAK_EVENT = C.CTRL_BREAK_EVENT
  /prebuilts/go/linux-x86/src/runtime/
defs_windows.go 46 CTRL_BREAK_EVENT = C.CTRL_BREAK_EVENT
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
win_console_handler.py 4 CTRL_C_EVENT and CTRL_BREAK_EVENT signals, which requires a custom handler
24 elif sig == signal.CTRL_BREAK_EVENT:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
win_console_handler.py 4 CTRL_C_EVENT and CTRL_BREAK_EVENT signals, which requires a custom handler
24 elif sig == signal.CTRL_BREAK_EVENT:
  /prebuilts/go/darwin-x86/src/os/signal/
signal_windows_test.go 28 r, _, e := p.Call(syscall.CTRL_BREAK_EVENT, uintptr(pid))
  /prebuilts/go/linux-x86/src/os/signal/
signal_windows_test.go 28 r, _, e := p.Call(syscall.CTRL_BREAK_EVENT, uintptr(pid))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 280 and corresponds to CTRL_BREAK_EVENT. */
849 #ifdef CTRL_BREAK_EVENT
850 x = PyInt_FromLong(CTRL_BREAK_EVENT);
851 PyDict_SetItemString(d, "CTRL_BREAK_EVENT", x);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 280 and corresponds to CTRL_BREAK_EVENT. */
841 #ifdef CTRL_BREAK_EVENT
842 x = PyInt_FromLong(CTRL_BREAK_EVENT);
843 PyDict_SetItemString(d, "CTRL_BREAK_EVENT", x);
  /external/python/cpython2/Modules/
signalmodule.c 280 and corresponds to CTRL_BREAK_EVENT. */
848 #ifdef CTRL_BREAK_EVENT
849 x = PyInt_FromLong(CTRL_BREAK_EVENT);
850 PyDict_SetItemString(d, "CTRL_BREAK_EVENT", x);
  /test/vts/runners/host/
utils.py 371 On Windows, SIGABRT, SIGINT, and SIGTERM are replaced with CTRL_BREAK_EVENT
386 windows_signal_no = signal.CTRL_BREAK_EVENT
  /external/python/cpython3/Modules/
signalmodule.c 408 and corresponds to CTRL_BREAK_EVENT. */
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 494 case CTRL_BREAK_EVENT:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 166 #define CTRL_BREAK_EVENT 1
  /external/python/cpython2/Lib/
subprocess.py 763 elif sig == signal.CTRL_BREAK_EVENT:
764 os.kill(self.pid, signal.CTRL_BREAK_EVENT)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /external/python/cpython3/Lib/
subprocess.py     [all...]

Completed in 613 milliseconds

1 2