Home
last modified time | relevance | path

Searched refs:NegativeArraySizeException (Results 1 – 13 of 13) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DNegativeArraySizeExceptionTest.java28 NegativeArraySizeException e = new NegativeArraySizeException(); in test_Constructor()
38 NegativeArraySizeException e = new NegativeArraySizeException("fixture"); in test_ConstructorLjava_lang_String()
DStringBuilderTest.java50 } catch (NegativeArraySizeException e) { in test_ConstructorI()
/libcore/ojluni/src/main/java/java/lang/
DNegativeArraySizeException.java35 class NegativeArraySizeException extends RuntimeException { class
42 public NegativeArraySizeException() { in NegativeArraySizeException() method in NegativeArraySizeException
52 public NegativeArraySizeException(String s) { in NegativeArraySizeException() method in NegativeArraySizeException
/libcore/luni/src/test/java/dalvik/system/
DVMRuntimeTest.java32 } catch (NegativeArraySizeException expected) { in doTestNewNonMovableArray()
38 } catch (NegativeArraySizeException expected) { in doTestNewNonMovableArray()
86 } catch (NegativeArraySizeException expected) { in doTestNewUnpaddedArray()
92 } catch (NegativeArraySizeException expected) { in doTestNewUnpaddedArray()
/libcore/ojluni/src/main/java/java/lang/reflect/
DArray.java70 throws NegativeArraySizeException { in newInstance()
108 throws IllegalArgumentException, NegativeArraySizeException { in newInstance()
724 …bject createMultiArray(Class<?> componentType, int[] dimensions) throws NegativeArraySizeException; in createMultiArray()
735 …rivate static Object newArray(Class<?> componentType, int size) throws NegativeArraySizeException { in newArray()
763 …ive Object createObjectArray(Class<?> componentType, int length) throws NegativeArraySizeException; in createObjectArray()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DArraysTest.java3272 } catch (NegativeArraySizeException e) { in test_copyOf_$BI()
3278 } catch (NegativeArraySizeException e) { in test_copyOf_$BI()
3309 } catch (NegativeArraySizeException e) { in test_copyOf_$SI()
3315 } catch (NegativeArraySizeException e) { in test_copyOf_$SI()
3346 } catch (NegativeArraySizeException e) { in test_copyOf_$II()
3352 } catch (NegativeArraySizeException e) { in test_copyOf_$II()
3383 } catch (NegativeArraySizeException e) { in test_copyOf_$ZI()
3389 } catch (NegativeArraySizeException e) { in test_copyOf_$ZI()
3420 } catch (NegativeArraySizeException e) { in test_copyOf_$CI()
3426 } catch (NegativeArraySizeException e) { in test_copyOf_$CI()
[all …]
DBitSetTest.java52 } catch (NegativeArraySizeException expected) { in test_ConstructorI()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DArrayTest.java508 } catch (NegativeArraySizeException e) { in test_newInstanceLjava_lang_Class$I()
553 } catch (NegativeArraySizeException e) { in test_newInstanceLjava_lang_ClassI()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/
DOldSHA1PRNGSecureRandomTest.java59 } catch (NegativeArraySizeException e) { in testGenerateSeedint01()
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
DSHA1PRNG_SecureRandomImpl.java248 throw new NegativeArraySizeException(Integer.toString(numBytes)); in engineGenerateSeed()
/libcore/ojluni/src/main/java/java/util/
DBitSet.java159 throw new NegativeArraySizeException("nbits < 0: " + nbits); in BitSet()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerTest.java88 } catch (NegativeArraySizeException e) { in test_ConstructorILjava_util_Random()
/libcore/
Dopenjdk_java_files.mk157 ojluni/src/main/java/java/lang/NegativeArraySizeException.java \