Searched defs:traps (Results 1 - 5 of 5) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_unittest.cc67 TestTrapRegistry traps; local
68 program_ = PolicyCompiler(&policy, &traps).Compile();
/external/icu/icu4c/source/i18n/
H A DdecContext.h50 /* traps -- only defined bits may be set */
64 #include <signal.h> /* for traps */
95 uint32_t traps; /* trap-enabler flags */ member in struct:__anon7469
/external/eigen/Eigen/src/Core/arch/CUDA/
H A DHalf.h503 static const bool traps = true; member in struct:std::numeric_limits
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h3008 static const bool traps = true; member in class:std::numeric_limits
/external/python/cpython2/Lib/
H A Ddecimal.py82 >>> getcontext().traps[DivisionByZero] = 1
90 >>> c.traps[InvalidOperation] = 0
95 >>> c.traps[InvalidOperation] = 1
110 >>> c.traps[InvalidOperation] = 0
374 # List of public traps and flags
2358 # create a copy of the current context, with cleared flags/traps
2362 newcontext.traps[exception] = 0
3769 traps - If traps[exception] = 1, then the exception is
3783 traps
5895 traps=[DivisionByZero, Overflow, InvalidOperation, Clamped, Underflow], variable
5901 traps=[], variable
[all...]

Completed in 586 milliseconds