HomeSort by relevance Sort by last modified time
    Searched defs:writeInt16 (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/DebugInfo/CodeView/
TypeRecordBuilder.cpp 28 void TypeRecordBuilder::writeInt16(int16_t Value) {
64 writeInt16(static_cast<int8_t>(Value));
68 writeInt16(static_cast<int16_t>(Value));
  /external/protobuf/js/binary/
encoder.js 283 jspb.BinaryEncoder.prototype.writeInt16 = function(value) {
  /external/flatbuffers/js/
flatbuffers.js 310 flatbuffers.Builder.prototype.writeInt16 = function(value) {
311 this.bb.writeInt16(this.space -= 2, value);
358 this.writeInt16(value);
970 flatbuffers.ByteBuffer.prototype.writeInt16 = function(offset, value) {
  /frameworks/base/core/java/android/os/
HwParcel.java 89 public native final void writeInt16(short val);
  /system/libhwbinder/
Parcel.cpp 620 status_t Parcel::writeInt16(int16_t val)
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp     [all...]
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 648 milliseconds