Home
last modified time | relevance | path

Searched refs:ASCII (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/media/img_utils/include/img_utils/
DTagDefinitions.h246 ASCII,
310 ASCII,
326 ASCII,
365 ASCII,
388 ASCII,
436 ASCII,
444 ASCII,
500 ASCII,
508 ASCII,
532 ASCII,
[all …]
DTiffHelpers.h69 ASCII, enumerator
105 case ASCII: in getTypeSize()
/frameworks/base/core/proto/android/view/inputmethod/
Dinputmethodeditortrace.proto45 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/
DTiffEntry.cpp48 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/
Dogg_extractor_fuzzer.dict2 # The below 4 bytes correspond to "OggS" in ASCII
Dflac_extractor_fuzzer.dict2 # The below 4 bytes correspond to "fLaC" in ASCII
/frameworks/base/packages/SystemUI/src/com/android/systemui/tracing/
Dsysui_trace.proto46 MAGIC_NUMBER_L = 0x55535953; /* SYSU (little-endian ASCII) */
47 MAGIC_NUMBER_H = 0x43525449; /* ITRC (little-endian ASCII) */
/frameworks/base/core/proto/android/server/
Dwindowmanagertrace.proto35 MAGIC_NUMBER_L = 0x544e4957; /* WINT (little-endian ASCII) */
36 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
Dwindowmanagertransitiontrace.proto35 MAGIC_NUMBER_L = 0x544e5254; /* TRNT (little-endian ASCII) */
36 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
Daccessibilitytrace.proto36 MAGIC_NUMBER_L = 0x59313141; /* A11Y (little-endian ASCII) */
37 MAGIC_NUMBER_H = 0x43415254; /* TRAC (little-endian ASCII) */
/frameworks/base/core/proto/android/internal/
Dprotolog.proto54 MAGIC_NUMBER_L = 0x544f5250; /* PROT (little-endian ASCII) */
55 MAGIC_NUMBER_H = 0x474f4c4f; /* OLOG (little-endian ASCII) */
/frameworks/native/services/surfaceflinger/layerproto/
Dlayerstrace.proto35 MAGIC_NUMBER_L = 0x5452594c; /* LYRT (little-endian ASCII) */
36 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
Dtransactions.proto33 MAGIC_NUMBER_L = 0x54584E54; /* TNXT (little-endian ASCII) */
34 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
/frameworks/compile/libbcc/tests/libbcc/
Ddebug_info_static_const_fp.ll5 ; the test case as a separate bitcode file, rather than as the ASCII IR in this file.
/frameworks/native/services/inputflinger/dispatcher/
DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/frameworks/av/media/utils/
DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/frameworks/base/core/java/android/view/
DEventLogTags.logtags11 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/frameworks/base/media/java/android/media/
DExifInterface.java793 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/
Ddoxygen.config73 # 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/
DDoxyfile73 # 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/
Dpreloaded-classes3363 android.icu.impl.coll.CollationLoader$ASCII
3852 android.icu.text.Collator$ASCII
Dboot-image-profile.txt25828 Landroid/icu/impl/coll/CollationLoader$ASCII;
26317 Landroid/icu/text/Collator$ASCII;
/frameworks/base/config/
Dpreloaded-classes3367 android.icu.impl.coll.CollationLoader$ASCII
3856 android.icu.text.Collator$ASCII
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt57385 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";

12