Home
last modified time | relevance | path

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

1234

/aosp12/frameworks/av/media/img_utils/include/img_utils/
H A DTagDefinitions.h246 ASCII,
310 ASCII,
326 ASCII,
365 ASCII,
388 ASCII,
436 ASCII,
444 ASCII,
500 ASCII,
508 ASCII,
532 ASCII,
[all …]
H A DTiffHelpers.h69 ASCII, enumerator
105 case ASCII: in getTypeSize()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DIkeFqdnIdentification.java32 private static final Charset ASCII = Charset.forName("US-ASCII"); field in IkeFqdnIdentification
47 fqdn = new String(fqdnBytes, ASCII); in IkeFqdnIdentification()
58 if (!ASCII.newEncoder().canEncode(fqdn)) { in IkeFqdnIdentification()
127 return fqdn.getBytes(ASCII); in getEncodedIdData()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A Dencoding.md92 ## ASCII {#ASCII}
94ASCII](http://en.wikipedia.org/wiki/ASCII), sometimes we would like to write 7-bit ASCII JSON for …
96 Here is an example for writing a UTF-8 DOM into ASCII:
103 Writer<StringBuffer, Document::EncodingType, ASCII<> > writer(buffer);
108 ASCII can be used in input stream. If the input stream contains bytes with values above 127, it wil…
110 ASCII *cannot* be used in memory (encoding of `Document` or target encoding of `Reader`), as it can…
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
H A DUtility.java23 public static final Charset ASCII = Charset.forName("US-ASCII"); field in Utility
47 return encode(ASCII, s); in toAscii()
52 return decode(ASCII, b); in fromAscii()
/aosp12/frameworks/base/core/proto/android/view/inputmethod/
H A 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) */
/aosp12/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp48 if (type == BYTE || type == ASCII || type == UNDEFINED) {
58 if (type == SBYTE || type == ASCII || type == UNDEFINED) {
146 case ASCII: { in toString()
/aosp12/system/timezone/input_tools/android/telephonylookup_generator/src/main/proto/
H A Dtelephony_lookup_proto_file.proto29 /* A 3-digit numeric in ASCII. */
31 /* A 2- or 3-digit numeric in ASCII. */
/aosp12/packages/apps/Launcher3/protos/
H A Dlauncher_trace_file.proto35 MAGIC_NUMBER_L = 0x48434E4C; /* LNCH (little-endian ASCII) */
36 MAGIC_NUMBER_H = 0x43525452; /* RTRC (little-endian ASCII) */
/aosp12/frameworks/base/core/proto/android/server/
H A Dwindowmanagertrace.proto35 MAGIC_NUMBER_L = 0x544e4957; /* WINT (little-endian ASCII) */
36 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
H A Daccessibilitytrace.proto36 MAGIC_NUMBER_L = 0x59313141; /* A11Y (little-endian ASCII) */
37 MAGIC_NUMBER_H = 0x43415254; /* TRAC (little-endian ASCII) */
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tracing/
H A Dsysui_trace.proto46 MAGIC_NUMBER_L = 0x55535953; /* SYSU (little-endian ASCII) */
47 MAGIC_NUMBER_H = 0x43525449; /* ITRC (little-endian ASCII) */
/aosp12/frameworks/native/services/surfaceflinger/layerproto/
H A Dlayerstrace.proto35 MAGIC_NUMBER_L = 0x5452594c; /* LYRT (little-endian ASCII) */
36 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
/aosp12/frameworks/base/core/proto/android/internal/
H A Dprotolog.proto54 MAGIC_NUMBER_L = 0x544f5250; /* PROT (little-endian ASCII) */
55 MAGIC_NUMBER_H = 0x474f4c4f; /* OLOG (little-endian ASCII) */
/aosp12/frameworks/av/media/extractors/fuzzers/
H A Dflac_extractor_fuzzer.dict2 # The below 4 bytes correspond to "fLaC" in ASCII
H A Dogg_extractor_fuzzer.dict2 # The below 4 bytes correspond to "OggS" in ASCII
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dwritertest.cpp127 Writer<StringBuffer, UTF8<>, ASCII<> > writer(buffer); in TEST()
133 GenericReader<ASCII<>, UTF8<> > reader2; in TEST()
344 Writer<StringBuffer, UTF32<>, ASCII<> > writer(buffer); in TEST()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantIface.hal155 * The manufacturer of the device (up to |WPS_MANUFACTURER_MAX_LEN| ASCII
169 * Model of the device (up to |WPS_MODEL_NAME_MAX_LEN| ASCII characters).
182 * Additional device description (up to |WPS_MODEL_NUMBER_MAX_LEN| ASCII
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeConfigPayload.java1178 private static final Charset ASCII = StandardCharsets.US_ASCII; field in IkeConfigPayload.ConfigAttributeAppVersion
1199 applicationVersion = new String(value, ASCII); in ConfigAttributeAppVersion()
1203 buffer.put(applicationVersion.getBytes(ASCII)); in encodeValueToByteBuffer()
1207 return applicationVersion.getBytes(ASCII).length; in getValueLength()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
H A Dutilityclass.dot22 Encoding -> { UTF8; UTF16; UTF32; ASCII; AutoUTF }
/aosp12/system/update_engine/fuzz/
H A Dxml.dict85 "US-ASCII"
/aosp12/system/bt/
H A DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/aosp12/frameworks/compile/libbcc/tests/libbcc/
H A Ddebug_info_static_const_fp.ll5 ; the test case as a separate bitcode file, rather than as the ASCII IR in this file.
/aosp12/system/core/storaged/
H A DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/aosp12/system/logging/liblog/
H A Devent.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.

1234