Home
last modified time | relevance | path

Searched refs:writeBoolean (Results 1 – 18 of 18) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
DDataOutputStreamTest.java32 os.writeBoolean(true); in test_writeBoolean()
33 os.writeBoolean(false); in test_writeBoolean()
DOldDataInputOutputStreamTest.java38 os.writeBoolean(true); in test_read_writeBoolean()
41 os.writeBoolean(false); in test_read_writeBoolean()
DOldObjectInputOutputStreamTest.java37 os.writeBoolean(true); in test_read_writeBoolean()
DOldAndroidDataInputStreamTest.java70 f.writeBoolean(true); in testDataInputStream()
DOldRandomAccessFileTest.java385 raf.writeBoolean(true); in test_read_writeBoolean()
386 raf.writeBoolean(false); in test_read_writeBoolean()
403 raf.writeBoolean(false); in test_read_writeBoolean()
/libcore/ojluni/src/main/java/java/io/
DDataOutput.java114 void writeBoolean(boolean v) throws IOException; in writeBoolean() method
DDataOutputStream.java138 public final void writeBoolean(boolean v) throws IOException { in writeBoolean() method in DataOutputStream
DRandomAccessFile.java1066 public final void writeBoolean(boolean v) throws IOException { in writeBoolean() method in RandomAccessFile
/libcore/ojluni/src/main/java/java/sql/
DSQLOutput.java80 void writeBoolean(boolean x) throws SQLException; in writeBoolean() method
/libcore/ojluni/src/main/java/java/security/cert/
DCertificateRevokedException.java207 oos.writeBoolean(ext.isCritical()); in writeObject()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataOutputStreamTest.java100 os.writeBoolean(true); in test_writeBooleanZ()
DRandomAccessFileTest.java260 raf.writeBoolean(true); in test_readBoolean()
694 raf.writeBoolean(true); in test_writeBooleanZ()
DDataInputStreamTest.java83 os.writeBoolean(true); in test_readBoolean()
DObjectOutputStreamTest.java774 oos.writeBoolean(true); in test_writeBooleanZ()
/libcore/ojluni/annotations/hiddenapi/java/io/
DRandomAccessFile.java168 public final void writeBoolean(boolean v) throws java.io.IOException { in writeBoolean() method in RandomAccessFile
DObjectOutputStream.java123 public void writeBoolean(boolean val) throws java.io.IOException { in writeBoolean() method in ObjectOutputStream
364 public void writeBoolean(boolean v) throws java.io.IOException { in writeBoolean() method in ObjectOutputStream.BlockDataOutputStream
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java396 out.writeBoolean(false); in writeObject()
398 out.writeBoolean(false); in writeObject()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java734 oos.writeBoolean(true); in test_readBoolean()