Searched defs:exceptions (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateClassAdapter.java72 String signature, String[] exceptions) {
83 return super.visitMethod(access, name, desc, signature, exceptions);
99 MethodVisitor mwDelegate = super.visitMethod(access, name, desc, signature, exceptions);
125 desc, signature, exceptions);
127 desc, signature, exceptions);
71 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
H A DClassHasNativeVisitor.java85 String signature, String[] exceptions) {
84 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
H A DTransformClassAdapter.java106 String signature, String[] exceptions) {
148 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions);
154 return super.visitMethod(access, name, desc, signature, exceptions);
105 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
H A DRenameClassAdapter.java250 String signature, String[] exceptions) {
253 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions);
249 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
H A DAsmAnalyzer.java544 String signature, String[] exceptions) {
548 // type and exceptions do not use generic types.
692 // type is the internal name of the type of exceptions handled by the handler,
693 // or null to catch any exceptions (for "finally" blocks).
543 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
H A DDependencyFinder.java485 String signature, String[] exceptions) {
489 // type and exceptions do not use generic types.
634 // type is the internal name of the type of exceptions handled by the handler,
635 // or null to catch any exceptions (for "finally" blocks).
484 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
/frameworks/base/tools/aidl/
H A DAST.h156 vector<string> exceptions; member in struct:MethodCall
325 vector<Type*> exceptions; member in struct:Method

Completed in 242 milliseconds