Searched refs:ASCII (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/img_utils/include/img_utils/ |
D | TagDefinitions.h | 246 ASCII, 310 ASCII, 326 ASCII, 365 ASCII, 388 ASCII, 436 ASCII, 444 ASCII, 500 ASCII, 508 ASCII, 532 ASCII, [all …]
|
D | TiffHelpers.h | 69 ASCII, enumerator 105 case ASCII: in getTypeSize()
|
/frameworks/av/media/img_utils/src/ |
D | TiffEntry.cpp | 48 if (type == BYTE || type == ASCII || type == UNDEFINED) { in forceValidType() 58 if (type == SBYTE || type == ASCII || type == UNDEFINED) { in forceValidType() 146 case ASCII: { in toString()
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | debug_info_static_const_fp.ll | 5 ; the test case as a separate bitcode file, rather than as the ASCII IR in this file.
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 640 final byte[] ascii = value.getBytes(ASCII); in createByte() 645 final byte[] ascii = (value + '\0').getBytes(ASCII); in createString() 710 return new String(bytes, ASCII); in getValue() 1232 private static final Charset ASCII = Charset.forName("US-ASCII"); field in ExifInterface 1234 private static final byte[] IDENTIFIER_EXIF_APP1 = "Exif\0\0".getBytes(ASCII); 2379 new String(bytes, ASCII))); in getJpegAttributes()
|
/frameworks/support/exifinterface/src/android/support/media/ |
D | ExifInterface.java | 2988 final byte[] ascii = value.getBytes(ASCII); in createByte() 2993 final byte[] ascii = (value + '\0').getBytes(ASCII); in createString() 3058 return new String(bytes, ASCII); in getValue() 3611 private static final Charset ASCII = Charset.forName("US-ASCII"); field in ExifInterface 3613 static final byte[] IDENTIFIER_EXIF_APP1 = "Exif\0\0".getBytes(ASCII); 4863 new String(bytes, ASCII)));
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 57385 field public static final java.lang.String ASCII = "ASCII"; 57398 field public static final java.lang.String DEFAULT_PROTOCOL_CHARSET = "US-ASCII"; 57412 field public static final java.lang.String US_ASCII = "US-ASCII";
|