Home
last modified time | relevance | path

Searched refs:nullByteArray (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DBufferedOutputStreamTest.java167 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 DDataInputStreamTest.java214 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 DRandomAccessFileTest.java480 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 DOldDataOutputStreamTest.java88 byte[] nullByteArray = null; in test_write$BII_Exception()
92 os.write(nullByteArray, 0, 1); in test_write$BII_Exception()
H A DOldBufferedOutputStreamTest.java123 byte[] nullByteArray = null; in test_write$BII_Exception()
127 bos.write(nullByteArray, 0, 1); in test_write$BII_Exception()
H A DOldRandomAccessFileTest.java1059 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/
Dukey2_glue.cc23 CFFIByteArray nullByteArray() { in nullByteArray() function
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/os/
H A DParcelNullabilityTest.java46 public void nullByteArray() { in nullByteArray() method in ParcelNullabilityTest
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...