HomeSort by relevance Sort by last modified time
    Searched full:iae (Results 26 - 50 of 135) sorted by null

12 3 4 5 6

  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
SSLEngineResultStatusTest.java 93 } catch (IllegalArgumentException iae) {
104 } catch (IllegalArgumentException iae) {
SSLSessionContextTest.java 55 } catch (IllegalArgumentException iae) {
93 } catch (IllegalArgumentException iae) {
SSLServerSocketTest.java 167 } catch (IllegalArgumentException iae) {
210 } catch (IllegalArgumentException iae) {
260 } catch (IllegalArgumentException iae) {
316 } catch (IllegalArgumentException iae) {
322 } catch (IllegalArgumentException iae) {
373 } catch (IllegalArgumentException iae) {
379 } catch (IllegalArgumentException iae) {
  /packages/apps/IM/src/com/android/im/imps/
WbxmlSerializer.java 68 // problem throwing non-system exceptions from JNI code. Use IAE for now
113 // problem throwing non-system exceptions from JNI code. Use IAE for now
WbxmlParser.java 72 // code. Use IAE for now and file a bug report for this.
113 // have problem throwing non-system exceptions from JNI code. Use IAE
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
AuthenticatorRequestorTypeTest.java 45 } catch(IllegalArgumentException iae) {
ProxyTypeTest.java 53 } catch(IllegalArgumentException iae) {
  /dalvik/tests/044-proxy/src/
Clash3.java 39 } catch (IllegalArgumentException iae) {
WrappedThrow.java 37 } catch (IllegalArgumentException iae) {
239 } catch (IllegalAccessException iae) {
240 throw new RuntimeException(iae);
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x501/
AttributeValue.java 82 IllegalArgumentException iae = new IllegalArgumentException(); //FIXME message local
83 iae.initCause(e);
84 throw iae;
  /dalvik/libcore/security/src/test/java/tests/java/security/
BasicPermissionTest.java 49 * If name is empty then IAE should be thrown.
89 fail("IAE is not thrown");
94 fail("IAE is not thrown");
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorTemplateElem.java 73 catch (IllegalAccessException iae)
75 handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMTMPL, null, iae);//"Failed creating ElemTemplateElement instance!", iae);
ProcessorLRE.java 278 catch (IllegalAccessException iae)
280 handler.error(XSLTErrorResources.ER_FAILED_CREATING_ELEMLITRSLT, null, iae);//"Failed creating ElemLiteralResult instance!", iae);
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ThrowableTest.java 358 IllegalArgumentException iae = new IllegalArgumentException(); local
360 thr.initCause(iae);
361 assertEquals("getCause returns incorrect cause.", iae, thr.getCause());
369 thr.initCause(iae);
377 thr.initCause(iae);
ThreadStateTest.java 52 } catch(IllegalArgumentException iae) {
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 830 } catch (IllegalArgumentException iae) {
831 throw iae;
845 } catch (IllegalArgumentException iae) {
846 throw iae;
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/invokestatic/
Test_invokestatic.java 145 } catch (IllegalAccessError iae) {
194 } catch (IncompatibleClassChangeError iae) {
212 } catch (IllegalAccessError iae) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/putfield/
Test_putfield.java 123 } catch (IllegalAccessError iae) {
169 } catch (IllegalAccessError iae) {
208 } catch (IllegalAccessError iae) {
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatTest.java 291 fail("Should throw IAE");
292 } catch (IllegalArgumentException iae) {
342 fail("Should throw IAE");
343 } catch (IllegalArgumentException iae) {
418 fail("Should throw IAE");
419 } catch (IllegalArgumentException iae) {
474 fail("Should throw IAE");
475 } catch (IllegalArgumentException iae) {
586 fail("Should throw IAE");
587 } catch (IllegalArgumentException iae) {
    [all...]
BidiTest.java 79 fail("should throw IAE");
87 fail("should throw IAE");
94 fail("should throw IAE");
112 fail("should throw IAE");
120 fail("should throw IAE");
128 fail("should throw IAE");
136 fail("should throw IAE");
145 fail("should be IAE");
153 fail("should be IAE");
161 fail("should be IAE");
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/putstatic/
Test_putstatic.java 112 } catch (IllegalAccessError iae) {
161 } catch (IllegalAccessError iae) {
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
InputStreamHelper.java 117 } catch (IllegalAccessException iae) {
118 throw new InternalError(iae.getLocalizedMessage());
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
FuncFormatNumb.java 132 catch (Exception iae)
139 //throw new XSLProcessorException(iae);
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
UUIDTest.java 443 fail("No IAE");
448 fail("No IAE");
453 fail("No IAE");
458 fail("No IAE");
463 fail("No IAE");
  /dalvik/libcore/security/src/test/java/tests/security/spec/
PSSParameterSpecTest.java 74 fail("Expected IAE not thrown");
164 fail("Expected IAE not thrown");
188 fail("Expected IAE not thrown");

Completed in 541 milliseconds

12 3 4 5 6