Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp215 char ascii[bytes_per_line + 1]; in print_thread_memory_dump() local
217 memset(ascii, '.', sizeof(ascii)); in print_thread_memory_dump()
218 ascii[bytes_per_line] = '\0'; in print_thread_memory_dump()
223 ascii[i] = byte; in print_thread_memory_dump()
227 CBS("%s %s", line.c_str(), ascii); in print_thread_memory_dump()
Dutility.cpp231 std::string ascii; in dump_memory() local
239 ascii += *ptr; in dump_memory()
241 ascii += '.'; in dump_memory()
246 _LOG(log, logtype::MEMORY, "%s %s\n", logline.c_str(), ascii.c_str()); in dump_memory()
/system/extras/simpleperf/scripts/test/
Ddo_test.py294 total=total_count, desc='test progress', ascii=' ##',
303 desc=test_proc.name, ascii=' ##',
/system/core/fastboot/
DREADME.md27 1. Host sends a command, which is an ascii string in a single
32 or "INFO". Additional bytes may contain an (ascii) informative
103 * Commands are ascii strings and sent without the quotes (which are