Home
last modified time | relevance | path

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

123456

/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/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/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()
DTearDownStack.java66 List<Throwable> exceptions = new ArrayList<>(); in runTearDown() local
/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()
DTearDownStack.java66 List<Throwable> exceptions = new ArrayList<>(); in runTearDown() local
/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/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/python/pyopenssl/doc/
Dinternals.rst10 .. _exceptions: target
/external/python/cpython3/Doc/library/
Dexceptions.rst668 .. _warning-categories-as-exceptions:
/external/turbine/java/com/google/turbine/binder/bound/
DTypeBoundClass.java162 private final ImmutableList<Type> exceptions; field in TypeBoundClass.MethodInfo
174 ImmutableList<Type> exceptions, in MethodInfo()
218 public ImmutableList<Type> exceptions() { in exceptions() method in TypeBoundClass.MethodInfo
/external/python/cpython2/Doc/reference/
Dexecutionmodel.rst184 .. _exceptions: target
/external/llvm-project/flang/lib/Evaluate/
Dhost.cpp115 int exceptions{fetestexcept(FE_ALL_EXCEPT)}; in CheckAndRestoreFloatingPointEnvironment() local
/external/antlr/runtime/Python/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/antlr/runtime/Python3/unittests/
Dtestbase.py10 def broken(reason, *exceptions):
/external/llvm-project/flang/unittests/Evaluate/
Dfp-testing.cpp77 int exceptions = fetestexcept(FE_ALL_EXCEPT); in CurrentFlags() local
/external/mockito/src/test/java/org/mockitousage/bugs/
DMultithreadedStubbingHalfManualTest.java39 private List<Exception> exceptions = synchronizedList(new LinkedList<Exception>()); field in MultithreadedStubbingHalfManualTest
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/
DFramesTest.java62 String signature, String[] exceptions) { in visitMethod()
/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()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DJobNestedExceptionsTest.kt89 val exceptions = captureMultipleExceptionsRun { in testChildThrowsDuringCompletion() constant
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-composite_exception.hpp29 exception_values exceptions; member
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DClassProbesVisitor.java46 String desc, String signature, String[] exceptions); in visitMethod()
/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

123456