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

1 2

  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
objfile.go 337 Off: r.readInt32(),
339 Type: obj.RelocType(r.readInt32()),
350 pc.Args = r.readInt32()
351 pc.Locals = r.readInt32()
368 Aoffset: r.readInt32(),
533 func (r *objReader) readInt32() int32 {
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
objfile.go 337 Off: r.readInt32(),
339 Type: obj.RelocType(r.readInt32()),
350 pc.Args = r.readInt32()
351 pc.Locals = r.readInt32()
368 Aoffset: r.readInt32(),
533 func (r *objReader) readInt32() int32 {
  /external/protobuf/js/binary/
decoder.js 825 jspb.BinaryDecoder.prototype.readInt32 = function() {
reader.js 489 return this.readInt32();
608 jspb.BinaryReader.prototype.readInt32 = function() {
784 return this.decoder_.readInt32();
1056 return this.readPackedField_(this.decoder_.readInt32);
    [all...]
  /external/flatbuffers/js/
flatbuffers.js 690 var vtable_start = table_start - this.bb.readInt32(table_start);
898 flatbuffers.ByteBuffer.prototype.readInt32 = function(offset) {
907 return this.readInt32(offset) >>> 0;
915 return new flatbuffers.Long(this.readInt32(offset), this.readInt32(offset + 4));
931 flatbuffers.int32[0] = this.readInt32(offset);
940 flatbuffers.int32[flatbuffers.isLittleEndian ? 0 : 1] = this.readInt32(offset);
941 flatbuffers.int32[flatbuffers.isLittleEndian ? 1 : 0] = this.readInt32(offset + 4);
1010 var vtable = bb_pos - this.readInt32(bb_pos);
1022 t.bb_pos = offset + this.readInt32(offset)
    [all...]
  /frameworks/base/core/java/android/os/
HwParcel.java 148 public native final int readInt32();
  /external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 41 * {@link #readInt32()}) and methods that read low-level values (e.g.
116 readInt32();
176 public int readInt32() throws IOException {
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 40 * {@link #readInt32()}) and methods that read low-level values (e.g.
108 readInt32();
168 public int readInt32() throws IOException {
670 return readInt32();
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
CodedInputStream.java 46 * {@link #readInt32()}) and methods that read low-level values (e.g.
337 public int readInt32() throws IOException {
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 615 int32_t strictPolicy = readInt32();
    [all...]
  /system/libhwbinder/
Parcel.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [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/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/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.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 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.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 

Completed in 1344 milliseconds

1 2