Searched refs:print_title (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Tools/scripts/ |
H A D | summarize_stats.py | 58 print_title("Specialization attempts", 4) 161 def print_title(name, level=2): function 176 print_title(self.title, self.level)
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | yesno.c | 71 print_title(dialog, title, width); in dialog_yesno()
|
H A D | dialog.h | 197 void print_title(WINDOW *dialog, const char *title, int width);
|
H A D | inputbox.c | 81 print_title(dialog, title, width); in dialog_inputbox()
|
H A D | checklist.c | 154 print_title(dialog, title, width); in dialog_checklist()
|
H A D | textbox.c | 115 print_title(dialog, title, width); in dialog_textbox()
|
H A D | menubox.c | 222 print_title(dialog, title, width); in dialog_menu()
|
H A D | util.c | 297 void print_title(WINDOW *dialog, const char *title, int width) in print_title() function
|
/third_party/python/Lib/ |
H A D | pstats.py | 430 self.print_title() 500 def print_title(self): member in Stats
|
Completed in 6 milliseconds