/external/e2fsprogs/lib/ss/ |
ct_c.sed | 14 # hlp: <help text> 84 # Next, parse out the help message, being careful to handle a quoted string
|
/external/grub/docs/ |
help2man | 3 # Generate a short man page from --help and --version output. 42 `$this_program' generates a man page out of `--help' and `--version' output. 52 --help print this help, then exit 55 EXECUTABLE should accept `--help' and `--version' options. 72 help => sub { print $help_info; exit }, 163 # Grab help and version info from executable. 167 } qw(help version);
|
/external/grub/util/ |
grub-set-default | 34 -h, --help print this message and exit 47 -h | --help)
|
grub-set-default.in | 34 -h, --help print this message and exit 47 -h | --help)
|
/external/icu4c/samples/ugrep/ |
readme.txt | 6 --help Output a brief help message
|
/external/icu4c/test/perf/collationperf/ |
readme.html | 33 <P><TT>collperf -help</TT> 36 -help Display this message.
|
/external/iproute2/include/ |
ip6tables.h | 30 void (*help)(void); member in struct:ip6tables_match 80 void (*help)(void); member in struct:ip6tables_target
|
iptables.h | 53 void (*help)(void); member in struct:iptables_match 106 void (*help)(void); member in struct:iptables_target
|
/external/iptables/extensions/ |
libxt_TCPMSS.c | 100 .help = TCPMSS_help, 114 .help = TCPMSS_help6,
|
libxt_TEE.c | 102 .help = tee_tg_help, 116 .help = tee_tg_help,
|
libxt_connmark.c | 133 .help = connmark_mt_help, 146 .help = connmark_mt_help,
|
libxt_tos.c | 132 .help = tos_mt_help, 145 .help = tos_mt_help,
|
/external/linux-tools-perf/util/ |
hist.h | 99 const char *help __used) 118 int perf_evlist__tui_browse_hists(struct perf_evlist *evlist, const char *help);
|
/external/llvm/docs/CommandGuide/ |
llvm-build.pod | 25 =item B<-h>, B<--help> 27 Print the builtin program help.
|
/external/llvm/include/llvm/Transforms/Utils/ |
CmpInstAnalysis.h | 1 //===-- CmpInstAnalysis.h - Utils to help fold compare insts ------===// 10 // This file holds routines to help analyse compare instructions
|
/external/llvm/lib/MC/ |
SubtargetFeature.cpp | 146 /// Display help for feature choices. 148 static void Help(const SubtargetFeatureKV *CPUTable, size_t CPUTableSize, 279 // Check if help is needed 280 if (CPU == "help") 281 Help(CPUTable, CPUTableSize, FeatureTable, FeatureTableSize); 308 // Check for help 309 if (Feature == "+help") 310 Help(CPUTable, CPUTableSize, FeatureTable, FeatureTableSize);
|
/external/llvm/utils/ |
profile.pl | 42 if (/^-?-help$/) { 50 print " -help - Print this usage information\n";
|
/external/llvm/utils/release/ |
merge.sh | 36 -h | -help | --help )
|
tag.sh | 81 -h | --help | -help )
|
/external/oprofile/doc/ |
opannotate.1.in | 44 .BI "--help / -? / --usage" 45 Show help message.
|
opreport.1.in | 55 .BI "--help / -? / --usage" 56 Show help message.
|
/external/replicaisland/res/values/ |
rokudou.xml | 23 Join my team, Android. Help us find The Source and change the world. Take some time to think it over. I am a patient man. 36 Have you considered my offer, Android? It still stands. Join my team; help me find The Source and save the world from maniacs like Kabocha.
|
/external/v8/tools/ |
test.py | 1190 result.add_option("-m", "--mode", help="The test modes in which to run (comma-separated)", 1192 result.add_option("-v", "--verbose", help="Verbose output", 1194 result.add_option("-S", dest="scons_flags", help="Flag to pass through to scons", 1197 help="The style of progress indicator (verbose, dots, color, mono)", 1199 result.add_option("--no-build", help="Don't build requirements", 1201 result.add_option("--build-only", help="Only build requirements, don't run the tests", [all...] |
/external/webkit/Tools/Scripts/ |
deduplicate-tests | 51 help="Verbose output."), 54 help="Specify the glob to filter the files, defaults to *-expected*."),
|
find-mismatched-layout-test-results | 43 action="store_true", default=False, help="Only list missing pngs."), 46 help="Only list missing checksums."),
|