HomeSort by relevance Sort by last modified time
    Searched refs:IndexOutOfBoundsException (Results 151 - 175 of 391) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/test/java/tests/api/java/util/
ArrayListTest.java 106 fail("IndexOutOfBoundsException expected");
107 } catch (IndexOutOfBoundsException e) {
113 fail("IndexOutOfBoundsException expected");
114 } catch (IndexOutOfBoundsException e) {
169 fail("IndexOutOfBoundsException expected");
170 } catch (IndexOutOfBoundsException e) {
176 fail("IndexOutOfBoundsException expected");
177 } catch (IndexOutOfBoundsException e) {
190 // The spec does not mandate that IndexOutOfBoundsException be thrown in
201 // fail("IndexOutOfBoundsException expected")
    [all...]
LinkedListTest.java 128 fail("IndexOutOfBoundsException expected");
129 } catch (IndexOutOfBoundsException e) {
135 fail("IndexOutOfBoundsException expected");
136 } catch (IndexOutOfBoundsException e) {
156 fail("IndexOutOfBoundsException expected");
157 } catch (IndexOutOfBoundsException e) {
279 } catch (IndexOutOfBoundsException e) {
406 fail("IndexOutOfBoundsException expected");
407 } catch (IndexOutOfBoundsException e) {
413 fail("IndexOutOfBoundsException expected")
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileOutputStreamTest.java 222 fail("IndexOutOfBoundsException must be thrown if off <0");
223 } catch (IndexOutOfBoundsException e) {
228 fail("IndexOutOfBoundsException must be thrown if len <0");
229 } catch (IndexOutOfBoundsException e) {
234 fail("IndexOutOfBoundsException must be thrown if off+len > b.length");
235 } catch (IndexOutOfBoundsException e) {
240 fail("IndexOutOfBoundsException expected");
241 } catch (IndexOutOfBoundsException e) {
246 fail("IndexOutOfBoundsException expected");
247 } catch (IndexOutOfBoundsException e)
    [all...]
