Lines Matching defs:Printf

417   void Printf(const char *format, ...) __attribute__((format(printf, 2, 3))) {
2657 surface.Printf("[Press Alt+Enter to %s]",
4068 window.Printf(" (%c)", m_key_value);
4073 window.Printf(" (%s)", m_key_name.c_str());
5326 stream.Printf("%i.%i: ", breakpoint_location->GetBreakpoint().GetID(),
5408 resolved_stream.Printf("resolved = %s", is_resolved ? "true" : "false");
5413 hardware_stream.Printf("hardware = %s", is_hardware ? "true" : "false");
5417 hit_count_stream.Printf("hit count = %-4u",
6223 key_description.Printf("%10s - %s", CursesKeyToCString(key->ch),
6550 thread_menu_title.Printf("Thread %u", thread_sp->GetIndexID());
6553 thread_menu_title.Printf(" %s", thread_name);
6557 thread_menu_title.Printf(" %s", queue_name);
6745 window.Printf("Process: %5" PRIu64 " %10s", process->GetID(),
6758 window.Printf("Frame: %3u PC = 0x%16.16" PRIx64,
6766 window.Printf(" with status = %i (%s)", exit_status, exit_desc);
6768 window.Printf(" with status = %i", exit_status);
6870 m_title.Printf(
6874 m_title.Printf("`%s", func_name.GetCString());
6982 window.Printf("%*s", window_width - x - 1, "");
7034 window.Printf(" %*u ", m_line_width, curr_line + 1);
7080 window.Printf("%*s", desc_x - window.GetCursorX(), "");
7090 window.Printf("%*s", window_width - window.GetCursorX() - 1, "");
7180 window.Printf(" 0x%16.16llx ",
7211 strm.Printf("%-8s %-25s ; %s", mnemonic, operands, comment);
7213 strm.Printf("%-8s %s", mnemonic, operands);
7215 strm.Printf("%s", mnemonic);
7233 window.Printf("%*s", desc_x - window.GetCursorX(), "");
7242 window.Printf("%*s", window_width - window.GetCursorX() - 1, "");