Searched defs:exceptions (Results 1 - 11 of 11) 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) {
82 return super.visitMethod(access, name, desc, signature, exceptions);
96 MethodVisitor mwDelegate = super.visitMethod(access, name, desc, signature, exceptions);
118 desc, signature, exceptions);
120 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 DReplaceMethodCallsAdapter.java215 String[] exceptions) {
216 return new MyMethodVisitor(super.visitMethod(access, name, desc, signature, exceptions));
214 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
H A DTransformClassAdapter.java92 String signature, String[] exceptions) {
128 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions);
134 return super.visitMethod(access, name, desc, signature, exceptions);
91 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
H A DAbstractClassAdapter.java208 String signature, String[] exceptions) {
211 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions);
207 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
H A DAsmAnalyzer.java603 String signature, String[] exceptions) {
607 // type and exceptions do not use generic types.
760 // type is the internal name of the type of exceptions handled by the handler,
761 // or null to catch any exceptions (for "finally" blocks).
602 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.
635 // type is the internal name of the type of exceptions handled by the handler,
636 // 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.java515 String signature, String[] exceptions) {
516 MethodVisitor mv = super.visitMethod(access, name, desc, signature, exceptions);
514 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
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 253 milliseconds