Home
last modified time | relevance | path

Searched refs:ascii (Results 1 – 7 of 7) sorted by relevance

/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp235 char ascii[bytes_per_line + 1]; in print_thread_memory_dump() local
237 memset(ascii, '.', sizeof(ascii)); in print_thread_memory_dump()
238 ascii[bytes_per_line] = '\0'; in print_thread_memory_dump()
243 ascii[i] = byte; in print_thread_memory_dump()
247 CBS("%s %s", line.c_str(), ascii); in print_thread_memory_dump()
H A Dutility.cpp229 std::string ascii; in dump_memory() local
237 ascii += *ptr; in dump_memory()
239 ascii += '.'; in dump_memory()
244 _LOG(log, logtype::MEMORY, "%s %s\n", logline.c_str(), ascii.c_str()); in dump_memory()
/aosp14/frameworks/base/core/proto/android/util/
H A Dlog.proto68 EVENT_TYPE_LIST_STOP = 10; // ascii decimal value of char '\n'
69 EVENT_TYPE_UNKNOWN = 63; // ascii decimal value of char '?'
/aosp14/system/core/fastboot/
H A DREADME.md27 1. Host sends a command, which is an ascii string in a single
32 "INFO" or "TEXT". Additional bytes may contain an (ascii) informative
112 * Commands are ascii strings and sent without the quotes (which are
/aosp14/frameworks/base/cmds/bootanimation/
H A DFORMAT.md78 * The file specifies glyphs for the ascii characters 32-127 (0x20-0x7F), both regular weight and
/aosp14/frameworks/base/media/java/android/media/
H A DExifInterface.java794 final byte[] ascii = value.getBytes(ASCII); in createByte()
795 return new ExifAttribute(IFD_FORMAT_BYTE, ascii.length, ascii); in createByte()
799 final byte[] ascii = (value + '\0').getBytes(ASCII); in createString()
800 return new ExifAttribute(IFD_FORMAT_STRING, ascii.length, ascii); in createString()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...