Searched refs:writeBoolean (Results 1 - 13 of 13) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DDataOutput.java78 public abstract void writeBoolean(boolean val) throws IOException; method in interface:DataOutput
H A DDataOutputStream.java127 public final void writeBoolean(boolean val) throws IOException { method in class:DataOutputStream
H A DEmulatedFieldsForDumping.java212 output.writeBoolean(fieldValue != null ? ((Boolean) fieldValue).booleanValue() : false);
H A DObjectOutputStream.java672 public void writeBoolean(boolean value) throws IOException { method in class:ObjectOutputStream
674 primitiveTypes.writeBoolean(value);
917 output.writeBoolean(fieldValue != null ? ((Boolean) fieldValue).booleanValue() : false);
972 output.writeBoolean(field.getBoolean(obj));
1173 output.writeBoolean(booleanArray[i]);
H A DRandomAccessFile.java300 * @see #writeBoolean(boolean)
320 * @see #writeBoolean(boolean)
721 public final void writeBoolean(boolean val) throws IOException { method in class:RandomAccessFile
/libcore/luni/src/main/java/java/sql/
H A DSQLOutput.java61 public void writeBoolean(boolean theFlag) throws SQLException; method in interface:SQLOutput
/libcore/luni/src/test/java/libcore/java/io/
H A DDataOutputStreamTest.java30 os.writeBoolean(true);
31 os.writeBoolean(false);
H A DOldDataInputOutputStreamTest.java38 os.writeBoolean(true);
41 os.writeBoolean(false);
H A DOldAndroidDataInputStreamTest.java70 f.writeBoolean(true);
H A DOldObjectInputOutputStreamTest.java37 os.writeBoolean(true);
H A DOldRandomAccessFileTest.java381 * java.io.RandomAccessFile#writeBoolean(boolean)
385 raf.writeBoolean(true);
386 raf.writeBoolean(false);
403 raf.writeBoolean(false);
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java396 out.writeBoolean(false);
398 out.writeBoolean(false);
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java280 oos.writeBoolean(true);

Completed in 164 milliseconds