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

  /external/chromium_org/ppapi/shared_impl/
socket_option_data.h 18 TYPE_INT32 = 2
  /system/media/camera/include/system/
camera_metadata.h 55 TYPE_INT32 = 1,
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 366 TYPE_INT32 = 5
407 TYPE_INT32: CPPTYPE_INT32,
  /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/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 102 TYPE_INT32 = 5,
descriptor.h 334 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers
360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
689 // e.g. the full name of FieldDescriptorProto::TYPE_INT32 is actually
690 // "google.protobuf.FieldDescriptorProto.TYPE_INT32", NOT
691 // "google.protobuf.FieldDescriptorProto.Type.TYPE_INT32". This is to conform
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 777 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32
    [all...]
  /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 181 TYPE_INT32 = 'in32',
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 132 public static final int TYPE_INT32 = 1;
164 case TYPE_INT32:
181 case TYPE_INT32:
224 } else if (nativeType == TYPE_INT32) {
304 } else if (nativeType == TYPE_INT32) {
  /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 476 milliseconds