| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
| D | NegativeArraySizeExceptionTest.java | 28 NegativeArraySizeException e = new NegativeArraySizeException(); in test_Constructor() 38 NegativeArraySizeException e = new NegativeArraySizeException("fixture"); in test_ConstructorLjava_lang_String()
|
| D | StringBuilderTest.java | 50 } catch (NegativeArraySizeException e) { in test_ConstructorI()
|
| /libcore/ojluni/src/main/java/java/lang/ |
| D | NegativeArraySizeException.java | 33 public class NegativeArraySizeException extends RuntimeException { class 41 public NegativeArraySizeException() { in NegativeArraySizeException() method in NegativeArraySizeException 51 public NegativeArraySizeException(String s) { in NegativeArraySizeException() method in NegativeArraySizeException
|
| D | StringUTF16.java | 44 throw new NegativeArraySizeException(); in newBytesFor()
|
| /libcore/luni/src/test/java/libcore/dalvik/system/ |
| D | VMRuntimeTest.java | 34 } 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/ |
| D | Array.java | 78 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/ |
| D | IllegalConstructorArgs.java | 51 catch (NegativeArraySizeException e2) { in main()
|
| /libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
| D | Array.annotated.java | 36 …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/ |
| D | ArrayConstructorTest.java | 91 @Test(expectedExceptions = {NegativeArraySizeException.class})
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| D | ArraysTest.java | 3272 } 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 …]
|
| D | BitSetTest.java | 52 } catch (NegativeArraySizeException expected) { in test_ConstructorI()
|
| /libcore/ojluni/src/main/java/java/util/logging/ |
| D | LogRecord.java | 505 throw new NegativeArraySizeException(); in readObject()
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
| D | ArrayTest.java | 508 } 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/ |
| D | OldSHA1PRNGSecureRandomTest.java | 59 } catch (NegativeArraySizeException e) { in testGenerateSeedint01()
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | BitSet.java | 162 throw new NegativeArraySizeException("nbits < 0: " + nbits); in BitSet()
|
| /libcore/ojluni/src/main/java/java/io/ |
| D | ObjectInputStream.java | 1158 throw new NegativeArraySizeException(); in checkArray()
|
| /libcore/ojluni/src/main/java/java/math/ |
| D | BigDecimal.java | 700 } catch (ArrayIndexOutOfBoundsException | NegativeArraySizeException e) { in BigDecimal()
|
| /libcore/ |
| D | openjdk_java_files.bp | 168 "ojluni/src/main/java/java/lang/NegativeArraySizeException.java",
|
| D | EXPECTED_UPSTREAM | 173 …in/java/java/lang/NegativeArraySizeException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
|
| /libcore/api/ |
| D | current.txt | 3609 public class NegativeArraySizeException extends java.lang.RuntimeException { 3610 ctor public NegativeArraySizeException(); 3611 ctor public NegativeArraySizeException(String); 4907 …blic static Object newInstance(@NonNull Class<?>, int) throws java.lang.NegativeArraySizeException; 4908 … Class<?>, int...) throws java.lang.IllegalArgumentException, java.lang.NegativeArraySizeException;
|