Home
last modified time | relevance | path

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

1234

/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DExceptionTests.java47 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; in getTestObjects() local
63 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local
78 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local
93 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local
107 IllformedLocaleException[] exceptions = new IllformedLocaleException[2]; in getTestObjects() local
127 LocaleSyntaxException[] exceptions = new LocaleSyntaxException[2]; in getTestObjects() local
147 IllegalIcuArgumentException[] exceptions = { in getTestObjects() 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/dexmaker/src/dx/java/com/android/dx/rop/code/
DRop.java65 private final TypeList exceptions; field in Rop
95 TypeList exceptions, int branchingness, boolean isCallLike, in Rop()
142 TypeList exceptions, int branchingness, String nickname) { in Rop()
194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop()
210 public Rop(int opcode, TypeList sources, TypeList exceptions) { in Rop()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DMethodNode.java77 public List exceptions; field in MethodNode
167 final String[] exceptions) in MethodNode()
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DInterfaceMaker.java52 public void add(Signature sig, Type[] exceptions) { in add()
112 Type[] exceptions = (Type[])signatures.get(sig); in generateClass() local
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
DAddDelegateTransformer.java74 public CodeEmitter begin_method(int access, Signature sig, Type[] exceptions) { in begin_method()
108 Type[] exceptions = TypeUtils.getTypes(m.getExceptionTypes()); in addDelegate() local
DAddInitTransformer.java47 public CodeEmitter begin_method(int access, Signature sig, Type[] exceptions) { in begin_method()
DUndeclaredThrowableTransformer.java44 public CodeEmitter begin_method(int access, final Signature sig, final Type[] exceptions) { in begin_method()
/external/v8/test/webkit/
Dequality.js30 var exceptions = [ variable
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
DMethodFilter.java22 boolean accept(int access, String name, String desc, String signature, String[] exceptions); in accept()
DMethodFilterTransformer.java35 String[] exceptions) { in visitMethod()
DClassTransformerChain.java40 String[] exceptions) { in visitMethod()
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtestbase.py10 def broken(reason, *exceptions):
/external/mockito/src/org/mockito/internal/stubbing/answers/
DMethodInfo.java24 Class<?>[] exceptions = method.getExceptionTypes(); in isValidException() local
/external/jarjar/src/main/com/tonicsystems/jarjar/
DEmptyClassVisitor.java36 String signature, String[] exceptions) { in visitMethod()
/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/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DClassEmitter.java136 public CodeEmitter begin_method(int access, Signature sig, Type[] exceptions) { in begin_method()
/external/v8/test/mjsunit/
Dkeyed-call-generic.js99 function testException(receiver, keys, exceptions) { argument
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DClassVisitor.java188 String[] exceptions); in visitMethod()
/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutineScanner.java51 ExceptionTable exceptions = code.getExceptionTable(); in scan() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestStringPrep.java261 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in TestStringPrepParseException() local

1234