Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 25 of 165) sorted by relevance

1234567

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DExceptionHandler.java45 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; in getTestObjects() local
61 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local
76 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local
91 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local
105 IllformedLocaleException[] exceptions = new IllformedLocaleException[2]; in getTestObjects() local
125 LocaleSyntaxException[] exceptions = new LocaleSyntaxException[2]; in getTestObjects() local
145 IllegalIcuArgumentException[] exceptions = { in getTestObjects() local
156 SkeletonSyntaxException[] exceptions = { in getTestObjects() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DExceptionHandler.java46 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; in getTestObjects() local
62 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local
77 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local
92 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local
106 IllformedLocaleException[] exceptions = new IllformedLocaleException[2]; in getTestObjects() local
126 LocaleSyntaxException[] exceptions = new LocaleSyntaxException[2]; in getTestObjects() local
146 IllegalIcuArgumentException[] exceptions = { in getTestObjects() local
157 SkeletonSyntaxException[] exceptions = { in getTestObjects() local
/external/guava/android/guava-testlib/src/com/google/common/testing/
DClusterException.java64 public final Collection<? extends Throwable> exceptions; field in ClusterException
66 private ClusterException(Collection<? extends Throwable> exceptions) { in ClusterException()
75 public static RuntimeException create(Throwable... exceptions) { in create()
99 public static RuntimeException create(Collection<? extends Throwable> exceptions) { in create()
/external/guava/guava-testlib/src/com/google/common/testing/
DClusterException.java64 public final Collection<? extends Throwable> exceptions; field in ClusterException
66 private ClusterException(Collection<? extends Throwable> exceptions) { in ClusterException()
75 public static RuntimeException create(Throwable... exceptions) { in create()
99 public static RuntimeException create(Collection<? extends Throwable> exceptions) { in create()
/external/javassist/src/main/javassist/
DCtNewConstructor.java97 CtClass[] exceptions, in make()
179 CtClass[] exceptions, CtClass declaring) in skeleton()
198 CtClass[] exceptions, CtClass declaring) in make()
312 CtClass[] exceptions, int howto, in make()
DCtNewMethod.java107 CtClass[] exceptions, in make()
134 CtClass[] exceptions, in make()
209 CtClass[] exceptions, in abstractMethod()
/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DImplementationMethodDescriptor.java34 abstract ImmutableSet<TypeMirror> exceptions(); in exceptions() method in ImplementationMethodDescriptor
56 abstract Builder exceptions(Iterable<? extends TypeMirror> exceptions); in exceptions() argument
DFactoryMethodDescriptor.java51 abstract ImmutableSet<TypeMirror> exceptions(); in exceptions() method in FactoryMethodDescriptor
83 abstract Builder exceptions(Iterable<? extends TypeMirror> exceptions); in exceptions() argument
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt218 val exceptions = synchronized(lock) { in enter() constant
235 val exceptions = synchronized(lock) { in leave() constant
DTestBuilders.kt270 val exceptions = try { in runTestCoroutine() constant
/external/testng/src/test/java/test/mannotation/
DMAnnotationSampleTest.java79 Class[] exceptions = test1.getExpectedExceptions(); in verifyTestMethodLevel() local
103 Class[] exceptions = test1.getExpectedExceptions(); in verifyTestConstructorLevel() local
195 IExpectedExceptionsAnnotation exceptions= in verifyExpectedExceptions() local
/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/
DTestParametersMethodProcessor.java81 public ValidationResult validateConstructor(TestClass testClass, List<Throwable> exceptions) { in validateConstructor()
97 TestClass testClass, FrameworkMethod testMethod, List<Throwable> exceptions) { in validateTestMethod()
/external/musl/src/ctype/
Dcasemap.h246 static const unsigned char exceptions[][2] = { variable
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestBuildersDeprecated.kt98 val exceptions = try { in runBlockingTestOnTestScope() constant
/external/desugar/java/com/google/devtools/build/android/desugar/
DDefaultMethodClassFixer.java189 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
465 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
637 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
673 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
731 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
DLambdaClassFixer.java115 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
347 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
396 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
447 String[] exceptions) { in UseBridgeMethod()
/external/python/pyopenssl/doc/
Dinternals.rst10 .. _exceptions: target
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DJobNestedExceptionsTest.kt89 val exceptions = captureMultipleExceptionsRun { in testChildThrowsDuringCompletion() constant
/external/python/cpython2/Doc/reference/
Dexecutionmodel.rst184 .. _exceptions: target
/external/turbine/java/com/google/turbine/bytecode/sig/
DSig.java313 private final ImmutableList<TySig> exceptions; field in Sig.MethodSig
319 ImmutableList<TySig> exceptions) { in MethodSig()
342 public ImmutableList<TySig> exceptions() { in exceptions() method in Sig.MethodSig
/external/antlr/runtime/Python/unittests/
Dtestbase.py10 def broken(reason, *exceptions):
/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/
DDocumentedMethod.java11 public List<String> exceptions = new ArrayList<>(); field in DocumentedMethod
/external/antlr/runtime/Python3/unittests/
Dtestbase.py10 def broken(reason, *exceptions):
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
DDocumentedMethod.java11 public List<String> exceptions = new ArrayList<>(); field in DocumentedMethod
/external/python/cpython3/Doc/library/
Dexceptions.rst746 .. _warning-categories-as-exceptions:

1234567