Home
last modified time | relevance | path

Searched refs:readBoolean (Results 1 – 20 of 20) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
DOldObjectInputOutputStreamTest.java42 is.readBoolean()); in test_read_writeBoolean()
45 is.readBoolean(); in test_read_writeBoolean()
53 is.readBoolean(); in test_read_writeBoolean()
DOldDataInputOutputStreamTest.java51 dis.readBoolean()); in test_read_writeBoolean()
54 dis.readBoolean(); in test_read_writeBoolean()
62 dis.readBoolean(); in test_read_writeBoolean()
DOldAndroidDataInputStreamTest.java89 assertTrue(g.readBoolean()); in testDataInputStream()
DOldRandomAccessFileTest.java390 true, raf.readBoolean()); in test_read_writeBoolean()
392 false, raf.readBoolean()); in test_read_writeBoolean()
395 raf.readBoolean(); in test_read_writeBoolean()
409 raf.readBoolean(); in test_read_writeBoolean()
/libcore/ojluni/src/main/java/java/io/
DDataInput.java274 boolean readBoolean() throws IOException; in readBoolean() method
DDataInputStream.java244 public final boolean readBoolean() throws IOException { in readBoolean() method in DataInputStream
DRandomAccessFile.java729 public final boolean readBoolean() throws IOException { in readBoolean() method in RandomAccessFile
DObjectInputStream.java961 public boolean readBoolean() throws IOException { in readBoolean() method in ObjectInputStream
962 return bin.readBoolean(); in readBoolean()
2908 public boolean readBoolean() throws IOException { in readBoolean() method in ObjectInputStream.BlockDataInputStream
3042 v[off++] = din.readBoolean(); in readBooleans()
/libcore/ojluni/src/main/java/java/sql/
DSQLInput.java87 boolean readBoolean() throws SQLException; in readBoolean() method
/libcore/ojluni/src/main/java/java/security/cert/
DCertificateRevokedException.java238 boolean critical = ois.readBoolean(); in readObject()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DDataOutputStreamTest.java103 boolean c = dis.readBoolean(); in test_writeBooleanZ()
DDataInputStreamTest.java86 assertTrue("Incorrect boolean written", dis.readBoolean()); in test_readBoolean()
467 public boolean readBoolean() throws IOException { in readBoolean() method in DataInputStreamTest.TestDataInputStream
DRandomAccessFileTest.java262 assertTrue("Incorrect boolean read/written", raf.readBoolean()); in test_readBoolean()
696 assertTrue("Incorrect boolean read/written", raf.readBoolean()); in test_writeBooleanZ()
DPrintStreamTest.java390 assertTrue("Incorrect boolean written", dis.readBoolean()); in test_printZ()
DSerializationStressTest.java421 assertTrue("Wrote incorrect byte value", ois.readBoolean()); in test_9_writeBoolean()
DObjectOutputStreamTest.java777 assertTrue("Wrote incorrect byte value", ois.readBoolean()); in test_writeBooleanZ()
/libcore/ojluni/annotations/hiddenapi/java/io/
DRandomAccessFile.java120 public final boolean readBoolean() throws java.io.IOException { in readBoolean() method in RandomAccessFile
DObjectInputStream.java115 public boolean readBoolean() throws java.io.IOException { in readBoolean() method in ObjectInputStream
420 public boolean readBoolean() throws java.io.IOException { in readBoolean() method in ObjectInputStream.BlockDataInputStream
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java405 boolean hasDiffString = in.readBoolean(); in readObject()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java737 assertTrue("Read incorrect boolean value", ois.readBoolean()); in test_readBoolean()