/external/swiftshader/third_party/LLVM/lib/Support/ |
D | CrashRecoveryContext.cpp | 227 static int Signals[] = { SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV, SIGTRAP }; variable 228 static const unsigned NumSignals = sizeof(Signals) / sizeof(Signals[0]); 279 sigaction(Signals[i], &Handler, &PrevActions[i]); in Enable() 295 sigaction(Signals[i], &PrevActions[i], 0); in Disable()
|
/external/python/cpython3/Lib/ |
D | signal.py | 61 return set(_int_to_enum(x, Signals) for x in sigs_set) 69 return set(_int_to_enum(x, Signals) for x in sigs) 76 return _int_to_enum(retsig, Signals)
|
/external/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 244 static const int Signals[] = variable 246 static const unsigned NumSignals = array_lengthof(Signals); 296 sigaction(Signals[i], &Handler, &PrevActions[i]); in Enable() 310 sigaction(Signals[i], &PrevActions[i], nullptr); in Disable()
|
D | CMakeLists.txt | 122 Signals.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 290 static const int Signals[] = variable 292 static const unsigned NumSignals = array_lengthof(Signals); 335 sigaction(Signals[i], &Handler, &PrevActions[i]); in installExceptionOrSignalHandlers() 342 sigaction(Signals[i], &PrevActions[i], nullptr); in uninstallExceptionOrSignalHandlers()
|
D | CMakeLists.txt | 152 Signals.cpp
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Signals.inc | 1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===// 45 // IntSigs - Signals that may interrupt the program at any time. 52 // KillSigs - Signals that are synchronous with the program that will cause it
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/BugPoint/ |
D | unsymbolized.ll | 17 ; CRASH-NOT: Signals.inc
|
/external/libchrome/mojo/public/cpp/system/ |
D | README.md | 170 ## Signals & Traps 174 [Signals & Traps](/mojo/public/c/system/README.md#Signals-Traps). 176 ### Querying Signals 212 [low-level traps API](/mojo/public/c/system/README.md#Signals-Traps) 280 [low-level traps API](/mojo/public/c/system/README.md#Signals-Traps)
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Signals.inc | 1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===// 71 // IntSigs - Signals that represent requested termination. There's no bug 78 // KillSigs - Signals that represent that we have a bug, and our prompt
|
/external/llvm/lib/Support/Unix/ |
D | Signals.inc | 1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===// 73 // IntSigs - Signals that represent requested termination. There's no bug 80 // KillSigs - Signals that represent that we have a bug, and our prompt
|
/external/libchrome/mojo/public/c/system/ |
D | README.md | 69 (see [Signals & Traps](#Signals-Traps) below), or a process invitation (see 130 described in the [Signals & Traps](#Signals-Traps) section below. 227 [Signals & Traps](#Signals-Traps) below for more information. 585 ## Signals & Traps 593 ### Signals subsection 655 ### Trapping Signals
|
/external/swiftshader/third_party/llvm-subzero/ |
D | Android.bp | 68 "lib/Support/Signals.cpp",
|
/external/python/cpython2/Doc/library/ |
D | xml.sax.handler.rst | 240 Signals the start of an element in non-namespace mode. 254 Signals the end of an element in non-namespace mode. 262 Signals the start of an element in namespace mode. 281 Signals the end of an element in namespace mode.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Signals.inc | 1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===// 202 // Signals that represent requested termination. There's no bug or failure, or 209 // Signals that represent that we have a bug, and our prompt termination has
|
/external/python/cpython3/Doc/library/ |
D | xml.sax.handler.rst | 241 Signals the start of an element in non-namespace mode. 255 Signals the end of an element in non-namespace mode. 263 Signals the start of an element in namespace mode. 282 Signals the end of an element in namespace mode.
|
/external/ltp/testcases/open_posix_testsuite/ |
D | QUICK-START | 17 (Signals, Semaphores, Threads, Timers or Message Queues).
|
D | BUILD | 157 Signals
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Signals.inc | 1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===// 10 // This file provides the Win32 specific implementation of the Signals class.
|
/external/python/cpython2/Lib/test/ |
D | test_decimal.py | 44 Signals = tuple(getcontext().flags.keys()) variable 60 traps = dict.fromkeys(Signals, 0) 307 for exception in Signals: 329 except Signals, e: 349 except Signals, e: 364 except Signals, e: 380 except Signals, error: 395 return [e for e in Signals if self.context.flags[e]]
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.signals | 1 Coverage-Area: Signals
|
D | HOWTO_RunTests | 96 SIG | Signals
|
/external/webrtc/webrtc/base/ |
D | sigslottester.h.pump | 44 // - A1-A5 is the type of the argument i in the callback. Signals may and often
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
D | template_19-1.in | 20 * If SA_SIGINFO is set in sa_flags and Real Time Signals extension is supported,
|
/external/python/cpython3/Lib/test/ |
D | test_signal.py | 29 self.assertIsInstance(sig, signal.Signals) 31 self.assertIsInstance(sig, signal.Signals)
|