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

  /system/media/camera/include/system/
camera_metadata.h 55 TYPE_INT32 = 1,
  /external/protobuf/python/google/protobuf/
descriptor.py 332 TYPE_INT32 = 5
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 35 public static final int TYPE_INT32 = 4;
317 case TYPE_INT32:
349 case TYPE_INT32: return "int";
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 103 TYPE_INT32 = 5,
descriptor.h 304 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers
330 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
631 // e.g. the full name of FieldDescriptorProto::TYPE_INT32 is actually
632 // "google.protobuf.FieldDescriptorProto.TYPE_INT32", NOT
633 // "google.protobuf.FieldDescriptorProto.Type.TYPE_INT32". This is to conform
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 750 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32;
    [all...]
  /frameworks/av/include/media/stagefright/
MetaData.h 180 TYPE_INT32 = 'in32',
  /frameworks/base/tools/aapt/
AaptAssets.h 362 TYPE_INT32,
388 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
  /frameworks/base/media/java/android/mtp/
MtpConstants.java 36 public static final int TYPE_INT32 = 0x0005;

Completed in 1763 milliseconds