Searched refs:exceptions (Results 1 - 11 of 11) 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 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 DClassHasNativeVisitor.java85 String signature, String[] exceptions) {
84 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/core/java/android/test/
H A DInstrumentationTestCase.java134 final Throwable[] exceptions = new Throwable[1];
140 exceptions[0] = throwable;
144 if (exceptions[0] != null) {
145 throw exceptions[0];
185 final Throwable[] exceptions = new Throwable[1];
191 exceptions[0] = throwable;
195 if (exceptions[0] != null) {
196 throw exceptions[0];
276 // Ignore security exceptions that are now thrown
307 // Ignore security exceptions tha
[all...]
/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java76 final Throwable[] exceptions = new Throwable[1];
82 exceptions[0] = throwable;
86 if (exceptions[0] != null) {
87 throw exceptions[0];
/frameworks/base/tools/aidl/
H A DAST.cpp724 N = this->exceptions.size();
726 types->insert(this->exceptions[i]);
762 N = this->exceptions.size();
769 fprintf(to, "%s", this->exceptions[i]->QualifiedName().c_str());
H A DAST.h156 vector<string> exceptions; member in struct:MethodCall
325 vector<Type*> exceptions; member in struct:Method
H A Dgenerate_java_binder.cpp78 onTransact->exceptions.push_back(REMOTE_EXCEPTION_TYPE);
287 decl->exceptions.push_back(REMOTE_EXCEPTION_TYPE);
340 // report that there were no exceptions
351 // report that there were no exceptions
399 proxy->exceptions.push_back(REMOTE_EXCEPTION_TYPE);
461 // throw back exceptions.

Completed in 1192 milliseconds