OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArrayIndexOutOfBoundsException
(Results
26 - 50
of
197
) sorted by null
1
2
3
4
5
6
7
8
/libcore/luni/src/main/java/java/io/
FilterOutputStream.java
132
throw new
ArrayIndexOutOfBoundsException
("Offset out of bounds: " + offset);
135
throw new
ArrayIndexOutOfBoundsException
("Length out of bounds: " + length);
LineNumberInputStream.java
170
throw new
ArrayIndexOutOfBoundsException
("Offset out of bounds: " + offset);
173
throw new
ArrayIndexOutOfBoundsException
("Length out of bounds: " + length);
StringBufferInputStream.java
114
throw new
ArrayIndexOutOfBoundsException
("Offset out of bounds: " + offset);
117
throw new
ArrayIndexOutOfBoundsException
("Length out of bounds: " + length);
PushbackInputStream.java
180
throw new
ArrayIndexOutOfBoundsException
("Offset out of bounds: " + offset);
183
throw new
ArrayIndexOutOfBoundsException
("Length out of bounds: " + length);
295
throw new
ArrayIndexOutOfBoundsException
("Offset out of bounds: " + offset);
298
throw new
ArrayIndexOutOfBoundsException
("Length out of bounds: " + length);
/libcore/luni/src/main/java/org/apache/harmony/luni/net/
SocketInputStream.java
79
throw new
ArrayIndexOutOfBoundsException
("Offset out of bounds: " + offset);
82
throw new
ArrayIndexOutOfBoundsException
();
SocketOutputStream.java
59
throw new
ArrayIndexOutOfBoundsException
();
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributesImplTest.java
414
fail("
ArrayIndexOutOfBoundsException
expected");
415
} catch (
ArrayIndexOutOfBoundsException
e) {
422
fail("
ArrayIndexOutOfBoundsException
expected");
423
} catch (
ArrayIndexOutOfBoundsException
e) {
445
fail("
ArrayIndexOutOfBoundsException
expected");
446
} catch (
ArrayIndexOutOfBoundsException
e) {
452
fail("
ArrayIndexOutOfBoundsException
expected");
453
} catch (
ArrayIndexOutOfBoundsException
e) {
475
fail("
ArrayIndexOutOfBoundsException
expected");
476
} catch (
ArrayIndexOutOfBoundsException
e)
[
all
...]
/libcore/luni/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java
60
throw new
ArrayIndexOutOfBoundsException
(XMLMessages.createXMLMessage(XMLErrorResources.ER_CHUNKEDINTARRAY_NOT_SUPPORTED, new Object[]{Integer.toString(slotsize)})); //"ChunkedIntArray("+slotsize+") not currently supported");
83
catch(
ArrayIndexOutOfBoundsException
aioobe)
110
int readEntry(int position, int offset) throws
ArrayIndexOutOfBoundsException
117
catch(
ArrayIndexOutOfBoundsException
aioobe)
122
throw new
ArrayIndexOutOfBoundsException
(XMLMessages.createXMLMessage(XMLErrorResources.ER_OFFSET_BIGGER_THAN_SLOT, null)); //"Offset bigger than slot");
192
void writeEntry(int position, int offset, int value) throws
ArrayIndexOutOfBoundsException
199
catch(
ArrayIndexOutOfBoundsException
aioobe)
203
throw new
ArrayIndexOutOfBoundsException
(XMLMessages.createXMLMessage(XMLErrorResources.ER_OFFSET_BIGGER_THAN_SLOT, null)); //"Offset bigger than slot");
252
catch(
ArrayIndexOutOfBoundsException
aioobe)
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
ArrayTest.java
65
} catch (
ArrayIndexOutOfBoundsException
e) {
96
} catch (
ArrayIndexOutOfBoundsException
e) {
138
} catch (
ArrayIndexOutOfBoundsException
e) {
190
} catch (
ArrayIndexOutOfBoundsException
e) {
242
} catch (
ArrayIndexOutOfBoundsException
e) {
295
} catch (
ArrayIndexOutOfBoundsException
e) {
347
} catch (
ArrayIndexOutOfBoundsException
e) {
399
} catch (
ArrayIndexOutOfBoundsException
e) {
477
} catch (
ArrayIndexOutOfBoundsException
e) {
529
} catch (
ArrayIndexOutOfBoundsException
e)
[
all
...]
/frameworks/base/core/java/android/os/
Vibrator.java
87
throw new
ArrayIndexOutOfBoundsException
();
/frameworks/base/core/java/com/google/android/mms/pdu/
QuotedPrintable.java
59
} catch (
ArrayIndexOutOfBoundsException
e) {
/libcore/luni/src/main/java/java/util/zip/
CRC32.java
85
throw new
ArrayIndexOutOfBoundsException
();
/libcore/luni/src/main/java/javax/crypto/spec/
IvParameterSpec.java
65
* @throws
ArrayIndexOutOfBoundsException
73
throw new
ArrayIndexOutOfBoundsException
();
/libcore/luni/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java
110
* @throws
ArrayIndexOutOfBoundsException
112
public String getFunction(int i) throws
ArrayIndexOutOfBoundsException
116
throw new
ArrayIndexOutOfBoundsException
();
166
* @throws
ArrayIndexOutOfBoundsException
168
public String getElement(int i) throws
ArrayIndexOutOfBoundsException
172
throw new
ArrayIndexOutOfBoundsException
();
/libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
DOMStringListImpl.java
70
} catch (
ArrayIndexOutOfBoundsException
e) {
/libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java
87
throw new
ArrayIndexOutOfBoundsException
(
129
* @exception java.lang.
ArrayIndexOutOfBoundsException
When the
135
throw new
ArrayIndexOutOfBoundsException
(
290
* @exception java.lang.
ArrayIndexOutOfBoundsException
When the
297
throw new
ArrayIndexOutOfBoundsException
(
310
* @exception java.lang.
ArrayIndexOutOfBoundsException
When the
316
throw new
ArrayIndexOutOfBoundsException
(
/cts/tools/dx-tests/src/dxc/junit/opcodes/aaload/
Test_aaload.java
44
* @title
ArrayIndexOutOfBoundsException
expected
51
fail("expected
ArrayIndexOutOfBoundsException
");
52
} catch (
ArrayIndexOutOfBoundsException
aioobe) {
58
* @title Negative index.
ArrayIndexOutOfBoundsException
expected
65
fail("expected
ArrayIndexOutOfBoundsException
");
66
} catch (
ArrayIndexOutOfBoundsException
aioobe) {
/cts/tools/dx-tests/src/dxc/junit/opcodes/baload/
Test_baload.java
46
* @title expected
ArrayIndexOutOfBoundsException
53
fail("expected
ArrayIndexOutOfBoundsException
");
54
} catch (
ArrayIndexOutOfBoundsException
aie) {
73
* @title expected
ArrayIndexOutOfBoundsException
80
fail("expected
ArrayIndexOutOfBoundsException
");
81
} catch (
ArrayIndexOutOfBoundsException
aie) {
/cts/tools/dx-tests/src/dxc/junit/opcodes/bastore/
Test_bastore.java
46
* @title expected
ArrayIndexOutOfBoundsException
53
fail("expected
ArrayIndexOutOfBoundsException
");
54
} catch (
ArrayIndexOutOfBoundsException
aie) {
73
* @title expected
ArrayIndexOutOfBoundsException
80
fail("expected
ArrayIndexOutOfBoundsException
");
81
} catch (
ArrayIndexOutOfBoundsException
aie) {
/cts/tools/dx-tests/src/dxc/junit/opcodes/caload/
Test_caload.java
46
* @title expected
ArrayIndexOutOfBoundsException
53
fail("expected
ArrayIndexOutOfBoundsException
");
54
} catch (
ArrayIndexOutOfBoundsException
aie) {
73
* @title expected
ArrayIndexOutOfBoundsException
80
fail("expected
ArrayIndexOutOfBoundsException
");
81
} catch (
ArrayIndexOutOfBoundsException
aie) {
/cts/tools/dx-tests/src/dxc/junit/opcodes/castore/
Test_castore.java
46
* @title expected
ArrayIndexOutOfBoundsException
53
fail("expected
ArrayIndexOutOfBoundsException
");
54
} catch (
ArrayIndexOutOfBoundsException
aie) {
73
* @title expected
ArrayIndexOutOfBoundsException
80
fail("expected
ArrayIndexOutOfBoundsException
");
81
} catch (
ArrayIndexOutOfBoundsException
aie) {
/cts/tools/dx-tests/src/dxc/junit/opcodes/daload/
Test_daload.java
46
* @title expected
ArrayIndexOutOfBoundsException
53
fail("expected
ArrayIndexOutOfBoundsException
");
54
} catch (
ArrayIndexOutOfBoundsException
aie) {
73
* @title expected
ArrayIndexOutOfBoundsException
80
fail("expected
ArrayIndexOutOfBoundsException
");
81
} catch (
ArrayIndexOutOfBoundsException
aie) {
/cts/tools/dx-tests/src/dxc/junit/opcodes/dastore/
Test_dastore.java
46
* @title expected
ArrayIndexOutOfBoundsException
53
fail("expected
ArrayIndexOutOfBoundsException
");
54
} catch (
ArrayIndexOutOfBoundsException
aie) {
73
* @title expected
ArrayIndexOutOfBoundsException
80
fail("expected
ArrayIndexOutOfBoundsException
");
81
} catch (
ArrayIndexOutOfBoundsException
aie) {
/cts/tools/dx-tests/src/dxc/junit/opcodes/faload/
Test_faload.java
46
* @title expected
ArrayIndexOutOfBoundsException
53
fail("expected
ArrayIndexOutOfBoundsException
");
54
} catch (
ArrayIndexOutOfBoundsException
aie) {
73
* @title expected
ArrayIndexOutOfBoundsException
80
fail("expected
ArrayIndexOutOfBoundsException
");
81
} catch (
ArrayIndexOutOfBoundsException
aie) {
/cts/tools/dx-tests/src/dxc/junit/opcodes/fastore/
Test_fastore.java
46
* @title expected
ArrayIndexOutOfBoundsException
53
fail("expected
ArrayIndexOutOfBoundsException
");
54
} catch (
ArrayIndexOutOfBoundsException
aie) {
73
* @title expected
ArrayIndexOutOfBoundsException
80
fail("expected
ArrayIndexOutOfBoundsException
");
81
} catch (
ArrayIndexOutOfBoundsException
aie) {
Completed in 626 milliseconds
1
2
3
4
5
6
7
8