HomeSort by relevance Sort by last modified time
    Searched full:throw (Results 926 - 950 of 5185) sorted by null

<<31323334353637383940>>

  /cts/tests/tests/os/src/android/os/cts/
LooperTest.java 111 fail("should throw exception");
129 fail("should throw exception");
140 fail("should throw exception");
158 fail("should throw exception");
169 fail("should throw exception");
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java 81 fail("Should throw UnsupportedOperationException!");
110 fail("Should throw IllegalArgumentException because there is no column with name "
118 fail("Should throw IllegalArgumentException because there is no column with name "
130 fail("Should throw UnsupportedOperationException!");
138 fail("Should throw UnsupportedOperationException!");
  /cts/tests/tests/widget/src/android/widget/cts/
MultiAutoCompleteTextView_CommaTokenizerTest.java 79 fail("did not throw IndexOutOfBoundsException when cursor is large than length");
86 fail("did not throw NullPointerException when text is null");
115 fail("did not throw IndexOutOfBoundsException when cursor is -1");
122 fail("did not throw NullPointerException when text is null");
169 fail("did not throw NullPointerException when text is null");
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 91 throw new RuntimeException(
155 throw new RuntimeException(
181 throw new RuntimeException("Label " + uc.from + " not defined");
186 throw new RuntimeException("Label " + uc.to + " not defined");
199 throw new RuntimeException("Label " + branch
  /cts/tools/host/src/com/android/cts/
CommandParser.java 114 throw new CommandNotFoundException("No command");
153 throw new UnknownCommandException(
159 throw new UnknownCommandException("Unknown option :"
164 throw new UnknownCommandException("Duplicate option: "
194 throw new UnknownCommandException("Unknow option " + option);
  /dalvik/dx/src/com/android/dx/dex/code/
PositionList.java 45 * instructions that might throw.
69 throw new IllegalArgumentException("bogus howMuch");
126 * do that, this will throw {@code NullPointerException}.
163 throw new IllegalArgumentException("address < 0");
167 throw new NullPointerException("position == null");
  /dalvik/dx/src/com/android/dx/dex/file/
StringIdsSection.java 61 throw new NullPointerException("cst == null");
73 throw new IllegalArgumentException("not found");
140 throw new NullPointerException("string == null");
175 throw new NullPointerException("string == null");
183 throw new IllegalArgumentException("not found");
UniformListItem.java 59 throw new NullPointerException("itemType == null");
80 throw new IllegalArgumentException("items.size() == 0");
83 throw new NullPointerException("items == null");
174 throw new UnsupportedOperationException(
178 throw new UnsupportedOperationException(
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotation.java 61 throw new NullPointerException("type == null");
65 throw new NullPointerException("visibility == null");
194 throw new NullPointerException("pair == null");
211 throw new NullPointerException("pair == null");
217 throw new IllegalArgumentException("name already added: " + name);
  /dalvik/dx/tests/066-dex-try-catch-rethrow/
expected.txt 15 0012: throw v1
33 0011: throw v1
52 0012: throw v1
71 0011: throw v1
91 0012: throw v1
  /dalvik/libcore/archive/src/main/java/java/util/zip/
DeflaterOutputStream.java 119 throw new NullPointerException();
122 throw new IllegalArgumentException();
208 throw new IOException(Messages.getString("archive.26")); //$NON-NLS-1$
214 throw new IOException();
219 throw new ArrayIndexOutOfBoundsException();
  /dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
DESedeKeySpec.java 51 throw new NullPointerException(Messages.getString("crypto.2F")); //$NON-NLS-1$
54 throw new InvalidKeyException(
79 throw new NullPointerException(Messages.getString("crypto.2F")); //$NON-NLS-1$
82 throw new InvalidKeyException(
117 throw new InvalidKeyException(
RC5ParameterSpec.java 77 throw new IllegalArgumentException(Messages.getString("crypto.31")); //$NON-NLS-1$
80 throw new IllegalArgumentException(
118 throw new IllegalArgumentException(Messages.getString("crypto.31")); //$NON-NLS-1$
121 throw new ArrayIndexOutOfBoundsException(Messages.getString("crypto.33")); //$NON-NLS-1$
124 throw new IllegalArgumentException(
  /dalvik/libcore/luni/src/main/java/java/io/
PipedWriter.java 98 throw new NullPointerException();
102 throw new IOException(Msg.getString("K0079")); //$NON-NLS-1$
105 throw new IOException(Msg.getString("K0078")); //$NON-NLS-1$
168 throw new IOException(Msg.getString("K007b")); //$NON-NLS-1$
198 throw new IOException(Msg.getString("K007b")); //$NON-NLS-1$
  /dalvik/libcore/luni/src/main/java/java/net/
MulticastSocket.java 199 throw new IOException(Msg.getString("K0039")); //$NON-NLS-1$
230 throw new IllegalArgumentException(Msg.getString("K0318")); //$NON-NLS-1$
235 throw new SocketException(Msg.getString("K0335")); //$NON-NLS-1$
239 throw new IllegalArgumentException(Msg.getString(
246 throw new SocketException(Msg.getString("K0331")); //$NON-NLS-1$
250 throw new IOException(Msg.getString("K0039")); //$NON-NLS-1$
275 throw new IOException(Msg.getString("K003a")); //$NON-NLS-1$
304 throw new IllegalArgumentException(Msg.getString("K0318")); //$NON-NLS-1$
309 throw new SocketException(Msg.getString("K0335")); //$NON-NLS-1$
313 throw new IllegalArgumentException(Msg.getString
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
LinkedList.java 85 throw new IndexOutOfBoundsException();
102 throw new ConcurrentModificationException();
122 throw new NoSuchElementException();
124 throw new ConcurrentModificationException();
139 throw new NoSuchElementException();
141 throw new ConcurrentModificationException();
164 throw new IllegalStateException();
167 throw new ConcurrentModificationException();
176 throw new IllegalStateException();
179 throw new ConcurrentModificationException()
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
HttpURLConnectionTest.java 236 fail("Should throw NullPointerException"); //$NON-NLS-1$
264 fail("Should throw IllegalStateException"); //$NON-NLS-1$
270 fail("Should throw IllegalStateException"); //$NON-NLS-1$
280 fail("Should throw IllegalStateException"); //$NON-NLS-1$
298 fail("should throw IllegalArgumentException");
306 fail("should throw IllegalStateException");
313 fail("should throw IllegalStateException");
319 fail("should throw IllegalStateException");
349 fail("should throw IllegalStateException");
355 fail("should throw IllegalStateException")
    [all...]
  /dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java 60 // throw new Error(e);
135 throw new RuntimeException(e);
162 throw new RuntimeException(e);
166 throw new ClosedByInterruptException();
170 throw new AsynchronousCloseException();
  /dalvik/libcore/security/src/main/java/java/security/
AlgorithmParameterGenerator.java 93 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$
125 throw new IllegalArgumentException(
130 throw new NoSuchProviderException(provider);
153 throw new IllegalArgumentException(Messages.getString("security.04")); //$NON-NLS-1$
156 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$
KeyFactory.java 82 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$
111 throw new IllegalArgumentException(Messages.getString("security.02"));
115 throw new NoSuchProviderException(Messages.getString("security.03", provider));
136 throw new IllegalArgumentException(Messages.getString("security.04")); //$NON-NLS-1$
139 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$
Signature.java 104 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$
141 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$
144 throw new IllegalArgumentException(
149 throw new NoSuchProviderException(Messages.getString("security.03", provider)); //$NON-NLS-1$
172 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$
175 throw new IllegalArgumentException(Messages.getString("security.04")); //$NON-NLS-1$
269 throw new InvalidKeyException(
326 throw new SignatureException(
358 throw new IllegalArgumentException(
362 throw new SignatureException
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/cert/
CertPathBuilder.java 109 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$
139 throw new IllegalArgumentException(Messages.getString("security.02")); //$NON-NLS-1$
143 throw new NoSuchProviderException(provider);
168 throw new IllegalArgumentException(Messages.getString("security.04")); //$NON-NLS-1$
171 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$
CertPathValidator.java 108 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$
140 throw new IllegalArgumentException(Messages.getString("security.02")); //$NON-NLS-1$
144 throw new NoSuchProviderException(provider);
169 throw new IllegalArgumentException(Messages.getString("security.04")); //$NON-NLS-1$
172 throw new NullPointerException(Messages.getString("security.01")); //$NON-NLS-1$
  /dalvik/libcore/security/src/main/java/java/security/spec/
PSSParameterSpec.java 65 throw new IllegalArgumentException(Messages.getString("security.7F")); //$NON-NLS-1$
96 throw new NullPointerException(Messages.getString("security.80")); //$NON-NLS-1$
99 throw new NullPointerException(Messages.getString("security.81")); //$NON-NLS-1$
102 throw new IllegalArgumentException(Messages.getString("security.7F")); //$NON-NLS-1$
105 throw new IllegalArgumentException(Messages.getString("security.82")); //$NON-NLS-1$
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/
RandomBitsSupplier.java 142 throw new ProviderException(
158 throw new ProviderException(
190 throw new IllegalArgumentException(Messages.getString("security.195", numBytes)); //$NON-NLS-1$
194 // native security module code - throw an exception.
196 throw new ProviderException(

Completed in 2917 milliseconds

<<31323334353637383940>>