Searched refs:help (Results 476 - 500 of 1271) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Drun_tests.py129 help='Repeats each a provided number of times.')
133 help='Ignore @Disabled and @Enabled restrictions.')
135 help='Retry each failure up to N times'
138 help='Treat test filter as exact matches (default is '
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.py716 parser.add_option("--help-tests", dest="help_tests", action="store_true",
717 default=False, help="List all available tests")
719 help="the location of the compiler output")
720 parser.add_option("--target", help="Debug or Release")
722 help="which test to run, supports test:gtest_filter format "
725 help="generate baseline data instead of validating")
727 help="additional arguments to --gtest_filter")
728 parser.add_option("--gtest_repeat", help="argument for --gtest_repeat")
730 help="Randomize tests' orders on every iteration.")
732 help
[all...]
/external/conscrypt/
H A Dupdate_prebuilts.sh39 echo "USAGE: $0 [-h|--help] [-n|--no-build] [-x]"
41 echo " -h, --help : Display this help message."
58 -h|--help)
/external/deqp/framework/delibs/deutil/
H A DdeCommandLine.c179 const char* cmdLine = "hello/world --help";
180 const char* ref[] = { "hello/world", "--help" };
184 const char* cmdLine = "hello/world --help foo";
185 const char* ref[] = { "hello/world", "--help", "foo" };
189 const char* cmdLine = "hello\\world --help foo";
190 const char* ref[] = { "hello\\world", "--help", "foo" };
194 const char* cmdLine = "\"hello/worl d\" --help --foo=\"bar\" \"ba z\\\"\"";
195 const char* ref[] = { "hello/worl d", "--help", "--foo=bar", "ba z\"" };
199 const char* cmdLine = "'hello/worl d' --help --foo='bar' 'ba z\\\''";
200 const char* ref[] = { "hello/worl d", "--help", "
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dcomplete-ant-cmd.pl63 qw(-buildfile -debug -emacs -f -find -help -listener -logfile
/external/iproute2/testsuite/lib/
H A Dgeneric.sh82 HELPOUT=`$TC qdisc add $1 help 2>&1`
/external/iptables/extensions/
H A Dlibxt_AUDIT.c91 .help = audit_help,
H A Dlibxt_CHECKSUM.c67 .help = CHECKSUM_help,
H A Dlibxt_CLASSIFY.c82 .help = CLASSIFY_help,
H A Dlibxt_IDLETIMER.c86 .help = idletimer_tg_help,
H A Dlibxt_NFQUEUE.c215 .help = NFQUEUE_help,
227 .help = NFQUEUE_help_v1,
240 .help = NFQUEUE_help_v2,
253 .help = NFQUEUE_help_v3,
H A Dlibxt_SECMARK.c78 .help = SECMARK_help,
H A Dlibxt_connlimit.c194 .help = connlimit_help,
209 .help = connlimit_help,
224 .help = connlimit_help,
239 .help = connlimit_help,
H A Dlibxt_cpu.c53 .help = cpu_help,
H A Dlibxt_helper.c53 .help = helper_help,
H A Dlibxt_length.c65 .help = length_help,
H A Dlibxt_mac.c78 .help = mac_help,
H A Dlibxt_nfacct.c79 .help = nfacct_help,
H A Dlibxt_quota.c60 .help = quota_help,
H A Dlibxt_socket.c71 .help = socket_mt_help,
H A Dlibxt_tcpmss.c65 .help = tcpmss_help,
/external/iptables/iptables/
H A Dxshared.c19 * Print out any special helps. A user might like to be able to add a --help
20 * to the commandline, and see expected results. So we call help for all
29 if (t->help == NULL)
33 t->help();
38 if (m->match->help == NULL)
42 m->match->help();
/external/libvpx/libvpx/build/make/
H A Dgen_asm_deps.sh23 echo "See $0 --help for available options."
36 -h|--help) show_help
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhist.h204 int perf_evlist__tui_browse_hists(struct perf_evlist *evlist, const char *help,
212 const char *help __maybe_unused,
241 int perf_evlist__gtk_browse_hists(struct perf_evlist *evlist, const char *help,
247 const char *help __maybe_unused,
/external/lldb/examples/python/
H A Dcrashlog.py11 # "crashlog" command installed, type "crashlog --help" for detailed help
408 '''Interactive prompt for analyzing one or more Darwin crash logs, type "help" to see a list of supported commands.'''
414 self.intro = 'Interactive crashlogs prompt, type "help" to see a list of supported commands.'
470 self.image_option_parser.add_option('-a', '--all', action='store_true', help='show all images', default=False)
534 parser.add_option('-v', '--verbose', action='store_true', dest='verbose', help='display verbose debug info', default=False)
725 option_parser.add_option('--verbose' , '-v', action='store_true', dest='verbose', help='display verbose debug info', default=False)
726 option_parser.add_option('--debug' , '-g', action='store_true', dest='debug', help='display verbose debug logging', default=False)
727 option_parser.add_option('--load-all' , '-a', action='store_true', dest='load_all_images', help='load all executable images, not just the images found in the crashed stack frames', default=False)
728 option_parser.add_option('--images' , action='store_true', dest='dump_image_list', help
[all...]

Completed in 1041 milliseconds

<<11121314151617181920>>