Searched defs:exceptions (Results 1 - 14 of 14) 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.java88 String signature, String[] exceptions) {
98 return super.visitMethod(access, name, desc, signature, exceptions);
112 MethodVisitor mwDelegate = super.visitMethod(access, name, desc, signature, exceptions);
135 desc, signature, exceptions);
137 desc, signature, exceptions);
87 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
H A DRefactorClassAdapter.java36 String[] exceptions) {
37 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions);
35 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.java241 String[] exceptions) {
242 return new MyMethodVisitor(super.visitMethod(access, name, desc, signature, exceptions));
240 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.java196 String signature, String[] exceptions) {
199 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions);
195 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.
761 // type is the internal name of the type of exceptions handled by the handler,
762 // 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.java484 String signature, String[] exceptions) {
488 // 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).
483 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 DStubMethodAdapterTest.java94 String[] exceptions) {
101 super.visitMethod(access, name, desc, signature, exceptions);
93 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
H A DAsmGeneratorTest.java509 String signature, String[] exceptions) {
510 MethodVisitor mv = super.visitMethod(access, name, desc, signature, exceptions);
508 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/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 267 milliseconds