Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 104) sorted by relevance

12345

/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DExceptionsAttribute_info.java52 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/webkit/V8Binding/v8/test/mjsunit/
Dinstanceof.js70 var exceptions = 0;
79 exceptions++;
84 assertEquals(88, exceptions);
/external/icu4c/tools/gencase/
Dstore.c205 static uint16_t exceptions[UCASE_MAX_EXCEPTIONS+100]; variable
961 exceptions[excTop++]=(uint16_t)slots[i]; in makeException()
966 exceptions[excTop++]=(uint16_t)(slots[i]>>16); in makeException()
967 exceptions[excTop++]=(uint16_t)slots[i]; in makeException()
974 u_memcpy((UChar *)exceptions+excTop, p->specialCasing->lowerCase+1, length); in makeException()
979 u_memcpy((UChar *)exceptions+excTop, p->caseFolding->full+1, length); in makeException()
984 u_memcpy((UChar *)exceptions+excTop, p->specialCasing->upperCase+1, length); in makeException()
988 u_memcpy((UChar *)exceptions+excTop, p->specialCasing->titleCase+1, length); in makeException()
997 U16_APPEND_UNSAFE((UChar *)exceptions, excTop, c); in makeException()
1004 exceptions[excIndex]=excWord; in makeException()
[all …]
/external/wpa_supplicant/
Deloop.c56 struct eloop_sock_table exceptions; member
198 return &eloop.exceptions; in eloop_get_sock_table()
452 eloop.writers.count > 0 || eloop.exceptions.count > 0)) { in eloop_run()
469 eloop_sock_table_set_fds(&eloop.exceptions, efds); in eloop_run()
498 eloop_sock_table_dispatch(&eloop.exceptions, efds); in eloop_run()
526 eloop_sock_table_destroy(&eloop.exceptions); in eloop_destroy()
/external/webkit/WebCore/platform/text/mac/
Dmake-charset-table.pl170 my %exceptions = ( isoir91 => 1, isoir92 => 1 );
193 …al_name", if $seen{$new_alias} && $seen{$new_alias} ne $canonical_name && !$exceptions{$new_alias};
/external/webkit/V8Binding/
DAndroid.libv8.mk67 -fno-exceptions
/external/clearsilver/csharp/
DREADME30 - do something better about mapping hdferror to exceptions
/external/emma/core/res/com/vladium/emma/
Dexceptions.properties2 # this is loaded as a resource bundle by com.vladium.emma.* exceptions
/external/webkit/WebCore/dom/
DClientRectList.idl35 // FIXME: Fix list behavior to allow custom exceptions to be thrown.
/external/webkit/WebCore/accessibility/mac/
DAXObjectCacheMac.mm38 // The simple Cocoa calls in this file don't throw exceptions.
/external/icu4c/data/unidata/
DNormalizationCorrections.txt19 # requirements for possible exceptions to normalization
/external/webkit/V8Binding/v8/
DChangeLog485 return values when exceptions were thrown.
545 exceptions into account.
675 stack overflow exceptions.
697 Fixed exception reporting bug where certain exceptions were
824 reporting exceptions.
841 Fixed issues with message reporting for exceptions in try-finally
1101 Changed Windows build options to make sure that exceptions are
1199 Added propagation of stack overflow exceptions that occur while
1203 handling of exceptions that occur in the debugger JavaScript code.
DSConstruct111 'CXXFLAGS': ['$CCFLAGS', '-fno-rtti', '-fno-exceptions'],
383 'CCFLAGS': ['-fno-rtti', '-fno-exceptions']
956 # doesn't allow this flag to be set, so we swallow any exceptions.
/external/opencore/
DREADME47 Within each library the following directory structure, with a few exceptions,
/external/webkit/V8Binding/v8/test/cctest/
Dcctest.status47 # We cannot assume that we can throw OutOfMemory exceptions in all situations.
/external/opencore/tools_v2/build/make/platforms/
Dandroid.mk33 …asing -finline-limit=64 -msoft-float -O2 -march=armv5te -fno-rtti -fno-exceptions -mtune=xscale -f…
/external/fdlibm/
Dreadme88 d. IEEE exceptions may trigger "signals" as is common in Unix
95 to one of the following four exceptions:
/external/icu4c/common/
Ducase.c35 const uint16_t *exceptions; member
114 cspProto->exceptions=(const uint16_t *)bin; in ucase_openData()
361 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
/external/bluetooth/glib/glib/
Dgstrfuncs.h218 const gchar *exceptions) G_GNUC_MALLOC;
Dgstrfuncs.c2260 const gchar *exceptions) in g_strescape() argument
2274 if (exceptions) in g_strescape()
2276 guchar *e = (guchar *) exceptions; in g_strescape()
/external/webkit/WebCore/platform/graphics/mac/
DColorMac.mm34 // NSColor calls don't throw, so no need to block Cocoa exceptions in this file
DGraphicsContextMac.mm44 // exceptions for those.
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java724 final IExceptionHandlerTable exceptions = attribute.getExceptionTable (); in visit() local
725 final int exceptionCount = exceptions.size (); in visit()
728 final Exception_info exception = exceptions.get (e); in visit()
/external/webkit/WebKit/mac/WebView/
DWebScriptDebugDelegate.mm225 // method of the same name, due to the treatment of exceptions.
/external/bison/src/
DMakefile.in633 @t=exceptions-$$$$; \

12345