Home
last modified time | relevance | path

Searched defs:help (Results 251 - 275 of 461) sorted by relevance

1...<<111213141516171819

/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
H A Dcgroup_xattr.c134 static void help(void) in help() function
/third_party/littlefs/scripts/
H A Dcov.py709 help="Input *.gcda files.") variable
713 help="Output commands that run behind the scenes.") variable
717 help="Don't show anything, useful with -o.") variable
720 help="Specify CSV file to store results.") variable
723 help="Don't parse anything, use this CSV file.") variable
726 help="Specify CSV file to diff against.") variable
730 help="Show all, not just the ones that changed.") variable
734 help="Only show percentage change, not a full diff.") variable
739 help="Group by this field.") variable
745 help variable
751 help="Only include results where this field is this value.") global() variable
761 help="Sort by this field.") global() variable in .AppendSort
766 help="Sort by this field, but backwards.") global() variable in .AppendSort
770 help="Only show the total.") global() variable in .AppendSort
775 help="Only consider definitions in this file. Defaults to anything " global() variable in .AppendSort
780 help="Include builtin and libc specific symbols.") global() variable in .AppendSort
784 help="Show total hits instead of coverage.") global() variable in .AppendSort
788 help="Show source files annotated with coverage info.") global() variable in .AppendSort
792 help="Show uncovered lines.") global() variable in .AppendSort
796 help="Show uncovered branches.") global() variable in .AppendSort
801 help="Show n additional lines of context. Defaults to 3.") global() variable in .AppendSort
806 help="Assume source is styled with this many columns. Defaults to 80.") global() variable in .AppendSort
811 help="When to use terminal colors. Defaults to 'auto'.") global() variable in .AppendSort
815 help="Error if any lines are not covered.") global() variable in .AppendSort
819 help="Error if any branches are not covered.") global() variable in .AppendSort
824 help="Path to the gcov executable, may include paths. " global() variable in .AppendSort
[all...]
H A Dcode.py616 help="Input *.o files.") variable
620 help="Output commands that run behind the scenes.") variable
624 help="Don't show anything, useful with -o.") variable
627 help="Specify CSV file to store results.") variable
630 help="Don't parse anything, use this CSV file.") variable
633 help="Specify CSV file to diff against.") variable
637 help="Show all, not just the ones that changed.") variable
641 help="Only show percentage change, not a full diff.") variable
646 help="Group by this field.") variable
652 help variable
658 help="Only include results where this field is this value.") global() variable
668 help="Sort by this field.") global() variable in .AppendSort
673 help="Sort by this field, but backwards.") global() variable in .AppendSort
677 help="Only show the total.") global() variable in .AppendSort
682 help="Only consider definitions in this file. Defaults to anything " global() variable in .AppendSort
687 help="Include builtin and libc specific symbols.") global() variable in .AppendSort
691 help="Type of symbols to report, this uses the same single-character " global() variable in .AppendSort
697 help="Path to the nm executable, may include flags. " global() variable in .AppendSort
703 help="Path to the objdump executable, may include flags. " global() variable in .AppendSort
[all...]
H A Dplotmpl.py1028 help="Input *.csv files.") variable
1032 help="Output *.svg/*.png file.") variable
1036 help="Output an svg file. By default this is infered.") variable
1040 help="Output a png file. By default this is infered.") variable
1044 help="Don't print info.") variable
1058 help="Field to use for the x-axis. Can rename fields with " variable
1066 help="Field to use for the y-axis. Can rename fields with " variable
1072 help="Only include results where this field is this value. May include " variable
1077 help variable
1081 help="Draw data points and lines.") global() variable
1085 help="Comma-separated hex colors to use.") global() variable
1089 help="Comma-separated matplotlib formats to use. Allows '0' as an " global() variable
1094 help="Width in pixels. Defaults to %r." % WIDTH) global() variable
1098 help="Height in pixels. Defaults to %r." % HEIGHT) global() variable
1104 help="Range for the x-axis.") global() variable
1110 help="Range for the y-axis.") global() variable
1114 help="Use a logarithmic x-axis.") global() variable
1118 help="Use a logarithmic y-axis.") global() variable
1122 help="Use base-2 prefixes for the x-axis.") global() variable
1126 help="Use base-2 prefixes for the y-axis.") global() variable
1131 help="Ticks for the x-axis. This can be explicit comma-separated " global() variable
1137 help="Ticks for the y-axis. This can be explicit comma-separated " global() variable
1141 help="Units for the x-axis.") global() variable
1144 help="Units for the y-axis.") global() variable
1147 help="Add a label to the x-axis.") global() variable
1150 help="Add a label to the y-axis.") global() variable
1156 help="Comma separated xticklabels.") global() variable
1162 help="Comma separated yticklabels.") global() variable
1165 help="Add a title.") global() variable
1169 help="Place a legend to the right.") global() variable
1173 help="Place a legend above.") global() variable
1177 help="Place a legend below.") global() variable
1181 help="Use the dark style.") global() variable
1185 help="Use the ggplot style.") global() variable
1189 help="Use the xkcd style.") global() variable
1193 help="Use the ggplot style with GitHub colors.") global() variable
1197 help="Font family for matplotlib.") global() variable
1200 help="Font size for matplotlib. Defaults to %r." % FONT_SIZE) global() variable
1203 help="Color for the font and other line elements.") global() variable
1206 help="Foreground color to use.") global() variable
1209 help="Background color to use.") global() variable
1231 help="Add subplot above with the same dataset. Takes an arg string to " global() variable in .AppendSubplot
1238 help="Add subplot below with the same dataset.") global() variable in .AppendSubplot
1242 help="Add subplot left with the same dataset.") global() variable in .AppendSubplot
1246 help="Add subplot right with the same dataset.") global() variable in .AppendSubplot
1250 help="Add subplot-specific arguments to the main plot.") global() variable in .AppendSubplot
[all...]
H A Dplot.py1548 help="Add subplot above with the same dataset. Takes an arg string to " global() variable in main.AppendSubplot
1555 help="Add subplot below with the same dataset.") global() variable in main.AppendSubplot
1559 help="Add subplot left with the same dataset.") global() variable in main.AppendSubplot
1563 help="Add subplot right with the same dataset.") global() variable in main.AppendSubplot
1567 help="Add subplot-specific arguments to the main plot.") global() variable in main.AppendSubplot
1571 help="Pipe directly to stdout.") global() variable in main.AppendSubplot
1575 help="Continue to open and redraw the CSV files in a loop.") global() variable in main.AppendSubplot
1579 help="Time in seconds to sleep between redraws when running with -k. " global() variable in main.AppendSubplot
[all...]
H A Dperfbd.py1183 help="Sort by this field.") global() variable in main.AppendSort
1188 help="Sort by this field, but backwards.") global() variable in main.AppendSort
1192 help="Only show the total.") global() variable in main.AppendSort
1197 help="Only consider definitions in this file. Defaults to anything " global() variable in main.AppendSort
1202 help="Include builtin and libc specific symbols.") global() variable in main.AppendSort
1206 help="Depth to propagate samples up the call-stack. 0 propagates up " global() variable in main.AppendSort
1213 help="Depth of function calls to show. 0 shows all calls but may not " global() variable in main.AppendSort
1218 help="Show source files annotated with coverage info.") global() variable in main.AppendSort
1224 help="Show lines with any ops above this threshold as a percent of " global() variable in main.AppendSort
1231 help="Show lines with reads above this threshold as a percent of " global() variable in main.AppendSort
1238 help="Show lines with progs above this threshold as a percent of " global() variable in main.AppendSort
1245 help="Show lines with erases above this threshold as a percent of " global() variable in main.AppendSort
1251 help="Show n additional lines of context. Defaults to 3.") global() variable in main.AppendSort
1256 help="Assume source is styled with this many columns. Defaults to 80.") global() variable in main.AppendSort
1261 help="When to use terminal colors. Defaults to 'auto'.") global() variable in main.AppendSort
1267 help="Number of processes to use. 0 spawns one process per core.") global() variable in main.AppendSort
1272 help="Path to the objdump executable, may include flags. " global() variable in main.AppendSort
[all...]
H A Ddata.py613 help="Input *.o files.") variable
617 help="Output commands that run behind the scenes.") variable
621 help="Don't show anything, useful with -o.") variable
624 help="Specify CSV file to store results.") variable
627 help="Don't parse anything, use this CSV file.") variable
630 help="Specify CSV file to diff against.") variable
634 help="Show all, not just the ones that changed.") variable
638 help="Only show percentage change, not a full diff.") variable
643 help="Group by this field.") variable
649 help variable
655 help="Only include results where this field is this value.") global() variable
665 help="Sort by this field.") global() variable in .AppendSort
670 help="Sort by this field, but backwards.") global() variable in .AppendSort
674 help="Only show the total.") global() variable in .AppendSort
679 help="Only consider definitions in this file. Defaults to anything " global() variable in .AppendSort
684 help="Include builtin and libc specific symbols.") global() variable in .AppendSort
688 help="Type of symbols to report, this uses the same single-character " global() variable in .AppendSort
694 help="Path to the nm executable, may include flags. " global() variable in .AppendSort
700 help="Path to the objdump executable, may include flags. " global() variable in .AppendSort
[all...]
H A Dsummary.py723 help="Input *.csv files.") variable
727 help="Don't show anything, useful with -o.") variable
730 help="Specify CSV file to store results.") variable
733 help="Specify CSV file to diff against.") variable
737 help="Show all, not just the ones that changed.") variable
741 help="Only show percentage change, not a full diff.") variable
762 help="Only include results where this field is this value. May include " variable
773 help variable in .AppendSort
778 help="Sort by this field, but backwards.") global() variable in .AppendSort
782 help="Only show the total.") global() variable in .AppendSort
786 help="Treat these fields as ints.") global() variable in .AppendSort
790 help="Treat these fields as floats.") global() variable in .AppendSort
794 help="Treat these fields as fractions.") global() variable in .AppendSort
798 help="Add these fields (the default).") global() variable in .AppendSort
802 help="Multiply these fields.") global() variable in .AppendSort
806 help="Take the minimum of these fields.") global() variable in .AppendSort
810 help="Take the maximum of these fields.") global() variable in .AppendSort
814 help="Average these fields.") global() variable in .AppendSort
818 help="Find the standard deviation of these fields.") global() variable in .AppendSort
822 help="Find the geometric mean of these fields.") global() variable in .AppendSort
826 help="Find the geometric standard deviation of these fields.") global() variable in .AppendSort
[all...]
H A Dstack.py646 help="Input *.ci files.") variable
650 help="Output commands that run behind the scenes.") variable
654 help="Don't show anything, useful with -o.") variable
657 help="Specify CSV file to store results.") variable
660 help="Don't parse anything, use this CSV file.") variable
663 help="Specify CSV file to diff against.") variable
667 help="Show all, not just the ones that changed.") variable
671 help="Only show percentage change, not a full diff.") variable
676 help="Group by this field.") variable
682 help variable
688 help="Only include results where this field is this value.") global() variable
698 help="Sort by this field.") global() variable in .AppendSort
703 help="Sort by this field, but backwards.") global() variable in .AppendSort
707 help="Only show the total.") global() variable in .AppendSort
712 help="Only consider definitions in this file. Defaults to anything " global() variable in .AppendSort
717 help="Include builtin and libc specific symbols.") global() variable in .AppendSort
721 help="Only show the function call tree.") global() variable in .AppendSort
727 help="Depth of function calls to show. 0 shows all calls but may not " global() variable in .AppendSort
732 help="Error if any functions are recursive.") global() variable in .AppendSort
[all...]
H A Dstructs.py568 help="Input *.o files.") variable
572 help="Output commands that run behind the scenes.") variable
576 help="Don't show anything, useful with -o.") variable
579 help="Specify CSV file to store results.") variable
582 help="Don't parse anything, use this CSV file.") variable
585 help="Specify CSV file to diff against.") variable
589 help="Show all, not just the ones that changed.") variable
593 help="Only show percentage change, not a full diff.") variable
598 help="Group by this field.") variable
604 help variable
610 help="Only include results where this field is this value.") global() variable
620 help="Sort by this field.") global() variable in .AppendSort
625 help="Sort by this field, but backwards.") global() variable in .AppendSort
629 help="Only show the total.") global() variable in .AppendSort
634 help="Only consider definitions in this file. Defaults to anything " global() variable in .AppendSort
639 help="Include builtin and libc specific symbols.") global() variable in .AppendSort
643 help="Also show structs in .c files.") global() variable in .AppendSort
648 help="Path to the objdump executable, may include flags. " global() variable in .AppendSort
[all...]
H A Dreadmdir.py386 help="File representing the block device.") variable
388 help="Size of a block in bytes.") variable
390 help="First block address for finding the metadata pair.") variable
392 help="Second block address for finding the metadata pair.") variable
394 help="Show tags in log.") variable
396 help="Show all tags in log, included tags in corrupted commits.") variable
398 help="Don't truncate large amounts of data.") variable
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
H A Dradeonsi-run-tests.py64 help="Number of processes/threads to use.", variable
73 help="Path to folder containing piglit/GLCTS and dEQP source folders.", variable
83 help="Only run the test matching this expression. This can only be a filename containing a list of failing tests to re-run.", variable
88 help="Folder containing expected results files", variable
106 help="Disable dEQP-EGL tests", global() variable
112 help="Disable dEQP-gles2 tests", global() variable
118 help="Disable dEQP-gles3 tests", global() variable
124 help="Disable dEQP-gles31 tests", global() variable
139 help="Output folder (logs, etc)", global() variable
164 help="Select GPU (0..{})".format(len(available_gpus) - 1), global() variable
[all...]
/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_packager.py33 help='Type of test case runner to generate.') variable
35 help='Type of test case runner to generate.') variable
/third_party/node/deps/v8/tools/
H A Dlocs.py59 help="output json instead of short summary") variable
63 help="Use specified build dir and generate necessary files", variable
69 help="output command used to compute LoC") variable
74 help="Restrict counting to report group (can be passed multiple times)") variable
79 help="Exclude specific group (can be passed multiple times)") variable
84 help="List groups and associated regular expressions") variable
90 help="Add a report group (can be passed multiple times)") variable
97 help="Output the n largest files after preprocessing") variable
104 help variable
111 help="Output the n smallest input files") global() variable
118 help="Output results for each file separately") global() variable
123 help="Process specified number of files concurrently") global() variable
[all...]
H A Davg.py43 help="number of times the command should be repeated") variable
47 help="command to run (no quotes needed)") variable
53 help="set this flag to echo the command's output") variable
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscluster.c132 int help = 0; in parse_options() local
H A Dntfsmove.c129 int help = 0; in parse_options() local
H A Dntfslabel.c139 int help = 0; in parse_options() local
/third_party/mesa3d/src/intel/tools/
H A Di965_asm.c212 bool help = false, compact = false; in main() local
/third_party/ltp/testcases/misc/crash/
H A Dcrash01.c118 void help(void) in help() function
H A Dcrash02.c111 void help(void) in help() function
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill10.c273 void help(void) in help() function
/third_party/ltp/testcases/kernel/fs/proc/
H A Dproc01.c201 void help(void) in help() function
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddma_thread_diotest.c438 static void help(void) in help() function
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl02.c418 static void help(void) in help() function

Completed in 23 milliseconds

1...<<111213141516171819