Searched refs:ASCII (Results 1 – 16 of 16) 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/native/services/surfaceflinger/layerproto/ |
D | layerstrace.proto | 34 MAGIC_NUMBER_L = 0x5452594c; /* LYRT (little-endian ASCII) */ 35 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
|
/frameworks/base/core/proto/android/server/ |
D | windowmanagertrace.proto | 35 MAGIC_NUMBER_L = 0x544e4957; /* WINT (little-endian ASCII) */ 36 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
|
/frameworks/av/media/extractors/fuzzers/ |
D | ogg_extractor_fuzzer.dict | 2 # The below 4 bytes correspond to "OggS" in ASCII
|
D | flac_extractor_fuzzer.dict | 2 # The below 4 bytes correspond to "fLaC" in ASCII
|
/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/av/media/utils/ |
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 | 672 final byte[] ascii = value.getBytes(ASCII); in createByte() 677 final byte[] ascii = (value + '\0').getBytes(ASCII); in createString() 742 return new String(bytes, ASCII); in getValue() 1268 private static final Charset ASCII = Charset.forName("US-ASCII"); field in ExifInterface 1270 private static final byte[] IDENTIFIER_EXIF_APP1 = "Exif\0\0".getBytes(ASCII); 1272 …private static final byte[] IDENTIFIER_XMP_APP1 = "http://ns.adobe.com/xap/1.0/\0".getBytes(ASCII); 2570 new String(bytes, ASCII))); in getJpegAttributes()
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII
|
D | Doxyfile | 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-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";
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 27643 Landroid/icu/text/Collator$ASCII;-><init>()V 27644 Landroid/icu/text/Collator$ASCII;->equalIgnoreCase(Ljava/lang/CharSequence;Ljava/lang/CharSequence;… 30148 Landroid/icu/text/SpoofChecker$RestrictionLevel;->ASCII:Landroid/icu/text/SpoofChecker$RestrictionL… 30178 Landroid/icu/text/SpoofChecker;->ASCII:Landroid/icu/text/UnicodeSet; 31952 Landroid/icu/util/MeasureUnit;->ASCII:Landroid/icu/text/UnicodeSet; 35896 Landroid/media/ExifInterface;->ASCII:Ljava/nio/charset/Charset;
|