Searched refs:exceptions (Results 1 - 15 of 15) 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 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 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.java553 String signature, String[] exceptions) {
557 // type and exceptions do not use generic types.
701 // type is the internal name of the type of exceptions handled by the handler,
702 // or null to catch any exceptions (for "finally" blocks).
552 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.
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingStateListener.java23 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
H A DBlockingCameraManager.java26 import com.android.ex.camera2.exceptions.TimeoutRuntimeException;
322 * - Throw exceptions for onError/onDisconnected
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java265 String signature, String[] exceptions) {
266 MethodVisitor mv = super.visitMethod(access, name, desc, signature, exceptions);
264 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument

Completed in 459 milliseconds