/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
H A D | BufferedOutputStreamTest.java | 167 byte[] nullByteArray = null; in test_write_$BII_Exception() 171 bos.write(nullByteArray, -1, -1); in test_write_$BII_Exception() 178 bos.write(nullByteArray, -1, 0); in test_write_$BII_Exception() 185 bos.write(nullByteArray, -1, 1); in test_write_$BII_Exception() 192 bos.write(nullByteArray, 0, -1); in test_write_$BII_Exception() 199 bos.write(nullByteArray, 0, 0); in test_write_$BII_Exception() 206 bos.write(nullByteArray, 0, 1); in test_write_$BII_Exception() 213 bos.write(nullByteArray, 1, -1); in test_write_$BII_Exception() 220 bos.write(nullByteArray, 1, 0); in test_write_$BII_Exception() 227 bos.write(nullByteArray, 1, 1); in test_write_$BII_Exception() [all …]
|
H A D | DataInputStreamTest.java | 214 byte[] nullByteArray = null; in test_readFully$BII_NullArray() 217 is.readFully(nullByteArray, -1, -1); in test_readFully$BII_NullArray() 224 is.readFully(nullByteArray, 0, -1); in test_readFully$BII_NullArray() 231 is.readFully(nullByteArray, 1, -1); in test_readFully$BII_NullArray() 237 is.readFully(nullByteArray, -1, 0); in test_readFully$BII_NullArray() 238 is.readFully(nullByteArray, 0, 0); in test_readFully$BII_NullArray() 239 is.readFully(nullByteArray, 1, 0); in test_readFully$BII_NullArray() 242 is.readFully(nullByteArray, -1, 1); in test_readFully$BII_NullArray() 249 is.readFully(nullByteArray, 0, 1); in test_readFully$BII_NullArray() 256 is.readFully(nullByteArray, 1, 1); in test_readFully$BII_NullArray() [all …]
|
H A D | RandomAccessFileTest.java | 480 byte[] nullByteArray = null; in test_write$B() 482 raf.write(nullByteArray); in test_write$B() 493 raf.write(nullByteArray); in test_write$B() 538 byte[] nullByteArray = null; in test_write_$BII_Exception() 542 raf.write(nullByteArray, -1, -1); in test_write_$BII_Exception() 549 raf.write(nullByteArray, 0, 0); in test_write_$BII_Exception() 556 raf.write(nullByteArray, 1, -1); in test_write_$BII_Exception() 563 raf.write(nullByteArray, 1, 0); in test_write_$BII_Exception() 570 raf.write(nullByteArray, 1, 1); in test_write_$BII_Exception() 626 raf.write(nullByteArray, -1, -1); in test_write_$BII_Exception()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/ |
H A D | OldDataOutputStreamTest.java | 88 byte[] nullByteArray = null; in test_write$BII_Exception() 92 os.write(nullByteArray, 0, 1); in test_write$BII_Exception()
|
H A D | OldBufferedOutputStreamTest.java | 123 byte[] nullByteArray = null; in test_write$BII_Exception() 127 bos.write(nullByteArray, 0, 1); in test_write$BII_Exception()
|
H A D | OldRandomAccessFileTest.java | 1059 byte[] nullByteArray = null; in test_write$B() 1061 raf.write(nullByteArray); in test_write$B()
|
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_c_ffi/cpp/ |
D | ukey2_glue.cc | 23 CFFIByteArray nullByteArray() { in nullByteArray() function
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | ParcelNullabilityTest.java | 46 public void nullByteArray() { in nullByteArray() method in ParcelNullabilityTest
|
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | core-tests.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/ |
D | core-tests.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |