HomeSort by relevance Sort by last modified time
    Searched defs:writeInt32 (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/lib/DebugInfo/CodeView/
TypeRecordBuilder.cpp 36 void TypeRecordBuilder::writeInt32(int32_t Value) {
72 writeInt32(static_cast<int32_t>(Value));
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.cpp 40 buffer.writeInt32(durations[i]);
92 void EventLog::TagBuffer::writeInt32(int32_t value) {
  /external/protobuf/js/binary/
encoder.js 296 jspb.BinaryEncoder.prototype.writeInt32 = function(value) {
writer.js 305 this.writeInt32(field, /** @type {number} */(value));
443 jspb.BinaryWriter.prototype.writeInt32 = function(field, value) {
618 this.encoder_.writeInt32(value);
    [all...]
  /external/flatbuffers/js/
flatbuffers.js 317 flatbuffers.Builder.prototype.writeInt32 = function(value) {
318 this.bb.writeInt32(this.space -= 4, value);
367 this.writeInt32(value);
570 this.writeInt32(this.offset() - offset + flatbuffers.SIZEOF_INT);
641 this.bb.writeInt32(this.space, existing_vtable - vtableloc);
648 this.bb.writeInt32(this.bb.capacity() - vtableloc, this.offset() - vtableloc);
723 this.writeInt32(this.vector_num_elems);
966 flatbuffers.ByteBuffer.prototype.writeInt32 = function(offset, value) {
978 this.writeInt32(offset, value.low);
979 this.writeInt32(offset + 4, value.high)
    [all...]
  /frameworks/base/core/java/android/os/
HwParcel.java 53 public native final void writeInt32(int val);
  /external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 42 * {@link #writeInt32}) and methods that write low-level values (e.g.
148 public void writeInt32(final int fieldNumber, final int value)
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
CodedOutputStream.java 53 * {@link #writeInt32}) and methods that write low-level values (e.g.
195 public abstract void writeInt32(int fieldNumber, int value) throws IOException;
257 writeInt32(fieldNumber, value);
    [all...]
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java 44 * {@link #writeInt32}) and methods that write low-level values (e.g.
121 public void writeInt32(final int fieldNumber, final int value)
    [all...]
  /frameworks/base/core/java/android/util/proto/
ProtoOutputStream.java     [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 601 writeInt32(IPCThreadState::self()->getStrictModePolicy() |
773 status_t err = writeInt32(utf16Len);
791 return writeInt32(-1);
807 status = parcel->writeInt32(val.size());
827 return parcel->writeInt32(-1);
855 return writeTypedVector(val, &Parcel::writeInt32);
860 return writeNullableTypedVector(val, &Parcel::writeInt32);
933 status_t Parcel::writeInt32(int32_t val)
951 return writeInt32(-1);
953 status_t ret = writeInt32(static_cast<uint32_t>(len))
    [all...]
  /system/libhwbinder/
Parcel.cpp 630 status_t Parcel::writeInt32(int32_t val)
692 return writeInt32(-1);
705 if (str == NULL) return writeInt32(-1);
707 status_t err = writeInt32(len);
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 243 writer->writeInt32(nEntries);
853 writeInt32(mEstimatedMoovBoxSize);
951 writeInt32(a); // a
952 writeInt32(b); // b
953 writeInt32(0); // u
954 writeInt32(c); // c
955 writeInt32(d); // d
956 writeInt32(0); // v
957 writeInt32(0); // x
958 writeInt32(0); //
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso_core_release_no_deps.jar 
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/misc/common/robolectric/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 

Completed in 1339 milliseconds

1 2