/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/ |
D | ImplGeneratingAdapter.kt | 139 exceptions: Array<String>?, in <lambda>() 155 exceptions, in <lambda>() 171 exceptions, in <lambda>() 184 exceptions, in <lambda>() 200 access, name, descriptor, signature, exceptions, innerVisitor) in <lambda>() 206 access, name, descriptor, signature, exceptions, innerVisitor) in <lambda>() 218 access, name, descriptor, signature, exceptions, innerVisitor) in <lambda>() 264 exceptions: Array<String>?, in <lambda>() 266 ) : BodyReplacingMethodVisitor(access, name, descriptor, signature, exceptions, next) { in <lambda>() 296 exceptions: Array<String>?, in <lambda>() [all …]
|
D | StubGeneratingAdapter.kt | 46 exceptions: Array<String>?, in visitMethodInner() 51 return StubMethodVisitor(access, name, descriptor, signature, exceptions, superVisitor) in visitMethodInner() 59 exceptions: Array<String>?, 61 ) : BodyReplacingMethodVisitor(access, name, descriptor, signature, exceptions, next) {
|
D | BaseAdapter.kt | 175 exceptions: Array<String>?, in <lambda>() 178 return super.visitMethod(access, name, descriptor, signature, exceptions) in <lambda>() 229 val ret = visitMethodInner(access, newName, descriptor, signature, exceptions, policy, in <lambda>() 231 super.visitMethod(newAccess, newName, descriptor, signature, exceptions)) in <lambda>() 254 exceptions: Array<String>?, in <lambda>()
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | DelegateClassAdapter.java | 88 String signature, String[] exceptions) { in visitMethod() argument 98 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod() 107 desc, signature, exceptions); in visitMethod() 111 desc, signature, exceptions); in visitMethod() 121 MethodVisitor mwDelegate = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod() 135 desc, signature, exceptions); in visitMethod() 150 desc, signature, exceptions); in visitMethod() 152 desc, signature, exceptions); in visitMethod()
|
D | DelegateToNativeAdapter.java | 46 String[] exceptions) { in visitMethod() argument 51 mDelegateWriter.visitMethod(access, name + "_Original", desc, signature, exceptions); in visitMethod() 52 generateDelegateMethod(name, desc, signature, exceptions); in visitMethod() 58 super.visitMethod(access, name, desc, signature, exceptions); in visitMethod() 70 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod() 74 String[] exceptions) { in generateDelegateMethod() argument 78 exceptions); in generateDelegateMethod()
|
D | PromoteMethodClassAdapter.java | 24 String[] exceptions) { in visitMethod() argument 30 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
|
D | DeferStaticInitializerClassAdapter.java | 36 String[] exceptions) { in visitMethod() argument 41 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
|
D | ReplaceMethodCallsAdapter.java | 44 String[] exceptions) { in visitMethod() argument 45 return new MyMethodVisitor(super.visitMethod(access, name, desc, signature, exceptions)); in visitMethod()
|
D | StubClassAdapter.java | 215 String signature, String[] exceptions) { in visitMethod() argument 259 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod() 265 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
|
D | ClassHasNativeVisitor.java | 85 String signature, String[] exceptions) { in visitMethod() argument
|
/frameworks/base/test-base/src/android/test/ |
D | InstrumentationTestCase.java | 140 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local 146 exceptions[0] = throwable; in runTestOnUiThread() 150 if (exceptions[0] != null) { in runTestOnUiThread() 151 throw exceptions[0]; in runTestOnUiThread() 191 final Throwable[] exceptions = new Throwable[1]; in runTest() local 197 exceptions[0] = throwable; in runTest() 201 if (exceptions[0] != null) { in runTest() 202 throw exceptions[0]; in runTest()
|
/frameworks/base/test-runner/api/ |
D | lint-baseline.txt | 3 Methods must not throw generic exceptions (`java.lang.Exception`) 5 Methods must not throw generic exceptions (`java.lang.Exception`) 7 Methods must not throw generic exceptions (`java.lang.Throwable`) 9 Methods must not throw generic exceptions (`java.lang.Exception`) 11 Methods must not throw generic exceptions (`java.lang.Exception`) 13 Methods must not throw generic exceptions (`java.lang.Exception`) 15 Methods must not throw generic exceptions (`java.lang.Exception`) 17 Methods must not throw generic exceptions (`java.lang.Exception`) 19 Methods must not throw generic exceptions (`java.lang.Exception`) 21 Methods must not throw generic exceptions (`java.lang.Exception`) [all …]
|
/frameworks/base/core/tests/utillib/src/android/test/ |
D | BandwidthTestCase.java | 76 final Throwable[] exceptions = new Throwable[1]; in runTest() local 82 exceptions[0] = throwable; in runTest() 86 if (exceptions[0] != null) { in runTest() 87 throw exceptions[0]; in runTest()
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/ |
D | SystemPartitionParseTest.kt | 81 val exceptions = buildApks() in <lambda>() constant 92 if (exceptions.isEmpty()) return in <lambda>() 95 exceptions.joinToString(separator = "\n") { it.message.orEmpty() }) in <lambda>()
|
/frameworks/base/tools/traceinjection/src/com/android/traceinjection/ |
D | TraceInjectionClassVisitor.java | 37 String[] exceptions) { in visitMethod() argument 38 MethodVisitor chain = super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/ |
D | ExitDesktopTaskTransitionHandlerTest.java | 115 ArrayList<Exception> exceptions = new ArrayList<>(); in testTransitExitDesktopModeAnimation() local 124 exceptions.add(e); in testTransitExitDesktopModeAnimation() 127 if (!exceptions.isEmpty()) { in testTransitExitDesktopModeAnimation() 128 throw exceptions.get(0); in testTransitExitDesktopModeAnimation()
|
/frameworks/base/services/core/java/com/android/server/pm/pkg/ |
D | SharedLibrary.java | 91 @Immutable.Policy(exceptions = {Immutable.Policy.Exception.FINAL_CLASSES_WITH_FINAL_FIELDS}) 98 @Immutable.Policy(exceptions = {Immutable.Policy.Exception.FINAL_CLASSES_WITH_FINAL_FIELDS})
|
/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/include/berberis/intrinsics/ |
D | macro_assembler_floating_point_impl.h | 106 int8_t exceptions = exceptions_and_rm & 0b1'1111; in MacroFeSetExceptionsAndRoundImmTranslate() local 121 static_cast<uintptr_t>(constants_pool::kRiscVToX87Exceptions))[exceptions]; in MacroFeSetExceptionsAndRoundImmTranslate() 156 void MacroAssembler<Assembler>::MacroFeSetExceptionsAndRoundTranslate(Register exceptions, in MacroFeSetExceptionsAndRoundTranslate() argument 177 {.index = exceptions, in MacroFeSetExceptionsAndRoundTranslate() 214 int8_t exceptions) { in MacroFeSetExceptionsImmTranslate() argument 228 static_cast<uintptr_t>(constants_pool::kRiscVToX87Exceptions))[exceptions]; in MacroFeSetExceptionsImmTranslate() 252 void MacroAssembler<Assembler>::MacroFeSetExceptionsTranslate(Register exceptions, in MacroFeSetExceptionsTranslate() argument 273 {.index = exceptions, in MacroFeSetExceptionsTranslate()
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/ |
D | TimeoutRuntimeException.java | 16 package com.android.ex.camera2.exceptions;
|
/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/ |
D | StubMethodAdapterTest.java | 94 String[] exceptions) { in visitMethod() argument 101 super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
|
/frameworks/base/tools/processors/immutability/src/android/processor/immutability/ |
D | Immutable.java | 58 Exception[] exceptions() default {}; in exceptions() method
|
/frameworks/minikin/tools/ |
D | mk_hyb_file.py | 469 def traverse_trie(ix, s, trie_data, ch_map, pattern_data, patterns, exceptions): argument 499 exceptions.append(pat_str[1:-1]) # strip leading and trailing '.' 507 traverse_trie(link, sch, trie_data, ch_map, pattern_data, patterns, exceptions) 578 exceptions = [] 579 traverse_trie(0, '', trie_data, ch_map, pattern_data, patterns, exceptions) 587 assert verify_file_sorted(exceptions, hyp_fn), 'exception table not verified'
|
/frameworks/base/core/java/android/appwidget/ |
D | flags.aconfig | 40 description: "Throttle the widget view updates to mitigate transaction exceptions"
|
/frameworks/base/services/permission/ |
D | Android.bp | 32 // Adds reflection-less suppressed exceptions and AutoCloseable.use().
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/ |
D | PipPinchInTest.kt | 25 import android.tools.flicker.subject.exceptions.IncorrectRegionException in <lambda>()
|