Searched refs:ascii (Results 1 – 7 of 7) sorted by relevance
/aosp14/system/core/debuggerd/libdebuggerd/ |
H A D | tombstone_proto_to_text.cpp | 235 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 D | utility.cpp | 229 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 D | log.proto | 68 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 D | README.md | 27 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 D | FORMAT.md | 78 * 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 D | ExifInterface.java | 794 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |