HomeSort by relevance Sort by last modified time
    Searched refs:IllegalArgumentException (Results 476 - 500 of 3537) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/text/
Bidi.java 107 * @throws IllegalArgumentException if {@code paragraph == null}
114 throw new IllegalArgumentException("paragraph is null");
201 * @throws IllegalArgumentException
215 throw new IllegalArgumentException();
220 throw new IllegalArgumentException();
225 throw new IllegalArgumentException("Negative textStart value " + textStart);
228 throw new IllegalArgumentException("Negative embStart value " + embStart);
231 throw new IllegalArgumentException("Negative paragraph length " + paragraphLength);
272 throw new IllegalArgumentException();
279 throw new IllegalArgumentException();
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
BidiTest.java 52 } catch (IllegalArgumentException e) {
60 } catch (IllegalArgumentException e) {
67 } catch (IllegalArgumentException e) {
79 } catch (IllegalArgumentException e) {
87 } catch (IllegalArgumentException e) {
95 } catch (IllegalArgumentException e) {
103 } catch (IllegalArgumentException e) {
111 } catch (IllegalArgumentException e) {
118 } catch (IllegalArgumentException e) {
125 } catch (IllegalArgumentException e)
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 146 * throws IllegalArgumentException when provider is null or empty
158 fail("IllegalArgumentException must be thrown when provider is null");
159 } catch (IllegalArgumentException e) {
163 fail("IllegalArgumentException must be thrown when provider is empty");
164 } catch (IllegalArgumentException e) {
185 IllegalArgumentException, NoSuchProviderException {
210 IllegalArgumentException {
226 * Assertion: throws IllegalArgumentException when provider is null
237 fail("IllegalArgumentException must be thrown when provider is null");
238 } catch (IllegalArgumentException e)
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
ObservableTest.java 29 fail("registerObserver should throw a IllegalArgumentException here.");
30 } catch (IllegalArgumentException e) {
44 fail("unregisterObserver should throw a IllegalArgumentException here.");
45 } catch (IllegalArgumentException e) {
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 72 throw new IllegalArgumentException("Inappropriate flag " + flag);
79 throw new IllegalArgumentException("Unknown type " + type);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DumpFileProviderTest.java 86 } catch (IllegalArgumentException e) {
91 fail("IllegalArgumentException expected but not thrown.");
97 } catch (IllegalArgumentException e) {
104 fail("IllegalArgumentException expected but not thrown.");
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CstInsn.java 143 throw new IllegalArgumentException("index < 0");
190 throw new IllegalArgumentException("index < 0");
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
SourcePosition.java 58 throw new IllegalArgumentException("address < -1");
62 throw new IllegalArgumentException("line < -1");
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java 60 throw new IllegalArgumentException("maxStack < 0");
64 throw new IllegalArgumentException("maxLocals < 0");
  /dalvik/dx/src/com/android/dx/dex/code/
CstInsn.java 143 throw new IllegalArgumentException("index < 0");
190 throw new IllegalArgumentException("index < 0");
  /dalvik/dx/src/com/android/dx/rop/code/
SourcePosition.java 58 throw new IllegalArgumentException("address < -1");
62 throw new IllegalArgumentException("line < -1");
  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 178 } catch (IllegalArgumentException ex) {
189 } catch (IllegalArgumentException ex) {
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
NotifiedTestExecuter.java 50 if(failTest == null) throw new IllegalArgumentException("Null fail test");
63 if(passTest == null) throw new IllegalArgumentException("Null pass test");
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
PasswordCallbackTest.java 60 } catch (IllegalArgumentException e){}
67 } catch (IllegalArgumentException e){}
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
KeyAgreementSpiTest.java 79 fail("IllegalArgumentException must be thrown");
80 } catch (IllegalArgumentException e) {
85 fail("IllegalArgumentException must be thrown");
86 } catch (IllegalArgumentException e) {
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGenerator_ImplTest.java 88 fail("IllegalArgumentException must be thrown");
89 } catch (IllegalArgumentException e) {
93 fail("IllegalArgumentException must be thrown");
94 } catch (IllegalArgumentException e) {
99 fail("IllegalArgumentException must be thrown");
100 } catch (IllegalArgumentException e) {
164 * throws IllegalArgumentException when provider is null or empty;
169 NoSuchProviderException, IllegalArgumentException,
190 fail("IllegalArgumentException must be thrown when provider is null (algorithm: "
192 } catch (IllegalArgumentException e)
    [all...]
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java 76 throw new IllegalArgumentException("Invalid parameter");
83 throw new IllegalArgumentException("Invalid parameter");
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionContextImplTest.java 68 fail("No expected IllegalArgumentException");
69 } catch (IllegalArgumentException e) {
82 fail("No expected IllegalArgumentException");
83 } catch (IllegalArgumentException e) {
  /external/apache-http/src/org/apache/http/auth/
UsernamePasswordCredentials.java 62 throw new IllegalArgumentException("Username:password string may not be null");
84 throw new IllegalArgumentException("Username may not be null");
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 66 throw new IllegalArgumentException("HTTP request may not be null");
69 throw new IllegalArgumentException("HTTP context may not be null");
RequestTargetAuthentication.java 66 throw new IllegalArgumentException("HTTP request may not be null");
69 throw new IllegalArgumentException("HTTP context may not be null");
  /external/apache-http/src/org/apache/http/entity/
InputStreamEntity.java 58 throw new IllegalArgumentException("Source input stream may not be null");
78 throw new IllegalArgumentException("Output stream may not be null");
SerializableEntity.java 51 throw new IllegalArgumentException("Source object may not be null");
94 throw new IllegalArgumentException("Output stream may not be null");
StringEntity.java 59 throw new IllegalArgumentException("Source string may not be null");
87 throw new IllegalArgumentException("Output stream may not be null");
  /external/apache-http/src/org/apache/http/impl/client/
BasicCredentialsProvider.java 79 throw new IllegalArgumentException("Authentication scope may not be null");
126 throw new IllegalArgumentException("Authentication scope may not be null");

Completed in 444 milliseconds

<<11121314151617181920>>