HomeSort by relevance Sort by last modified time
    Searched refs:CTRL_C_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
22 if sig == signal.CTRL_C_EVENT:
test_os.py 801 self._kill_with_event(signal.CTRL_C_EVENT, "CTRL_C_EVENT")
  /external/python/cpython2/Lib/test/
win_console_handler.py 4 CTRL_C_EVENT and CTRL_BREAK_EVENT signals, which requires a custom handler
22 if sig == signal.CTRL_C_EVENT:
test_os.py     [all...]
  /external/python/cpython3/Lib/test/
win_console_handler.py 4 CTRL_C_EVENT and CTRL_BREAK_EVENT signals, which requires a custom handler
22 if sig == signal.CTRL_C_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
22 if sig == signal.CTRL_C_EVENT:
test_os.py 843 self._kill_with_event(signal.CTRL_C_EVENT, "CTRL_C_EVENT")
    [all...]
  /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
22 if sig == signal.CTRL_C_EVENT:
  /prebuilts/go/darwin-x86/src/runtime/
defs_windows.go 45 CTRL_C_EVENT = C.CTRL_C_EVENT
  /prebuilts/go/linux-x86/src/runtime/
defs_windows.go 45 CTRL_C_EVENT = C.CTRL_C_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
22 if sig == signal.CTRL_C_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
22 if sig == signal.CTRL_C_EVENT:
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_control_c.cc 38 GenerateConsoleCtrlEvent(CTRL_C_EVENT, 0);
47 return ctrl_type == CTRL_C_EVENT;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 843 #ifdef CTRL_C_EVENT
844 x = PyInt_FromLong(CTRL_C_EVENT);
845 PyDict_SetItemString(d, "CTRL_C_EVENT", x);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 835 #ifdef CTRL_C_EVENT
836 x = PyInt_FromLong(CTRL_C_EVENT);
837 PyDict_SetItemString(d, "CTRL_C_EVENT", x);
  /external/python/cpython2/Modules/
signalmodule.c 842 #ifdef CTRL_C_EVENT
843 x = PyInt_FromLong(CTRL_C_EVENT);
844 PyDict_SetItemString(d, "CTRL_C_EVENT", x);
  /external/python/cpython3/Modules/
signalmodule.c     [all...]
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 493 case CTRL_C_EVENT:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 165 #define CTRL_C_EVENT 0
  /external/python/cpython2/Lib/
subprocess.py 761 elif sig == signal.CTRL_C_EVENT:
762 os.kill(self.pid, signal.CTRL_C_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 574 milliseconds

1 2