Home
last modified time | relevance | path

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

12345

/external/icu/android_icu4j/src/main/tests/android/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
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DExceptionHandler.java44 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; in getTestObjects() local
60 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local
75 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local
90 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local
104 IllformedLocaleException[] exceptions = new IllformedLocaleException[2]; in getTestObjects() local
124 LocaleSyntaxException[] exceptions = new LocaleSyntaxException[2]; in getTestObjects() local
144 IllegalIcuArgumentException[] 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/javassist/src/main/javassist/
DCtNewConstructor.java95 CtClass[] exceptions, in make()
177 CtClass[] exceptions, CtClass declaring) in skeleton()
196 CtClass[] exceptions, CtClass declaring) in make()
308 CtClass[] exceptions, int howto, in make()
DCtNewMethod.java101 CtClass[] exceptions, in make()
128 CtClass[] exceptions, in make()
203 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/desugar/java/com/google/devtools/build/android/desugar/
DLambdaClassFixer.java103 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
317 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
360 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
401 int access, String name, String desc, String signature, String[] exceptions) { in UseBridgeMethod()
DObjectsRequireNonNullMethodInliner.java39 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
DJava7Compatibility.java66 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
145 int access, String name, String desc, String signature, String[] exceptions) { in visitMethod()
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtestbase.py10 def broken(reason, *exceptions):
/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/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()
DClassProbesAdapter.java62 final String desc, final String signature, final String[] exceptions) { in visitMethod()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DProbeCounter.java32 final String desc, final String signature, final String[] exceptions) { in visitMethod()
/external/mockito/src/test/java/org/mockito/internal/stubbing/
DInvocationContainerImplTest.java31 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/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DInvocationInfo.java22 Class<?>[] exceptions = method.getExceptionTypes(); in isValidException() local
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DExceptionsAttribute_info.java52 final IDeclaredExceptionTable exceptions) in ExceptionsAttribute_info()
/external/javassist/src/main/javassist/bytecode/
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()
/external/autotest/frontend/afe/json_rpc/
Dproxy.py25 from autotest_lib.client.common_lib import error as exceptions unknown
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DClassAnalyzer.java80 final String desc, final String signature, final String[] exceptions) { in visitMethod()
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DRsaEncryptionTest.java106 HashSet<String> exceptions = new HashSet<String>(); in testExceptions() local

12345