HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_INT32 (Results 1 - 25 of 30) sorted by null

1 2

  /external/libvpx/vp8/common/
type_aliases.h 71 #ifndef TYPE_INT32
72 /*#define TYPE_INT32*/
  /system/media/mca/filterfw/java/android/filterfw/format/
PrimitiveFormat.java 37 return createFormat(FrameFormat.TYPE_INT32, count, target);
57 return createFormat(FrameFormat.TYPE_INT32, target);
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 178 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize,
201 _FieldDescriptor.TYPE_INT32: encoder.Int32Encoder,
224 _FieldDescriptor.TYPE_INT32: encoder.Int32Sizer,
247 _FieldDescriptor.TYPE_INT32: decoder.Int32Decoder,
269 _FieldDescriptor.TYPE_INT32: wire_format.WIRETYPE_VARINT,
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 641 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
711 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
727 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
743 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
759 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
775 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
821 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
837 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
853 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
869 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
    [all...]
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.cc 124 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
140 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
156 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
172 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
675 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
691 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
707 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
723 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
739 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
755 ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
    [all...]
  /system/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";
SimpleFrame.java 60 case FrameFormat.TYPE_INT32:
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 97 case FieldDescriptor::TYPE_INT32 : return "Int32" ;
128 case FieldDescriptor::TYPE_INT32 : return -1;
java_extension.cc 49 case FieldDescriptor::TYPE_INT32 : return "INT32";
java_helpers.cc 188 case FieldDescriptor::TYPE_INT32:
  /frameworks/base/media/libstagefright/
MetaData.cpp 58 return setData(key, TYPE_INT32, &value, sizeof(value));
103 if (!findData(key, &type, &data, &size) || type != TYPE_INT32) {
  /frameworks/base/include/media/stagefright/
MetaData.h 143 TYPE_INT32 = 'in32',
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 97 case FieldDescriptor::TYPE_INT32 : return "Int32" ;
128 case FieldDescriptor::TYPE_INT32 : return -1;
javamicro_helpers.cc 260 case FieldDescriptor::TYPE_INT32:
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 197 FieldDescriptorProto::TYPE_INT32);
208 FieldDescriptorProto::TYPE_INT32);
658 FieldDescriptorProto::TYPE_INT32);
661 FieldDescriptorProto::TYPE_INT32);
664 FieldDescriptorProto::TYPE_INT32);
667 FieldDescriptorProto::TYPE_INT32);
670 FieldDescriptorProto::TYPE_INT32);
674 FieldDescriptorProto::TYPE_INT32);
677 FieldDescriptorProto::TYPE_INT32);
680 FieldDescriptorProto::TYPE_INT32);
    [all...]
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...]
wire_format_lite.h 103 TYPE_INT32 = 5,
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 215 case FieldDescriptor::TYPE_INT32 : return "Int32";
cpp_primitive_field.cc 54 case FieldDescriptor::TYPE_INT32 : return -1;
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 77 result["int32" ] = FieldDescriptorProto::TYPE_INT32;
450 FieldDescriptorProto::Type type = FieldDescriptorProto::TYPE_INT32;
541 case FieldDescriptorProto::TYPE_INT32:
548 if (field->type() == FieldDescriptorProto::TYPE_INT32 ||
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 364 TYPE_INT32,
390 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
  /external/protobuf/python/google/protobuf/
descriptor.py 332 TYPE_INT32 = 5
text_format.py 236 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
  /frameworks/base/media/java/android/mtp/
MtpConstants.java 36 public static final int TYPE_INT32 = 0x0005;
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 439 .setType(FieldDescriptorProto.Type.TYPE_INT32)

Completed in 935 milliseconds

1 2