/third_party/python/Lib/ |
D | signal.py | 70 return set(_int_to_enum(x, Signals) for x in sigs_set) 76 return {_int_to_enum(x, Signals) for x in _signal.sigpending()} 83 return _int_to_enum(retsig, Signals) 89 return {_int_to_enum(x, Signals) for x in _signal.valid_signals()}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 340 static const int Signals[] = variable 342 static const unsigned NumSignals = array_lengthof(Signals); 393 sigaction(Signals[i], &Handler, &PrevActions[i]); in installExceptionOrSignalHandlers() 400 sigaction(Signals[i], &PrevActions[i], nullptr); in uninstallExceptionOrSignalHandlers()
|
D | CMakeLists.txt | 176 Signals.cpp
|
/third_party/nghttp2/src/ |
D | shrpx_signal.cc | 96 template <typename Signals> 97 int signal_set_handler(void (*handler)(int), Signals &&sigs) { in signal_set_handler()
|
/third_party/mindspore/mindspore/core/ir/ |
D | manager.h | 75 struct Signals { struct 337 std::shared_ptr<Signals> signals() const { return signals_; } in signals() 363 std::shared_ptr<Signals> signals_;
|
/third_party/python/Lib/test/ |
D | test_signal.py | 32 self.assertIsInstance(sig, signal.Signals) 34 self.assertIsInstance(sig, signal.Signals) 85 self.assertIn(signal.Signals.SIGINT, s) 86 self.assertIn(signal.Signals.SIGALRM, s) 115 self.assertIn(signal.Signals.SIGINT, s)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Signals.inc | 1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===// 208 /// Signals that represent requested termination. There's no bug or failure, or 215 /// Signals that represent that we have a bug, and our prompt termination has 233 /// Signals that represent requests for status.
|
/third_party/skia/third_party/externals/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
|
/third_party/ltp/testcases/open_posix_testsuite/ |
D | QUICK-START | 17 (Signals, Semaphores, Threads, Timers or Message Queues).
|
D | BUILD | 157 Signals
|
/third_party/python/Doc/library/ |
D | xml.sax.handler.rst | 247 Signals the start of an element in non-namespace mode. 261 Signals the end of an element in non-namespace mode. 269 Signals the start of an element in namespace mode. 288 Signals the end of an element in namespace mode.
|
/third_party/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,
|
/third_party/node/src/inspector/ |
D | node_protocol.pdl | 37 # Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.signals | 1 Coverage-Area: Signals
|
D | HOWTO_RunTests | 96 SIG | Signals
|
/third_party/gstreamer/gstreamer/docs/random/company/ |
D | gstdata | 190 Signals the start of a new stream. This must be send before any buffer of a new stream can be send. 199 Signals the end of a stream. Must be send after all data is finished. If you want to start a new st…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/ |
D | CMakeLists.txt | 142 "include/llvm/Support/Signals.h" 189 "lib/Support/Signals.cpp"
|
D | Android.bp | 101 "lib/Support/Signals.cpp",
|
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/ |
D | README.md | 103 ### Signals subsection
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/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.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Signals.inc | 1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===// 9 // This file provides the Win32 specific implementation of the Signals class.
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | BUILD.gn | 236 "$subzero_llvm_dir/lib/Support/Signals.cpp",
|
/third_party/gstreamer/gstreamer/docs/random/ds/ |
D | 0.9-planning2 | 8 Signals fired by elements are marshalled in the pipeline's main
|
/third_party/flutter/flutter/dev/devicelab/lib/framework/ |
D | framework.dart | 74 /// Signals that this task runner finished running the task.
|
/third_party/openssl/doc/man3/ |
D | EVP_CIPHER_meth_new.pod | 150 Signals that the length of the input buffer for encryption /
|