Searched refs:writeByte (Results 51 - 75 of 143) sorted by relevance

123456

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java191 dos.writeByte(cpConstType);
203 dos.writeByte(cpConstType);
209 dos.writeByte(cpConstType);
215 dos.writeByte(cpConstType);
224 dos.writeByte(cpConstType);
233 dos.writeByte(JVM_CONSTANT_Class);
243 dos.writeByte(cpConstType);
255 dos.writeByte(cpConstType);
267 dos.writeByte(cpConstType);
279 dos.writeByte(cpConstTyp
[all...]
/openjdk9/jdk/test/java/time/tck/java/time/
H A DAbstractTCKTest.java200 out.writeByte(ObjectStreamConstants.TC_OBJECT);
201 out.writeByte(ObjectStreamConstants.TC_CLASSDESC);
204 out.writeByte(ObjectStreamConstants.SC_SERIALIZABLE); // Flags ObjectStreamConstants
206 out.writeByte(ObjectStreamConstants.TC_ENDBLOCKDATA);
207 out.writeByte(ObjectStreamConstants.TC_NULL); // no superclasses
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DSelect.java109 out.writeByte(opcode);
112 out.writeByte(0);
H A DGOTO.java52 out.writeByte(opcode);
H A DJSR.java52 out.writeByte(opcode);
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DClassWriter.java174 public void writeByte(int value) { method in class:ClassWriter.ClassOutputStream
176 d.writeByte(value);
239 out.writeByte(info.getTag());
294 out.writeByte(info.reference_kind.tag);
527 out.writeByte(attr.method_parameter_table.length);
591 out.writeByte(b);
631 out.writeByte(attr.parameter_annotations.length);
651 out.writeByte(attr.parameter_annotations.length);
846 out.writeByte(ev.tag);
885 out.writeByte(
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.word/src/org/graalvm/compiler/word/
H A DPointer.java276 void writeByte(WordBase offset, byte val, LocationIdentity locationIdentity); method in interface:Pointer
412 void writeByte(int offset, byte val, LocationIdentity locationIdentity); method in interface:Pointer
739 void writeByte(WordBase offset, byte val); method in interface:Pointer
852 void writeByte(int offset, byte val); method in interface:Pointer
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DStackMapType.java89 file.writeByte(type);
H A DConstantClass.java85 file.writeByte(tag);
H A DConstantCP.java78 file.writeByte(tag);
H A DConstantNameAndType.java90 file.writeByte(tag);
H A DConstantString.java81 file.writeByte(tag);
/openjdk9/jdk/src/java.desktop/share/classes/javax/imageio/stream/
H A DImageOutputStream.java139 * (This means that {@code writeByte} does exactly the same
152 void writeByte(int v) throws IOException; method in interface:ImageOutputStream
322 * the {@code writeByte} method. The high-order eight bits of
/openjdk9/jdk/test/java/io/Serializable/subclass/
H A DAbstractObjectOutputStream.java243 public abstract void writeByte(int data) throws IOException; method in class:AbstractObjectOutputStream
/openjdk9/jdk/src/java.sql/share/classes/java/sql/
H A DSQLOutput.java93 void writeByte(byte x) throws SQLException; method in interface:SQLOutput
/openjdk9/jdk/test/java/io/Serializable/corruptedUTFConsumption/
H A DCorruptedUTFConsumption.java73 oout.writeByte(0); // leave one byte of padding
/openjdk9/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DBytes.java73 oout.writeByte(0);
/openjdk9/jdk/test/java/time/tck/java/time/chrono/serial/
H A DTCKChronologySerialization.java107 dos.writeByte(CHRONO_TYPE);
/openjdk9/jdk/test/java/time/tck/java/time/serial/
H A DTCKDurationSerialization.java97 dos.writeByte(1);
/openjdk9/jdk/test/javax/sound/midi/Gervill/RiffReaderWriter/
H A DAvailable.java53 chunk.writeByte(10);
H A DHasNextChunk.java59 chunk.writeByte(10);
H A DGetFilePointer.java53 chunk.writeByte(10);
H A DReadByte.java54 chunk.writeByte((byte)33);
H A DGetSize.java53 chunk.writeByte(10);
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DConnectionMultiplexer.java297 dataOut.writeByte(OPEN);
355 dataOut.writeByte(REQUEST);
381 dataOut.writeByte(TRANSMIT);
405 dataOut.writeByte(CLOSE);
427 dataOut.writeByte(CLOSEACK);

Completed in 131 milliseconds

123456