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

1 2

  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
traps.pass.cpp 12 // traps
27 static_assert(std::numeric_limits<T>::traps == expected, "traps test 1");
28 static_assert(std::numeric_limits<const T>::traps == expected, "traps test 2");
29 static_assert(std::numeric_limits<volatile T>::traps == expected, "traps test 3");
30 static_assert(std::numeric_limits<const volatile T>::traps == expected, "traps test 4");
const_data_members.pass.cpp 35 traps
64 test(std::numeric_limits<type>::traps); \
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
traps.pass.cpp 12 // traps
26 static_assert(std::numeric_limits<T>::traps == expected, "traps test 1");
27 static_assert(std::numeric_limits<const T>::traps == expected, "traps test 2");
28 static_assert(std::numeric_limits<volatile T>::traps == expected, "traps test 3");
29 static_assert(std::numeric_limits<const volatile T>::traps == expected, "traps test 4");
const_data_members.pass.cpp 35 traps
64 test(std::numeric_limits<type>::traps); \
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
traps.pass.cpp 12 // traps
27 static_assert(std::numeric_limits<T>::traps == expected, "traps test 1");
28 static_assert(std::numeric_limits<const T>::traps == expected, "traps test 2");
29 static_assert(std::numeric_limits<volatile T>::traps == expected, "traps test 3");
30 static_assert(std::numeric_limits<const volatile T>::traps == expected, "traps test 4");
const_data_members.pass.cpp 35 traps
64 test(std::numeric_limits<type>::traps); \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
save-args.d 3 #name: software traps
ticc-imm-reg.d 3 #name: software traps
  /external/icu/icu4c/source/i18n/
decContext.c 71 context->traps=DEC_Errors; /* all but informational */
86 context->traps=0; /* no traps set */
97 context->traps=0; /* no traps set */
108 context->traps=0; /* no traps set */
207 if (status & context->traps) raise(SIGFPE);
decContext.h 50 /* traps -- only defined bits may be set */
64 #include <signal.h> /* for traps */
95 uint32_t traps; /* trap-enabler flags */ member in struct:__anon20170
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 77 static_assert(std::numeric_limits<A>::traps == false,
78 "std::numeric_limits<A>::traps == false");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 77 static_assert(std::numeric_limits<A>::traps == false,
78 "std::numeric_limits<A>::traps == false");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 77 static_assert(std::numeric_limits<A>::traps == false,
78 "std::numeric_limits<A>::traps == false");
  /prebuilts/go/darwin-x86/src/runtime/
signal_plan9.go 20 // Traps that we cannot be recovered.
32 // All other traps are normally handled as if they were marked SigThrow.
  /prebuilts/go/linux-x86/src/runtime/
signal_plan9.go 20 // Traps that we cannot be recovered.
32 // All other traps are normally handled as if they were marked SigThrow.
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_limits.c 59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
_limits.h 87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_limits.c 59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_limits.c 59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 59 traps = dict.fromkeys(Signals, 0)
309 self.context.traps[exception] = 1 #Catch these bugs...
311 self.context.traps[exception] = 0
325 self.context.traps[error] = 1
335 self.context.traps[error] = 0
345 self.context.traps[error] = 1
355 self.context.traps[error] = 0
357 # as above, but add traps cumulatively, to check precedence
360 self.context.traps[error] = 1
370 # reset traps
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py 59 traps = dict.fromkeys(Signals, 0)
309 self.context.traps[exception] = 1 #Catch these bugs...
311 self.context.traps[exception] = 0
325 self.context.traps[error] = 1
335 self.context.traps[error] = 0
345 self.context.traps[error] = 1
355 self.context.traps[error] = 0
357 # as above, but add traps cumulatively, to check precedence
360 self.context.traps[error] = 1
370 # reset traps
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py 59 traps = dict.fromkeys(Signals, 0)
309 self.context.traps[exception] = 1 #Catch these bugs...
311 self.context.traps[exception] = 0
325 self.context.traps[error] = 1
335 self.context.traps[error] = 0
345 self.context.traps[error] = 1
355 self.context.traps[error] = 0
357 # as above, but add traps cumulatively, to check precedence
360 self.context.traps[error] = 1
370 # reset traps
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 59 traps = dict.fromkeys(Signals, 0)
309 self.context.traps[exception] = 1 #Catch these bugs...
311 self.context.traps[exception] = 0
325 self.context.traps[error] = 1
335 self.context.traps[error] = 0
345 self.context.traps[error] = 1
355 self.context.traps[error] = 0
357 # as above, but add traps cumulatively, to check precedence
360 self.context.traps[error] = 1
370 # reset traps
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 59 traps = dict.fromkeys(Signals, 0)
309 self.context.traps[exception] = 1 #Catch these bugs...
311 self.context.traps[exception] = 0
325 self.context.traps[error] = 1
335 self.context.traps[error] = 0
345 self.context.traps[error] = 1
355 self.context.traps[error] = 0
357 # as above, but add traps cumulatively, to check precedence
360 self.context.traps[error] = 1
370 # reset traps
    [all...]
  /external/libchrome/sandbox/linux/bpf_dsl/
bpf_dsl_unittest.cc 67 TestTrapRegistry traps; local
68 program_ = PolicyCompiler(&policy, &traps).Compile();

Completed in 1380 milliseconds

1 2