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

1 2 3 4

  /external/python/cpython3/Lib/
signal.py 9 'Signals', __name__,
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)
subprocess.py 77 self.cmd, signal.Signals(-self.returncode))
346 returncode: The exit code of the process, negative for signals.
    [all...]
  /frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp 19 #include <llvm/Support/Signals.h>
  /external/swiftshader/third_party/LLVM/lib/Support/
CrashRecoveryContext.cpp 216 // This implementation relies on synchronous signals being delivered to the
227 static int Signals[] = { SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV, SIGTRAP };
228 static const unsigned NumSignals = sizeof(Signals) / sizeof(Signals[0]);
279 sigaction(Signals[i], &Handler, &PrevActions[i]);
295 sigaction(Signals[i], &PrevActions[i], 0);
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 233 // This implementation relies on synchronous signals being delivered to the
244 static const int Signals[] =
246 static const unsigned NumSignals = array_lengthof(Signals);
296 sigaction(Signals[i], &Handler, &PrevActions[i]);
310 sigaction(Signals[i], &PrevActions[i], nullptr);
  /external/lisa/libs/utils/analysis/
cpus_analysis.py 29 Support for CPUs Signals Analysis
97 Plot CPU-related signals for both big and LITTLE clusters.
183 axes.annotate("{}CPUs Signals".format(label1),
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 13 #include <llvm/Support/Signals.h>
  /external/swiftshader/src/Reactor/
Android.mk 96 $(LLVMDEPENDENCIES_PATH)/lib/Support/Signals.cpp \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2bth.h 180 UCHAR Signals;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 43 Signals = tuple(getcontext().flags.keys())
45 # Signals ordered with respect to precedence: when an operation
46 # produces multiple signals, signals occurring later in the list
59 traps = dict.fromkeys(Signals, 0)
308 for exception in Signals:
330 except Signals, e:
350 except Signals, e:
365 except Signals, e:
381 except Signals, error:
    [all...]
  /external/python/cpython3/Lib/test/
test_signal.py 36 self.assertIsInstance(sig, signal.Signals)
38 self.assertIsInstance(sig, signal.Signals)
67 'inter process signals not reliable (do not mix well with threading) '
84 # Set and then reset a handler for signals that work on windows.
85 # Issue #18396, only for signals without a C-level handler.
170 def check_wakeup(self, test_body, *signals, ordered=True):
178 signals = {!r}
183 def check_signum(signals):
184 data = os.read(read, len(signals)+1)
188 signals = set(signals
    [all...]
test_decimal.py 63 Signals = {
67 # Signals ordered with respect to precedence: when an operation
68 # produces multiple signals, signals occurring later in the list
106 prec=9, rounding=ROUND_HALF_EVEN, traps=dict.fromkeys(Signals[m], 0)
374 for exception in Signals[self.decimal]:
396 except Signals[self.decimal] as e:
416 except Signals[self.decimal] as e:
431 except Signals[self.decimal] as e:
447 except Signals[self.decimal] as error
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py 43 Signals = tuple(getcontext().flags.keys())
45 # Signals ordered with respect to precedence: when an operation
46 # produces multiple signals, signals occurring later in the list
59 traps = dict.fromkeys(Signals, 0)
308 for exception in Signals:
330 except Signals, e:
350 except Signals, e:
365 except Signals, e:
381 except Signals, error
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py 43 Signals = tuple(getcontext().flags.keys())
45 # Signals ordered with respect to precedence: when an operation
46 # produces multiple signals, signals occurring later in the list
59 traps = dict.fromkeys(Signals, 0)
308 for exception in Signals:
330 except Signals, e:
350 except Signals, e:
365 except Signals, e:
381 except Signals, error
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 43 Signals = tuple(getcontext().flags.keys())
45 # Signals ordered with respect to precedence: when an operation
46 # produces multiple signals, signals occurring later in the list
59 traps = dict.fromkeys(Signals, 0)
308 for exception in Signals:
330 except Signals, e:
350 except Signals, e:
365 except Signals, e:
381 except Signals, error
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 43 Signals = tuple(getcontext().flags.keys())
45 # Signals ordered with respect to precedence: when an operation
46 # produces multiple signals, signals occurring later in the list
59 traps = dict.fromkeys(Signals, 0)
308 for exception in Signals:
330 except Signals, e:
350 except Signals, e:
365 except Signals, e:
381 except Signals, error
    [all...]
  /external/mdnsresponder/mDNSPosix/
Responder.c 56 #pragma mark ***** Signals
63 // We support 4 signals.
  /external/python/cpython2/Lib/test/
test_decimal.py 44 Signals = tuple(getcontext().flags.keys())
46 # Signals ordered with respect to precedence: when an operation
47 # produces multiple signals, signals occurring later in the list
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
    [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
signal.go 14 // Map a channel to the signals that should be sent to it.
18 // Map channels to signals while the channel is being stopped.
47 // Stop relaying the signals, sigs, to any channels previously registered to
49 // (action=disableSignal) or ignore the signals (action=ignoreSignal).
81 // Ignore causes the provided signals to be ignored. If they are received by
83 // calls to Notify for the provided signals.
84 // If no signals are provided, all incoming signals will be ignored.
89 // Notify causes package signal to relay incoming signals to c.
90 // If no signals are provided, all incoming signals will be relayed to c
    [all...]
doc.go 6 Package signal implements access to incoming signals.
8 Signals are primarily used on Unix-like systems. For the use of this
11 Types of signals
13 The signals SIGKILL and SIGSTOP may not be caught by a program, and
16 Synchronous signals are signals triggered by errors in program
23 The remaining signals are asynchronous signals. They are not
27 Of the asynchronous signals, the SIGHUP signal is sent when a program
36 Default behavior of signals in Go program
    [all...]
  /prebuilts/go/linux-x86/src/os/signal/
signal.go 14 // Map a channel to the signals that should be sent to it.
18 // Map channels to signals while the channel is being stopped.
47 // Stop relaying the signals, sigs, to any channels previously registered to
49 // (action=disableSignal) or ignore the signals (action=ignoreSignal).
81 // Ignore causes the provided signals to be ignored. If they are received by
83 // calls to Notify for the provided signals.
84 // If no signals are provided, all incoming signals will be ignored.
89 // Notify causes package signal to relay incoming signals to c.
90 // If no signals are provided, all incoming signals will be relayed to c
    [all...]
doc.go 6 Package signal implements access to incoming signals.
8 Signals are primarily used on Unix-like systems. For the use of this
11 Types of signals
13 The signals SIGKILL and SIGSTOP may not be caught by a program, and
16 Synchronous signals are signals triggered by errors in program
23 The remaining signals are asynchronous signals. They are not
27 Of the asynchronous signals, the SIGHUP signal is sent when a program
36 Default behavior of signals in Go program
    [all...]
  /external/swiftshader/third_party/LLVM/
Android.mk 261 lib/Support/Signals.cpp \
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 37 #include <llvm/Support/Signals.h>
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 1391 var signals = [...]string{ var
    [all...]

Completed in 350 milliseconds

1 2 3 4