Home
last modified time | relevance | path

Searched defs:exceptions (Results 101 – 125 of 1328) sorted by relevance

12345678910>>...54

/aosp_15_r20/external/guava/guava-tests/test/com/google/common/base/
H A DReflectionFreeAssertThrows.java107 ImmutableMap<Class<? extends Throwable>, Predicate<Throwable>> exceptions() { in exceptions() method
117 ImmutableMap<Class<? extends Throwable>, Predicate<Throwable>> exceptions() { in exceptions() method in PlatformSpecificExceptionBatch
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/base/
H A DReflectionFreeAssertThrows.java107 ImmutableMap<Class<? extends Throwable>, Predicate<Throwable>> exceptions() { in exceptions() method
117 ImmutableMap<Class<? extends Throwable>, Predicate<Throwable>> exceptions() { in exceptions() method in PlatformSpecificExceptionBatch
/aosp_15_r20/cts/tests/tests/toast/src/android/widget/toast/cts/
H A DBaseToastTest.java68 Exception[] exceptions = new Exception[1]; in showToastsViaToastApis() local
86 Exception[] exceptions = new Exception[1]; in showToastsViaAddingWindow() local
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DSafeCleanerRule.java61 public SafeCleanerRule add(@NonNull Callable<List<Throwable>> exceptions) { in add()
112 Log.w(TAG, "Adding " + extraThrowables.size() + " extra exceptions"); in apply()
/aosp_15_r20/libcore/ojluni/src/test/java/util/Vector/
H A DSerializationDeadlock.java101 private static final List<Exception> exceptions = new ArrayList<>(); field in SerializationDeadlock.TestThread
140 private static String getErrorText(final List<Exception> exceptions) { in getErrorText()
/aosp_15_r20/external/perfmark/agent/src/main/java/io/perfmark/agent/
H A DMethodWrappingWriter.java31 private final String[] exceptions; field in MethodWrappingWriter
39String[] exceptions, boolean isInterface, String className, String bodyMethodName, ClassVisitor cv… in MethodWrappingWriter()
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
H A DParallelSensorOperation.java116 ArrayList<Throwable> exceptions = new ArrayList<>(); in execute() local
177 private String getSummaryMessage(List<Throwable> exceptions, List<Integer> timeoutIndices) { in getSummaryMessage()
/aosp_15_r20/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateToNativeAdapter.java45 String[] exceptions) { in visitMethod()
73 String[] exceptions) { in generateDelegateMethod()
/aosp_15_r20/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/
H A DTestParametersMethodProcessor.java81 public ValidationResult validateConstructor(TestClass testClass, List<Throwable> exceptions) { in validateConstructor()
97 TestClass testClass, FrameworkMethod testMethod, List<Throwable> exceptions) { in validateTestMethod()
/aosp_15_r20/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
H A DPackageDocImpl.java57 private ClassDoc[] exceptions; field in PackageDocImpl
132 public ClassDoc[] exceptions() { in exceptions() method in PackageDocImpl
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/
H A DSystemPartitionParseTest.kt82 val exceptions = buildApks() in <lambda>() constant
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/
H A DMethodSpec.java54 public final List<TypeName> exceptions; field in MethodSpec
299 private final Set<TypeName> exceptions = new LinkedHashSet<>(); field in MethodSpec.Builder
421 public Builder addExceptions(Iterable<? extends TypeName> exceptions) { in addExceptions()
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/logcat/
H A DLogcat.java111 List<SystemServerException> exceptions = findSystemServerExceptions(t); in findSystemServerException() local
127 List<SystemServerException> exceptions = new ArrayList<>(); in findSystemServerExceptions() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
H A DTestBuildersDeprecated.kt98 val exceptions = try { in runBlockingTestOnTestScope() constant
H A DTestCoroutineScope.kt59 private var exceptions = mutableListOf<Throwable>() variable in kotlinx.coroutines.test.TestCoroutineScopeImpl
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DClassFileWriter.java345 String[] exceptions, AttributeWriter aw) { in begin()
367 …public void begin(int accessFlags, int name, int descriptor, int[] exceptions, AttributeWriter aw)… in begin()
396 private void writeThrows(int[] exceptions) { in writeThrows()
/aosp_15_r20/frameworks/base/test-base/src/android/test/
H A DInstrumentationTestCase.java140 final Throwable[] exceptions = new Throwable[1]; in runTestOnUiThread() local
191 final Throwable[] exceptions = new Throwable[1]; in runTest() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/format/include/boost/format/
Dformat_implementation.hpp98 unsigned char basic_format<Ch,Tr, Alloc>:: exceptions() const { in exceptions() function in boost::basic_format
103 unsigned char basic_format<Ch,Tr, Alloc>:: exceptions(unsigned char newexcept) { in exceptions() function in boost::basic_format
/aosp_15_r20/out/soong/.intermediates/external/truth/truth/android_common/javac/
Dtruth.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/cf/
H A DAttributeTranslator.java70 AttExceptions exceptions = (AttExceptions) in getExceptions() local
161 TypeList exceptions = getExceptions(method); in getMethodAnnotations() local
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
H A DExceptionHandler.java110 public final Builder retryOn(Class<? extends Exception>... exceptions) { in retryOn()
124 public final Builder abortOn(Class<? extends Exception>... exceptions) { in abortOn()
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/
H A DElementUtils.kt76 val exceptions = thrownTypes in ExecutableElement() constant
/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
H A DClassVisitorTest.java361 final String[] exceptions) { in visitMethod()
475 final String[] exceptions) { in visitMethod()
519 final String[] exceptions) { in visitMethod()
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DKotlinInteropChecks.kt69 val exceptions = method.body.findThrownExceptions() in ensureExceptionsDocumented() constant
/aosp_15_r20/packages/apps/TV/libs/
Dtruth-0.45.jar ... .google.common.truth.Correspondence$ExceptionStore exceptions com.google.common.truth.IterableSubject$ ...

12345678910>>...54