/external/stlport/src/ |
D | iostream.cpp | 256 ptr_cin->exceptions(0); in _S_uninitialize() 257 ptr_cout->exceptions(0); in _S_uninitialize() 258 ptr_cerr->exceptions(0); in _S_uninitialize() 259 ptr_clog->exceptions(0); in _S_uninitialize() 278 ptr_wcin->exceptions(0); in _S_uninitialize() 279 ptr_wcout->exceptions(0); in _S_uninitialize() 280 ptr_wcerr->exceptions(0); in _S_uninitialize() 281 ptr_wclog->exceptions(0); in _S_uninitialize()
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
D | ExceptionsAttribute_info.java | 52 final IDeclaredExceptionTable exceptions) in ExceptionsAttribute_info() argument 54 super (attribute_name_index, exceptions.length ()); in ExceptionsAttribute_info() 56 m_exceptions = exceptions; in ExceptionsAttribute_info()
|
/external/v8/test/mjsunit/ |
D | instanceof.js | 70 var exceptions = 0; 79 exceptions++; 84 assertEquals(88, exceptions);
|
/external/icu4c/tools/gencase/ |
D | store.c | 211 static uint16_t exceptions[UCASE_MAX_EXCEPTIONS+100]; variable 978 if(excWord==exceptions[excIndex]) { in makeException() 984 exceptions[excIndex]=excWord; in makeException() 994 exceptions[excTop++]=(uint16_t)slots[i]; in makeException() 999 exceptions[excTop++]=(uint16_t)(slots[i]>>16); in makeException() 1000 exceptions[excTop++]=(uint16_t)slots[i]; in makeException() 1007 u_memcpy((UChar *)exceptions+excTop, p->specialCasing->lowerCase+1, length); in makeException() 1012 u_memcpy((UChar *)exceptions+excTop, p->caseFolding->full+1, length); in makeException() 1017 u_memcpy((UChar *)exceptions+excTop, p->specialCasing->upperCase+1, length); in makeException() 1021 u_memcpy((UChar *)exceptions+excTop, p->specialCasing->titleCase+1, length); in makeException() [all …]
|
/external/chromium/third_party/icu/source/tools/gencase/ |
D | store.c | 206 static uint16_t exceptions[UCASE_MAX_EXCEPTIONS+100]; variable 969 exceptions[excTop++]=(uint16_t)slots[i]; in makeException() 974 exceptions[excTop++]=(uint16_t)(slots[i]>>16); in makeException() 975 exceptions[excTop++]=(uint16_t)slots[i]; in makeException() 982 u_memcpy((UChar *)exceptions+excTop, p->specialCasing->lowerCase+1, length); in makeException() 987 u_memcpy((UChar *)exceptions+excTop, p->caseFolding->full+1, length); in makeException() 992 u_memcpy((UChar *)exceptions+excTop, p->specialCasing->upperCase+1, length); in makeException() 996 u_memcpy((UChar *)exceptions+excTop, p->specialCasing->titleCase+1, length); in makeException() 1005 U16_APPEND_UNSAFE((UChar *)exceptions, excTop, c); in makeException() 1012 exceptions[excIndex]=excWord; in makeException() [all …]
|
/external/wpa_supplicant/ |
D | eloop.c | 56 struct eloop_sock_table exceptions; member 198 return &eloop.exceptions; in eloop_get_sock_table() 454 eloop.writers.count > 0 || eloop.exceptions.count > 0)) { in eloop_run() 471 eloop_sock_table_set_fds(&eloop.exceptions, efds); in eloop_run() 500 eloop_sock_table_dispatch(&eloop.exceptions, efds); in eloop_run() 528 eloop_sock_table_destroy(&eloop.exceptions); in eloop_destroy()
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | eloop.c | 56 struct eloop_sock_table exceptions; member 208 return &eloop.exceptions; in eloop_get_sock_table() 464 eloop.writers.count > 0 || eloop.exceptions.count > 0)) { in eloop_run() 481 eloop_sock_table_set_fds(&eloop.exceptions, efds); in eloop_run() 510 eloop_sock_table_dispatch(&eloop.exceptions, efds); in eloop_run() 552 eloop_sock_table_destroy(&eloop.exceptions); in eloop_destroy()
|
/external/stlport/test/eh/ |
D | cygwin.mak | 79 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..." 83 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..." 87 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
|
/external/webkit/WebCore/platform/text/mac/ |
D | make-charset-table.pl | 170 my %exceptions = ( isoir91 => 1, isoir92 => 1 ); 193 …al_name", if $seen{$new_alias} && $seen{$new_alias} ne $canonical_name && !$exceptions{$new_alias};
|
/external/stlport/stlport/stl/ |
D | _ios.h | 97 iostate exceptions() const { return this->_M_get_exception_mask(); } in exceptions() function 98 void exceptions(iostate __mask) { in exceptions() function
|
/external/chromium/base/ |
D | nsimage_cache_mac.mm | 12 // When C++ exceptions are disabled, the C++ library defines |try| and 14 // language support for exceptions is not present. These macros interfere
|
D | base_gfx.scons | 17 '-fno-exceptions', 136 '-fno-exceptions',
|
D | test_support_base.scons | 16 '-fno-exceptions', 117 '-fno-exceptions',
|
D | linux_versioninfo.scons | 16 '-fno-exceptions', 106 '-fno-exceptions',
|
D | test_support_perf.scons | 16 '-fno-exceptions', 120 '-fno-exceptions',
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 855 if (exceptions[i] != 0) { in SignalExceptions() 959 exceptions[kDivideByZero] = rt == 0; in DecodeTypeRegister() 964 exceptions[kIntegerOverflow] = rs > (Registers::kMaxValue - rt); in DecodeTypeRegister() 966 exceptions[kIntegerUnderflow] = rs < (Registers::kMinValue - rt); in DecodeTypeRegister() 977 exceptions[kIntegerOverflow] = rs > (Registers::kMaxValue + rt); in DecodeTypeRegister() 979 exceptions[kIntegerUnderflow] = rs < (Registers::kMinValue + rt); in DecodeTypeRegister() 1291 exceptions[kIntegerOverflow] = rs > (Registers::kMaxValue - se_imm16); in DecodeTypeImmediate() 1293 exceptions[kIntegerUnderflow] = in DecodeTypeImmediate()
|
/external/protobuf/gtest/scons/ |
D | SConstruct.common | 134 """Re-enables exceptions.""" 141 # trouble when exceptions are enabled. 146 cls._Remove(env, 'CCFLAGS', '-fno-exceptions') 208 #'-EHs', # enable C++ EH (no SEH exceptions) 293 env.Append(CCFLAGS=['-fno-exceptions',
|
/external/stlport/stlport/stl/config/ |
D | _apple.h | 55 #if !__option(exceptions)
|
/external/chromium/third_party/modp_b64/ |
D | modp_b64.scons | 15 '-fno-exceptions', 101 '-fno-exceptions',
|
/external/chromium/net/ |
D | net_resources.scons | 16 '-fno-exceptions', 102 '-fno-exceptions',
|
/external/chromium/third_party/libevent/ |
D | libevent.scons | 15 '-fno-exceptions', 103 '-fno-exceptions',
|
/external/v8/ |
D | Android.libv8.mk | 62 -fno-exceptions \
|
/external/easymock/src/org/easymock/internal/ |
D | RecordState.java | 357 Class<?>[] exceptions = lastInvocation.getMethod().getExceptionTypes(); in isValidThrowable() local 359 for (Class<?> exception : exceptions) { in isValidThrowable()
|
/external/chromium/third_party/icu/ |
D | icudata.scons | 15 '-fno-exceptions', 105 '-fno-exceptions',
|
/external/chromium/third_party/zlib/ |
D | zlib.scons | 15 '-fno-exceptions', 102 '-fno-exceptions',
|