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

/frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/
H A DTimeoutRuntimeException.java16 package com.android.ex.camera2.exceptions;
/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 DAbstractClassAdapter.java197 String signature, String[] exceptions) {
200 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions);
196 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
H A DAsmAnalyzer.java590 String signature, String[] exceptions) {
594 // type and exceptions do not use generic types.
738 // type is the internal name of the type of exceptions handled by the handler,
739 // or null to catch any exceptions (for "finally" blocks).
589 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/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java276 String signature, String[] exceptions) {
277 MethodVisitor mv = super.visitMethod(access, name, desc, signature, exceptions);
275 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 586 milliseconds