Home
last modified time | relevance | path

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

12345

/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/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()
78 public static RuntimeException create(Throwable... exceptions) { in create()
107 public static RuntimeException create(Collection<? extends Throwable> exceptions) { in create()
DTearDownStack.java62 List<Throwable> exceptions = new ArrayList<Throwable>(); in runTearDown() local
/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/cpython3/Doc/library/
Dexceptions.rst668 .. _warning-categories-as-exceptions:
/external/python/cpython2/Doc/reference/
Dexecutionmodel.rst184 .. _exceptions: target
/external/antlr/runtime/Python/unittests/
Dtestbase.py10 def broken(reason, *exceptions):
/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/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DFramesTest.java63 String signature, String[] exceptions) { in visitMethod()
/external/mockito/src/test/java/org/mockitousage/bugs/
DMultithreadedStubbingHalfManualTest.java39 private List<Exception> exceptions = synchronizedList(new LinkedList<Exception>()); field in MultithreadedStubbingHalfManualTest
/external/turbine/java/com/google/turbine/binder/bound/
DTypeBoundClass.java146 private final ImmutableList<Type> exceptions; field in TypeBoundClass.MethodInfo
158 ImmutableList<Type> exceptions, in MethodInfo()
202 public ImmutableList<Type> exceptions() { in exceptions() method in TypeBoundClass.MethodInfo
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DClassProbesVisitor.java46 String desc, String signature, String[] exceptions); in visitMethod()
DMethodSanitizer.java35 final String[] exceptions) { in MethodSanitizer()
/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/instr/
DProbeCounter.java33 final String desc, final String signature, final String[] exceptions) { in visitMethod()
/external/mockito/src/test/java/org/mockito/internal/stubbing/
DInvocationContainerImplTest.java32 LinkedList<Throwable> exceptions = new LinkedList<Throwable>(); field in InvocationContainerImplTest
/external/jarjar/src/main/com/tonicsystems/jarjar/
DEmptyClassVisitor.java36 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()
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/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DInvocationInfo.java22 Class<?>[] exceptions = method.getExceptionTypes(); in isValidException() local
/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/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
DResolvedMethodLikeDeclaration.java152 List<ResolvedType> exceptions = new LinkedList<>(); in getSpecifiedExceptions() local
/external/python/cpython3/Doc/reference/
Dexecutionmodel.rst207 .. _exceptions: target

12345