PipedWriterTest.java 203 fail("IndexOutOfBoundsException expected");
204 } catch (IndexOutOfBoundsException expected) {
218 } catch (IndexOutOfBoundsException expected) {}
231 } catch (IndexOutOfBoundsException expected) {}
244 } catch (IndexOutOfBoundsException t) {
259 } catch (IndexOutOfBoundsException t) {
PipedOutputStreamTest.java 171 } catch (IndexOutOfBoundsException expected) {
193 fail("IndexOutOfBoundsException expected");
194 } catch (IndexOutOfBoundsException t) {
BufferedWriterTest.java 163 fail("should throw IndexOutOfBoundsException");
165 } catch (IndexOutOfBoundsException expected) {
172 } catch (IndexOutOfBoundsException expected) {
197 fail("should throw IndexOutOfBoundsException");
198 } catch (IndexOutOfBoundsException e) {
PipedInputStreamTest.java 222 } catch (IndexOutOfBoundsException expected) {
234 } catch (IndexOutOfBoundsException expected) {
246 } catch (IndexOutOfBoundsException expected) {
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 234 fail("Should throw IndexOutOfBoundsException");
235 } catch (IndexOutOfBoundsException e) {
260 fail("Should throw IndexOutOfBoundsException");
261 } catch (IndexOutOfBoundsException e) {
296 fail("Should throw IndexOutOfBoundsException");
297 } catch (IndexOutOfBoundsException e) {
303 fail("Should throw IndexOutOfBoundsException");
304 } catch (IndexOutOfBoundsException e) {
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 122 fail("Should throw IndexOutOfBoundsException if index is negative");
123 } catch (IndexOutOfBoundsException e) {
128 fail("Should throw IndexOutOfBoundsException if index is beyond the list's size");
129 } catch (IndexOutOfBoundsException e) {
182 fail("Should throw IndexOutOfBoundsException if index is negative");
183 } catch (IndexOutOfBoundsException e) {
188 fail("Should throw IndexOutOfBoundsException if index is beyond the list's size");
189 } catch (IndexOutOfBoundsException e) {
250 fail("Should throw IndexOutOfBoundsException if index is negative");
251 } catch (IndexOutOfBoundsException e)
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 256 } catch (IndexOutOfBoundsException e) {
270 * certPath.getCertificates().size() throws: IndexOutOfBoundsException
281 fail("IndexOutOfBoundsException was not thrown as expected. "
285 } catch (IndexOutOfBoundsException e) {
326 } catch (IndexOutOfBoundsException e) {
327 fail("Unexpected IndexOutOfBoundsException was thrown. "
365 } catch (IndexOutOfBoundsException e) {
380 } catch (IndexOutOfBoundsException e) {
381 fail("Unexpected IndexOutOfBoundsException was thrown. "
427 } catch (IndexOutOfBoundsException e)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java     [all...]
Interpolator.java 89 throw new IndexOutOfBoundsException();
  /cts/tests/tests/content/src/android/content/res/cts/
AssetManager_AssetInputStreamTest.java 139 fail("should throw IndexOutOfBoundsException ");
140 } catch (IndexOutOfBoundsException e) {
148 fail("should throw IndexOutOfBoundsException ");
149 } catch (IndexOutOfBoundsException e) {
  /external/javassist/src/main/javassist/bytecode/analysis/
Frame.java 118 throw new IndexOutOfBoundsException("Stack is empty");
130 throw new IndexOutOfBoundsException("Stack is empty");
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
NullCipherTest.java 228 fail("Expected IndexOutOfBoundsException was not thrown");
229 } catch (IndexOutOfBoundsException e) {
264 fail("Expected IndexOutOfBoundsException was not thrown");
265 } catch (IndexOutOfBoundsException e) {
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterOutputStreamTest.java 348 fail("IndexOutOfBoundsException not thrown");
349 } catch (IndexOutOfBoundsException e) {
355 fail("IndexOutOfBoundsException not thrown");
356 } catch (IndexOutOfBoundsException e) {
362 fail("IndexOutOfBoundsException not thrown");
363 } catch (IndexOutOfBoundsException e) {
370 fail("IndexOutOfBoundsException not thrown");
371 } catch (IndexOutOfBoundsException e) {
DeflaterInputStreamTest.java 146 fail("should throw IndexOutOfBoundsException");
147 } catch (IndexOutOfBoundsException e) {
170 fail("should throw IndexOutOfBoundsException");
171 } catch (IndexOutOfBoundsException e) {
176 fail("should throw IndexOutOfBoundsException");
177 } catch (IndexOutOfBoundsException e) {
ZipOutputStreamTest.java 221 fail("Writing data without an entry. Should have thrown IndexOutOfBoundsException");
222 } catch (IndexOutOfBoundsException e) {
231 } catch (IndexOutOfBoundsException expected) {
241 } catch (IndexOutOfBoundsException expected) {
  /frameworks/base/core/java/android/nfc/tech/
MifareUltralight.java 275 throw new IndexOutOfBoundsException("page out of bounds: " + pageIndex);
  /frameworks/base/obex/javax/obex/
PrivateOutputStream.java 105 throw new IndexOutOfBoundsException("index outof bound");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
BerTlv.java 115 } catch (IndexOutOfBoundsException e) {
117 "IndexOutOfBoundsException " +
  /external/guava/guava-tests/test/com/google/common/hash/
AbstractStreamingHasherTest.java 99 } catch (IndexOutOfBoundsException ok) {}
103 } catch (IndexOutOfBoundsException ok) {}
107 } catch (IndexOutOfBoundsException ok) {}
  /frameworks/base/core/java/android/os/
MemoryFile.java 202 throw new IndexOutOfBoundsException();
226 throw new IndexOutOfBoundsException();
302 throw new IndexOutOfBoundsException();
  /libcore/luni/src/main/java/java/nio/
CharBuffer.java 86 * @exception IndexOutOfBoundsException
127 * @exception IndexOutOfBoundsException
132 throw new IndexOutOfBoundsException("cs.length()=" + cs.length() + ", start=" + start + ", end=" + end);
177 * @exception IndexOutOfBoundsException
182 throw new IndexOutOfBoundsException("index=" + index + ", remaining()=" + remaining());
319 * @exception IndexOutOfBoundsException
341 * @exception IndexOutOfBoundsException
469 * @exception IndexOutOfBoundsException
527 * @exception IndexOutOfBoundsException
568 * @exception IndexOutOfBoundsException
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldPipedWriterTest.java 183 fail("Test 2: IndexOutOfBoundsException expected.");
184 } catch (IndexOutOfBoundsException e) {
190 fail("Test 3: IndexOutOfBoundsException expected.");
191 } catch (IndexOutOfBoundsException e) {
197 fail("Test 4: IndexOutOfBoundsException expected.");
198 } catch (IndexOutOfBoundsException e) {

Completed in 1031 milliseconds

1 2 3 4 5 67 8 91011>>