| /linux/tools/perf/Documentation/ |
| A D | asciidoc.conf | 34 <example><title>{title}</title> 44 {title#}</example> 51 <example><title>{title}</title> 55 {title#}</example> 58 <formalpara{id? id="{id}"}><title>{title}</title><para> 59 {title%}<literallayout{id? id="{id}"}> 60 {title#}<literallayout> 63 {title#}</para></formalpara> 64 {title%}<simpara></simpara>
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | biblio.rst | 14 :title: CEA-608-E R-2014 "Line 21 Data Services" 44 :title: ETS 300 706 "Enhanced Teletext specification" 94 :title: ITU-R Recommendation BT.653-3 "Teletext systems" 142 :title: JPEG File Interchange Format 163 :title: JPEG JFIF 303 :title: NRSC-4-B: United States RBDS Standard 376 :title: High-Definition Multimedia Interface 386 :title: High-Definition Multimedia Interface 397 :title: VESA DisplayPort Standard 418 :title: Color Imaging: Fundamentals and Applications [all …]
|
| /linux/tools/lib/perf/Documentation/ |
| A D | asciidoc.conf | 34 <example><title>{title}</title> 44 {title#}</example> 51 <example><title>{title}</title> 55 {title#}</example> 58 <formalpara{id? id="{id}"}><title>{title}</title><para> 59 {title%}<literallayout{id? id="{id}"}> 60 {title#}<literallayout> 63 {title#}</para></formalpara> 64 {title%}<simpara></simpara>
|
| /linux/drivers/acpi/acpica/ |
| A D | rsdump.c | 21 static void acpi_rs_out_integer8(const char *title, u8 value); 29 static void acpi_rs_out_title(const char *title); 43 acpi_rs_dump_resource_label(char *title, 427 acpi_rs_dump_resource_label(char *title, in acpi_rs_dump_resource_label() argument 432 acpi_rs_out_string(title, in acpi_rs_dump_resource_label() 501 acpi_os_printf("%27s : %s", title, value); in acpi_rs_out_string() 510 acpi_os_printf("%27s : %2.2X\n", title, value); in acpi_rs_out_integer8() 516 acpi_os_printf("%27s : %4.4X\n", title, value); in acpi_rs_out_integer16() 522 acpi_os_printf("%27s : %8.8X\n", title, value); in acpi_rs_out_integer32() 531 static void acpi_rs_out_title(const char *title) in acpi_rs_out_title() argument [all …]
|
| /linux/tools/testing/selftests/splice/ |
| A D | short_splice_read.sh | 17 title="$1" 21 echo "$title ..." >&2 30 echo "ok: $title succeeded" >&2 33 echo "FAIL: $title should work" >&2 45 title="$1" 49 echo "$title ..." >&2 58 echo "FAIL: $title unexpectedly worked" >&2 62 echo "ok: $title correctly failed" >&2
|
| /linux/tools/perf/ui/tui/ |
| A D | util.c | 75 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window() argument 107 if (title) { in ui_browser__input_window() 109 SLsmg_write_string(title); in ui_browser__input_window() 198 if (title) { in __ui__info_window() 200 SLsmg_write_string(title); in __ui__info_window() 216 void ui__info_window(const char *title, const char *text) in ui__info_window() argument 219 __ui__info_window(title, text, NULL); in ui__info_window() 224 int ui__question_window(const char *title, const char *text, in ui__question_window() argument 228 __ui__info_window(title, text, exit_msg); in ui__question_window() 251 key = ui__question_window(title, s, "Press any key...", 0); in __ui__warning() [all …]
|
| A D | progress.c | 25 p->title, buf_cur, buf_tot); in get_title() 30 char buf[100], *title = (char *) p->title; in tui_progress__update() local 44 title = buf; in tui_progress__update() 53 SLsmg_write_string(title); in tui_progress__update()
|
| /linux/tools/perf/ui/ |
| A D | progress.h | 10 const char *title; member 16 const char *title, bool size); 18 #define ui_progress__init(p, total, title) \ argument 19 __ui_progress__init(p, total, title, false) 21 #define ui_progress__init_size(p, total, title) \ argument 22 __ui_progress__init(p, total, title, true)
|
| A D | browser.h | 24 char *title; member 55 void __ui_browser__show_title(struct ui_browser *browser, const char *title); 56 void ui_browser__show_title(struct ui_browser *browser, const char *title); 57 int ui_browser__show(struct ui_browser *browser, const char *title, 71 int ui_browser__input_window(const char *title, const char *text, char *input,
|
| A D | util.h | 11 void __ui__info_window(const char *title, const char *text, const char *exit_msg); 12 void ui__info_window(const char *title, const char *text); 13 int ui__question_window(const char *title, const char *text,
|
| A D | progress.c | 31 const char *title, bool size) in __ui_progress__init() argument 36 p->title = title; in __ui_progress__init()
|
| /linux/scripts/ |
| A D | get_feat.pl | 214 print "=" x length($title) . "\n"; 215 print "$title\n"; 216 print "=" x length($title) . "\n\n"; 299 my $title = "Feature $feat"; 301 print "=" x length($title) . "\n"; 302 print "$title\n"; 303 print "=" x length($title) . "\n\n"; 379 print "=" x length($title) . "\n"; 380 print "$title\n"; 381 print "=" x length($title) . "\n\n"; [all …]
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| A D | parse-console.sh | 16 title="$2" 27 echo $title unreadable console output file: $file 63 print_bug $title FAILURE, $nerrs 100 print_warning $title `cat $T.seq` 107 print_warning HOTPLUG FAILURES $title `cat $T.seq` 111 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version… 114 print_warning $title `cat $T.seq` 123 print_warning "Assertion failure in $file $title"
|
| A D | kvm-recheck-lock.sh | 27 title="$configfile ------- $ncs acquisitions/releases" 35 title="$title ($ncsps per second)" 37 echo $title
|
| A D | parse-build.sh | 17 title=$2 27 print_bug $title no build 33 print_bug $title build errors: 45 print_warning $title build errors:
|
| A D | kvm-recheck-rcu.sh | 33 title="$configfile ------- $ngps GPs" 41 title="$title ($ngpsps/s)" 43 echo $title $stopstate $fwdprog
|
| /linux/scripts/kconfig/lxdialog/ |
| A D | dialog.h | 85 struct dialog_color title; member 186 void print_title(WINDOW *dialog, const char *title, int width); 192 int dialog_yesno(const char *title, const char *prompt, int height, int width); 193 int dialog_msgbox(const char *title, const char *prompt, int height, 195 int dialog_textbox(const char *title, const char *tbuf, int initial_height, 198 int dialog_menu(const char *title, const char *prompt, 200 int dialog_checklist(const char *title, const char *prompt, int height, 202 int dialog_inputbox(const char *title, const char *prompt, int height,
|
| /linux/tools/net/ynl/ |
| A D | ynl-gen-rst.py | 75 def rst_subsection(title: str) -> str: 77 return f"{title}\n" + "-" * len(title) 80 def rst_subsubsection(title: str) -> str: 82 return f"{title}\n" + "~" * len(title) 90 def rst_subtitle(title: str) -> str: 92 return "\n" + "-" * len(title) + f"\n{title}\n" + "-" * len(title) + "\n\n" 95 def rst_title(title: str) -> str: 97 return "=" * len(title) + f"\n{title}\n" + "=" * len(title) + "\n\n" 136 def rst_label(title: str) -> str: 321 title = f"Family ``{family}`` netlink specification" [all …]
|
| /linux/arch/um/drivers/ |
| A D | xterm.c | 22 char *title; member 39 .title = opts->xterm_title, in xterm_init() 92 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local 93 char *argv[] = { terminal_emulator, title_switch, title, exec_switch, in xterm_open() 139 sprintf(title, data->title, data->device); in xterm_open()
|
| /linux/scripts/kconfig/ |
| A D | mconf.c | 358 return dialog_textbox(title, text, r, c, vscroll, hscroll, in show_textbox_ext() 362 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() argument 364 show_textbox_ext(title, text, r, c, NULL, NULL, NULL, NULL); in show_textbox() 367 static void show_helptext(const char *title, const char *text) in show_helptext() argument 369 show_textbox(title, text, 0, 0); in show_helptext() 387 struct gstr title; in search_conf() local 394 title = str_new(); in search_conf() 395 str_printf( &title, "Enter (sub)string or regexp to search for " in search_conf() 401 str_get(&title), in search_conf() 410 str_free(&title); in search_conf() [all …]
|
| A D | nconf.h | 80 const char *title, const char *prompt, 83 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text, 87 const char *title,
|
| /linux/tools/perf/ui/browsers/ |
| A D | annotate.c | 462 char title[SYM_TITLE_MAX_SIZE]; in annotate_browser__callq() local 484 sym_title(ms->sym, ms->map, title, sizeof(title), annotate_opts.percent_type); in annotate_browser__callq() 485 ui_browser__show_title(&browser->b, title); in annotate_browser__callq() 663 if (ui_browser__show(browser, title, help) < 0) in annotate_browser__show() 719 char title[256]; in annotate_browser__run() local 722 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run() 758 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run() 759 annotate_browser__show(&browser->b, title, help); in annotate_browser__run() 809 annotate_browser__show(&browser->b, title, help); in annotate_browser__run() 909 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run() [all …]
|
| /linux/tools/mm/ |
| A D | slabinfo-gnuplot.sh | 89 set style histogram columnstacked title textcolor lt -1 92 set key left above Left title reverse 94 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\ 95 '' $range u 3 title 'LOSS' with boxes 131 set key left above Left title reverse
|
| /linux/tools/testing/selftests/amd-pstate/ |
| A D | gitsource.sh | 294 set title "$2" 305 …ames[0]}-${gitsource_governors[0]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_nam… 306 …ames[0]}-${gitsource_governors[1]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_nam… 310 …ames[1]}-${gitsource_governors[0]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_nam… 311 …ames[1]}-${gitsource_governors[1]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_nam… 315 …ames[0]}-${gitsource_governors[0]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_nam… 316 …ames[0]}-${gitsource_governors[1]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_nam… 317 …ames[1]}-${gitsource_governors[0]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_nam… 318 …ames[1]}-${gitsource_governors[1]}/p' $OUTFILE_GIT.csv)" using $4:xtic(2) title "${all_scaling_nam…
|
| A D | tbench.sh | 276 set title "$2" 287 …ames[0]}-${tbench_governors[0]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_nam… 288 …ames[0]}-${tbench_governors[1]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_nam… 292 …ames[1]}-${tbench_governors[0]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_nam… 293 …ames[1]}-${tbench_governors[1]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_nam… 297 …ames[0]}-${tbench_governors[0]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_nam… 298 …ames[0]}-${tbench_governors[1]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_nam… 299 …ames[1]}-${tbench_governors[0]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_nam… 300 …ames[1]}-${tbench_governors[1]}/p' $OUTFILE_TBENCH.csv)" using $4:xtic(2) title "${all_scaling_nam…
|