Searched refs:TYPE_LONG (Results 1 – 13 of 13) 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()
29 import static com.android.modules.utils.BinaryXmlSerializer.TYPE_LONG;251 case TYPE_LONG: in consumeToken()728 case TYPE_LONG: in getValueString()820 case TYPE_LONG: in getValueLong()837 case TYPE_LONG: in getValueLongHex()
88 static final int TYPE_LONG = 8 << 4; field in BinaryXmlSerializer277 mOut.writeByte(ATTRIBUTE | TYPE_LONG); in attributeLong()
97 static final int TYPE_LONG = 'I' | 8 << 8; field in TypedProperties122 return TYPE_LONG; in interpretType()
1869 public static final int TYPE_LONG = 2; field in MediaFormat1878 TYPE_LONG,1896 return TYPE_LONG; in getValueTypeForKey()
159 private static final String TYPE_LONG = "l"; field in Content.Parser451 } else if (TYPE_LONG.equalsIgnoreCase(type)) { in parseBindValue()
94 TYPE_LONG = 2, enumerator1090 case AMessage::kTypeInt64: type = TYPE_LONG; break; in describeParameter()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
23781 field public static final int TYPE_LONG = 2; // 0x2
84739 Lcom/android/internal/util/TypedProperties;->TYPE_LONG:I