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

/frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/
H A DTimeoutRuntimeException.java16 package com.android.ex.camera2.exceptions;
/frameworks/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);
126 desc, signature, exceptions);
141 desc, signature, exceptions);
143 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/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockFindingClassVisitor.java59 String[] exceptions) {
61 MethodNode mn = new TryCatchBlockSorter(null, access, name, desc, signature, exceptions);
62 MethodVisitor chain = super.visitMethod(access, name, desc, signature, exceptions);
58 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
/frameworks/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.java395 String[] exceptions) {
396 MethodVisitor mv = super.visitMethod(access, name, desc, signature, exceptions);
394 visitMethod(int access, String name, String desc, String signature, String[] exceptions) argument
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp3827 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; local
3830 ASSERT_NO_FATAL_FAILURE(presentDisplays(layerCnt, coverage, exceptions,
3839 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; local
3842 ASSERT_NO_FATAL_FAILURE(presentDisplays(layerCnt, coverage, exceptions,
3851 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; local
3854 ASSERT_NO_FATAL_FAILURE(presentDisplays(layerCnt, coverage, exceptions,
3863 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; local
3866 ASSERT_NO_FATAL_FAILURE(presentDisplays(layerCnt, coverage, exceptions,
3875 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; local
3878 ASSERT_NO_FATAL_FAILURE(presentDisplays(layerCnt, coverage, exceptions,
3887 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; local
3900 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
3916 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
3931 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
3945 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
3960 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
3977 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
3991 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4006 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4022 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4036 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4050 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4064 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4078 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4092 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4107 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4122 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4137 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4153 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4167 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4181 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = local
4196 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; local
[all...]
/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 219 milliseconds