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

  /frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp 19 #include <llvm/Support/Signals.h>
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 234 // This implementation relies on synchronous signals being delivered to the
245 static const int Signals[] =
247 static const unsigned NumSignals = array_lengthof(Signals);
297 sigaction(Signals[i], &Handler, &PrevActions[i]);
311 sigaction(Signals[i], &PrevActions[i], nullptr);
Android.mk 62 Signals.cpp \
  /external/dbus/test/name-test/
tmp-session-like-system.conf 31 <!-- Signals and reply messages (method returns, errors) are allowed
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 13 #include <llvm/Support/Signals.h>
  /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.
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 37 #include <llvm/Support/Signals.h>
    [all...]

Completed in 421 milliseconds