/bionic/libc/malloc_debug/ |
D | RecordData.cpp | 53 return dprintf(fd, "%d: thread_done 0x0\n", tid_) > 0; in Write() 63 return dprintf(fd, "%d: malloc %p %zu %" PRIu64 " %" PRIu64 "\n", tid_, pointer_, size_, in Write() 71 return dprintf(fd, "%d: free %p %" PRIu64 " %" PRIu64 "\n", tid_, pointer_, start_ns_, end_ns_) > in Write() 80 return dprintf(fd, "%d: calloc %p %zu %zu %" PRIu64 " %" PRIu64 "\n", tid_, pointer_, nmemb_, in Write() 89 return dprintf(fd, "%d: realloc %p %p %zu %" PRIu64 " %" PRIu64 "\n", tid_, pointer_, in Write() 99 return dprintf(fd, "%d: memalign %p %zu %zu %" PRIu64 " %" PRIu64 "\n", tid_, pointer_, in Write()
|
D | PointerData.cpp | 588 dprintf(fd, "Total memory: %zu\n", total_memory); in DumpLiveToFile() 589 dprintf(fd, "Allocation records: %zd\n", list.size()); in DumpLiveToFile() 590 dprintf(fd, "Backtrace size: %zu\n", g_debug->config().backtrace_frames()); in DumpLiveToFile() 591 dprintf(fd, "\n"); in DumpLiveToFile() 594 dprintf(fd, "z %d sz %8zu num %zu bt", (info.zygote_child_alloc) ? 1 : 0, info.size, in DumpLiveToFile() 602 dprintf(fd, " %" PRIxPTR, frame_info->frames[i]); in DumpLiveToFile() 605 dprintf(fd, "\n"); in DumpLiveToFile() 607 dprintf(fd, " bt_info"); in DumpLiveToFile() 609 dprintf(fd, " {"); in DumpLiveToFile() 611 dprintf(fd, "\"%s\"", frame.map_info->name().c_str()); in DumpLiveToFile() [all …]
|
D | malloc_debug.cpp | 1117 dprintf(fd, "Android Native Heap Dump v1.2\n\n"); in write_dump() 1120 dprintf(fd, "Build fingerprint: '%s'\n\n", fingerprint.c_str()); in write_dump() 1124 dprintf(fd, "MAPS\n"); in write_dump() 1127 dprintf(fd, "Could not open /proc/self/maps\n"); in write_dump() 1129 dprintf(fd, "%s", content.c_str()); in write_dump() 1131 dprintf(fd, "END\n"); in write_dump()
|
/bionic/libc/private/ |
D | MallocXmlElem.h | 30 dprintf(fd_, "<%s", name_); in fd_() 42 dprintf(fd_, "</%s>", name_); in ~MallocXmlElem()
|
/bionic/libc/bionic/ |
D | execinfo.cpp | 183 dprintf(fd, "(%s+0x%" PRIxPTR ") ", info.dli_sname, in backtrace_symbols_fd() 186 dprintf(fd, "(+%p) ", info.dli_saddr); in backtrace_symbols_fd() 190 dprintf(fd, "[%p]\n", address); in backtrace_symbols_fd()
|
D | syslog.cpp | 90 dprintf(STDERR_FILENO, "%s: %s%s", log_tag, log_line, have_newline ? "" : "\n"); in vsyslog()
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 307 dprintf(some_fd, "%d", unsigned_value); in testFormatStrings() 309 dprintf(some_fd, unknown_string, unsigned_value); in testFormatStrings()
|
D | stdio_test.cpp | 184 TEST(STDIO_TEST, dprintf) { in TEST() argument 187 int rc = dprintf(tf.fd, "hello\n"); in TEST()
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 80 FUNCTION(dprintf, int (*f)(int, const char*, ...)); in stdio_h()
|
/bionic/libc/include/ |
D | stdio.h | 139 int dprintf(int __fd, const char* _Nonnull __fmt, ...) __printflike(2, 3);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 185 dprintf
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_069.S | 258 CALL(dprintf)
|
D | liblinker_reloc_bench_091.S | 1355 CALL(dprintf)
|
D | liblinker_reloc_bench_020.S | 256 CALL(dprintf)
|
D | liblinker_reloc_bench_029.S | 2152 CALL(dprintf)
|
D | liblinker_reloc_bench_102.S | 937 CALL(dprintf)
|
D | liblinker_reloc_bench_103.S | 2358 CALL(dprintf)
|
D | liblinker_reloc_bench_068.S | 5292 CALL(dprintf)
|
/bionic/libc/stdio/ |
D | stdio.cpp | 744 int dprintf(int fd, const char* fmt, ...) { in dprintf() function
|
/bionic/docs/ |
D | status.md | 243 * <stdio.h> `dprintf`, `vdprintf`.
|
/bionic/libc/ |
D | libc.map.txt | 297 dprintf; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 297 dprintf; # introduced=21
|