Home
last modified time | relevance | path

Searched refs:writeAtByteArray (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacket.java290 this.writeAtByteArray((long) val, data, new_data_size in setNextValueAsShort()
321 this.writeAtByteArray((long) val, data, new_data_size in setNextValueAsInt()
353 this.writeAtByteArray((long) val, data, new_data_size in setNextValueAsDouble()
387 this.writeAtByteArray((long) val, data, new_data_size in setNextValueAsFloat()
420 this.writeAtByteArray((long) val, data, new_data_size in setNextValueAsChar()
451 this.writeAtByteArray(val, data, new_data_size in setNextValueAsLong()
490 this.writeAtByteArray((long) val_as_bytes.length, data, new_data_size in setNextValueAsString()
537 this.writeAtByteArray(val, data, new_data_size in setNextValueAsObjectID()
718 this.writeAtByteArray(val, data, new_data_size - referenceTypeIdSize, referenceTypeIdSize); in setNextValueAsReferenceTypeID()
860 this.writeAtByteArray(methodID, data, new_data_size in setNextValueAsMethodID()
[all …]
DReplyPacket.java89 super.writeAtByteArray(error_code, res, ERROR_CODE_INDEX, in toBytesArray()