Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 69) sorted by relevance

123

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/
DImplGeneratingAdapter.kt139 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 …]
DStubGeneratingAdapter.kt46 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) {
DBaseAdapter.kt175 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/
DDelegateClassAdapter.java88 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()
DDelegateToNativeAdapter.java46 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()
DPromoteMethodClassAdapter.java24 String[] exceptions) { in visitMethod() argument
30 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
DDeferStaticInitializerClassAdapter.java36 String[] exceptions) { in visitMethod() argument
41 return super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
DReplaceMethodCallsAdapter.java44 String[] exceptions) { in visitMethod() argument
45 return new MyMethodVisitor(super.visitMethod(access, name, desc, signature, exceptions)); in visitMethod()
DStubClassAdapter.java215 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()
DClassHasNativeVisitor.java85 String signature, String[] exceptions) { in visitMethod() argument
/frameworks/base/test-base/src/android/test/
DInstrumentationTestCase.java140 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/
Dlint-baseline.txt3 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/
DBandwidthTestCase.java76 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/
DSystemPartitionParseTest.kt81 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/
DTraceInjectionClassVisitor.java37 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/
DExitDesktopTaskTransitionHandlerTest.java115 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/
DSharedLibrary.java91 @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/
Dmacro_assembler_floating_point_impl.h106 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/
DTimeoutRuntimeException.java16 package com.android.ex.camera2.exceptions;
/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
DStubMethodAdapterTest.java94 String[] exceptions) { in visitMethod() argument
101 super.visitMethod(access, name, desc, signature, exceptions); in visitMethod()
/frameworks/base/tools/processors/immutability/src/android/processor/immutability/
DImmutable.java58 Exception[] exceptions() default {}; in exceptions() method
/frameworks/minikin/tools/
Dmk_hyb_file.py469 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/
Dflags.aconfig40 description: "Throttle the widget view updates to mitigate transaction exceptions"
/frameworks/base/services/permission/
DAndroid.bp32 // Adds reflection-less suppressed exceptions and AutoCloseable.use().
/frameworks/base/libs/WindowManager/Shell/tests/flicker/pip/src/com/android/wm/shell/flicker/pip/
DPipPinchInTest.kt25 import android.tools.flicker.subject.exceptions.IncorrectRegionException in <lambda>()

123