/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/base/core/proto/android/view/inputmethod/ |
D | inputmethodeditortrace.proto | 45 MAGIC_NUMBER_L = 0x54434d49; /* IMCT (little-endian ASCII) */ 46 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */ 91 MAGIC_NUMBER_L = 0x54534d49; /* IMST (little-endian ASCII) */ 92 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */ 124 MAGIC_NUMBER_L = 0x544d4d49; /* IMMT (little-endian ASCII) */ 125 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
|
/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/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/base/packages/SystemUI/src/com/android/systemui/tracing/ |
D | sysui_trace.proto | 46 MAGIC_NUMBER_L = 0x55535953; /* SYSU (little-endian ASCII) */ 47 MAGIC_NUMBER_H = 0x43525449; /* ITRC (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) */
|
D | windowmanagertransitiontrace.proto | 35 MAGIC_NUMBER_L = 0x544e5254; /* TRNT (little-endian ASCII) */ 36 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
|
D | accessibilitytrace.proto | 36 MAGIC_NUMBER_L = 0x59313141; /* A11Y (little-endian ASCII) */ 37 MAGIC_NUMBER_H = 0x43415254; /* TRAC (little-endian ASCII) */
|
/frameworks/base/core/proto/android/internal/ |
D | protolog.proto | 54 MAGIC_NUMBER_L = 0x544f5250; /* PROT (little-endian ASCII) */ 55 MAGIC_NUMBER_H = 0x474f4c4f; /* OLOG (little-endian ASCII) */
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | layerstrace.proto | 35 MAGIC_NUMBER_L = 0x5452594c; /* LYRT (little-endian ASCII) */ 36 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
|
D | transactions.proto | 33 MAGIC_NUMBER_L = 0x54584E54; /* TNXT (little-endian ASCII) */ 34 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian 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/inputflinger/dispatcher/ |
D | EventLogTags.logtags | 7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
|
/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/core/java/android/view/ |
D | EventLogTags.logtags | 11 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 793 final byte[] ascii = value.getBytes(ASCII); in createByte() 798 final byte[] ascii = (value + '\0').getBytes(ASCII); in createString() 863 return new String(bytes, ASCII); in getValue() 1383 private static final Charset ASCII = Charset.forName("US-ASCII"); field in ExifInterface 1385 private static final byte[] IDENTIFIER_EXIF_APP1 = "Exif\0\0".getBytes(ASCII); 1387 …private static final byte[] IDENTIFIER_XMP_APP1 = "http://ns.adobe.com/xap/1.0/\0".getBytes(ASCII); 2924 new String(bytes, ASCII))); in getJpegAttributes() 3924 + "chunk type " + new String(firstGivenType, ASCII) in copyChunksUpToGivenChunkType() 3926 ASCII))); in copyChunksUpToGivenChunkType()
|
/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 | 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/boot/ |
D | preloaded-classes | 3363 android.icu.impl.coll.CollationLoader$ASCII 3852 android.icu.text.Collator$ASCII
|
D | boot-image-profile.txt | 25828 Landroid/icu/impl/coll/CollationLoader$ASCII; 26317 Landroid/icu/text/Collator$ASCII;
|
/frameworks/base/config/ |
D | preloaded-classes | 3367 android.icu.impl.coll.CollationLoader$ASCII 3856 android.icu.text.Collator$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";
|