Home
last modified time | relevance | path

Searched refs:NegativeArraySizeException (Results 1 – 20 of 20) 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.java33 public class NegativeArraySizeException extends RuntimeException { class
41 public NegativeArraySizeException() { in NegativeArraySizeException() method in NegativeArraySizeException
51 public NegativeArraySizeException(String s) { in NegativeArraySizeException() method in NegativeArraySizeException
DStringUTF16.java44 throw new NegativeArraySizeException(); in newBytesFor()
/libcore/luni/src/test/java/libcore/dalvik/system/
DVMRuntimeTest.java34 } catch (NegativeArraySizeException expected) { in doTestNewNonMovableArray()
40 } catch (NegativeArraySizeException expected) { in doTestNewNonMovableArray()
88 } catch (NegativeArraySizeException expected) { in doTestNewUnpaddedArray()
94 } catch (NegativeArraySizeException expected) { in doTestNewUnpaddedArray()
/libcore/ojluni/src/main/java/java/lang/reflect/
DArray.java78 throws NegativeArraySizeException { in newInstance()
114 throws IllegalArgumentException, NegativeArraySizeException { in newInstance()
775 throws NegativeArraySizeException { in newArray()
813 throws NegativeArraySizeException; in createMultiArray()
821 throws NegativeArraySizeException; in createObjectArray()
/libcore/ojluni/src/test/java/util/Vector/
DIllegalConstructorArgs.java51 catch (NegativeArraySizeException e2) { in main()
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DArray.annotated.java36 …java.lang.Class<?> componentType, int length) throws java.lang.NegativeArraySizeException { throw … in newInstance()
38 …mensions) throws java.lang.IllegalArgumentException, java.lang.NegativeArraySizeException { throw … in newInstance()
/libcore/ojluni/src/test/java/lang/invoke/
DArrayConstructorTest.java91 @Test(expectedExceptions = {NegativeArraySizeException.class})
/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/ojluni/src/main/java/java/util/logging/
DLogRecord.java505 throw new NegativeArraySizeException(); in readObject()
/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.java63 } catch (NegativeArraySizeException | IllegalArgumentException e) { in testGenerateSeedint01()
/libcore/ojluni/src/main/java/java/util/
DBitSet.java162 throw new NegativeArraySizeException("nbits < 0: " + nbits); in BitSet()
/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java1158 throw new NegativeArraySizeException(); in checkArray()
/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java700 } catch (ArrayIndexOutOfBoundsException | NegativeArraySizeException e) { in BigDecimal()
/libcore/
Dopenjdk_java_files.bp169 "ojluni/src/main/java/java/lang/NegativeArraySizeException.java",
DEXPECTED_UPSTREAM174 …in/java/java/lang/NegativeArraySizeException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
/libcore/api/
Dcurrent.txt3660 public class NegativeArraySizeException extends java.lang.RuntimeException {
3661 ctor public NegativeArraySizeException();
3662 ctor public NegativeArraySizeException(String);
4991 …blic static Object newInstance(@NonNull Class<?>, int) throws java.lang.NegativeArraySizeException;
4992 … Class<?>, int...) throws java.lang.IllegalArgumentException, java.lang.NegativeArraySizeException;