Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 25 of 29) sorted by relevance

12

/external/javassist/src/main/javassist/
DCtNewConstructor.java95 CtClass[] exceptions, in make()
177 CtClass[] exceptions, CtClass declaring) in skeleton()
196 CtClass[] exceptions, CtClass declaring) in make()
308 CtClass[] exceptions, int howto, in make()
DCtNewMethod.java101 CtClass[] exceptions, in make()
128 CtClass[] exceptions, in make()
203 CtClass[] exceptions, in abstractMethod()
DCtBehavior.java328 String[] exceptions; in getExceptionTypes() local
/external/stlport/stlport/stl/
D_ios.h97 iostate exceptions() const { return this->_M_get_exception_mask(); } in exceptions() function
98 void exceptions(iostate __mask) { in exceptions() function
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DExceptionsAttribute_info.java52 final IDeclaredExceptionTable exceptions) in ExceptionsAttribute_info()
/external/chromium/chrome/browser/resources/options/chromeos/
Dproxy_rules_list.js87 load_: function(exceptions) { argument
/external/chromium/chrome/browser/ui/webui/options/
Dcontent_settings_handler.cc441 ListValue exceptions; in UpdateGeolocationExceptionsView() local
485 ListValue exceptions; in UpdateNotificationExceptionsView() local
510 ListValue exceptions; in UpdateExceptionsViewFromHostContentSettingsMap() local
/external/v8/test/mjsunit/
Dkeyed-call-generic.js99 function testException(receiver, keys, exceptions) { argument
/external/javassist/src/main/javassist/bytecode/
DClassFileWriter.java345 String[] exceptions, AttributeWriter aw) { in begin()
367 …public void begin(int accessFlags, int name, int descriptor, int[] exceptions, AttributeWriter aw)… in begin()
396 private void writeThrows(int[] exceptions) { in writeThrows()
DSignatureAttribute.java230 ObjectType[] exceptions; field in SignatureAttribute.MethodSignature
688 ArrayList exceptions = new ArrayList(); in parseMethodSig() local
DCodeAttribute.java45 private ExceptionTable exceptions; field in CodeAttribute
/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutineScanner.java51 ExceptionTable exceptions = code.getExceptionTable(); in scan() local
DAnalyzer.java88 private ExceptionInfo[] exceptions; field in Analyzer
217 ExceptionInfo[] exceptions = new ExceptionInfo[table.size()]; in buildExceptionInfo() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
DConstructorTest.java84 Class[] exceptions = null; in test_getExceptionTypes() local
DProxyTest.java262 Class<?> []exceptions = m.getExceptionTypes(); in test_ProxyClass_withParentAndSubInThrowList() local
/external/doclava/src/com/google/doclava/
DStubs.java870 ArrayList<ClassInfo> exceptions = mi.thrownExceptions(); in writeMethodXML() local
902 ArrayList<ClassInfo> exceptions = mi.thrownExceptions(); in writeConstructorXML() local
1140 static void writeThrowsApi(PrintStream apiWriter, ArrayList<ClassInfo> exceptions) { in writeThrowsApi()
DPackageInfo.java163 public ClassInfo[] exceptions() { in exceptions() method in PackageInfo
/external/javassist/src/main/javassist/expr/
DExpr.java156 String[] exceptions = ea.getExceptions(); in mayThrow() local
/external/icu4c/tools/gencase/
Dstore.c211 static uint16_t exceptions[UCASE_MAX_EXCEPTIONS+100]; variable
/external/easymock/src/org/easymock/internal/
DRecordState.java357 Class<?>[] exceptions = lastInvocation.getMethod().getExceptionTypes(); in isValidThrowable() local
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java1174 Class[] exceptions = orig.getExceptionTypes(); in setThrows() local
1179 Class[] exceptions) { in setThrows()
/external/v8/src/mips/
Dsimulator-mips.h315 int16_t exceptions[kNumExceptions]; variable
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Deloop.c56 struct eloop_sock_table exceptions; member
/external/wpa_supplicant/
Deloop.c56 struct eloop_sock_table exceptions; member
/external/wpa_supplicant_8/src/utils/
Deloop.c62 struct eloop_sock_table exceptions; member

12