Searched refs:TYPE_LONG (Results 1 – 11 of 11) sorted by relevance
63 public static final short TYPE_LONG = 9; field in ExifTag84 TYPE_TO_SIZE_MAP[TYPE_LONG] = 4;123 type == TYPE_LONG || type == TYPE_RATIONAL; in isValidType()240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG && in setValue()903 case TYPE_LONG: in convertTypeToString()
164 case ExifTag.TYPE_LONG: in writeTagValue()
493 case ExifTag.TYPE_LONG: in writeTagValue()
714 case ExifTag.TYPE_LONG: { in readFullTagValue()
1670 public static final int TYPE_LONG = 2; field in MediaFormat1679 TYPE_LONG,1697 return TYPE_LONG; in getValueTypeForKey()
97 static final int TYPE_LONG = 'I' | 8 << 8; field in TypedProperties122 return TYPE_LONG; in interpretType()
159 private static final String TYPE_LONG = "l"; field in Content.Parser451 } else if (TYPE_LONG.equalsIgnoreCase(type)) { in parseBindValue()
94 TYPE_LONG = 2, enumerator994 case AMessage::kTypeInt64: type = TYPE_LONG; break; in describeParameter()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
23718 field public static final int TYPE_LONG = 2; // 0x2
85382 Lcom/android/internal/util/TypedProperties;->TYPE_LONG:I