HomeSort by relevance Sort by last modified time
    Searched defs:help (Results 1 - 25 of 538) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/tools/coverage/
aplog2coverage.sh 37 help () { function
42 -h, --help Display this help
64 --longoptions "help,domains:,ouput:,regexp:,parser_option:,force" \
73 -h|--help)
75 help
  /frameworks/rs/rsov/compiler/
bcc_rsov.sh 18 function help() { function
22 echo " -h Show this help message."
31 help
43 help
  /external/autotest/server/cros/packet_generation/
sendra.py 32 help='HWAddr to send the packet to.') variable
34 type=int, help='Time to sleep between consecutive')
36 type=int, help='NUmber of packets to send.')
38 type=int, help='Lifetime in seconds for the first RA')
40 help='The wifi interface to send packets over.') variable
  /external/kmod/tools/
kmod.h 27 const char *help; member in struct:kmod_cmd
  /external/skia/tools/android/
measure_fps.py 47 help="Number of seconds to count frames.") variable
  /external/skqp/tools/android/
measure_fps.py 47 help="Number of seconds to count frames.") variable
  /system/extras/simpleperf/scripts/
report_sample.py 63 help='Set the path to find binaries with symbols and debug info.') variable
64 parser.add_argument('--kallsyms', help='Set the path to find kernel symbols.')
66 help='Default is perf.data.') variable
  /tools/test/connectivity/acts/framework/acts/bin/
monsoon.py 64 help="Print power meter status.") variable
66 help="Also report average over last n data points.") variable
68 help="Set output voltage (0 for off)") variable
70 help="Set max output current.") variable
72 help="Set max power-up/inital current.") variable
74 "auto"), help="USB control (on, off, auto).")
76 help="Collect and print this many samples") variable
78 help="Sample this many times per second.") variable
79 parser.add_argument("-d", "--device", help="Use this /dev/ttyACM... file.")
81 help="The serial number of the Monsoon to use." variable
83 help="The number of samples to discard when calculating average.") variable
    [all...]
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/commands/
BrowserCommands.js 25 Commands.prototype.addCommand=function(name, help, runnable) {
30 this.commands[name] = {help: help, runnable: runnable}; property in class:this.commands
33 Commands.prototype.help=function(name, args) { method in class:Commands
36 result+=command+'\t'+this.commands[command].help+"\n";
43 return this.commands[name].help.apply(context, args);*/
47 if (name === 'help') {
48 return this.help(name, args);
51 throw 'Unknown command '+name+'. Try "help"';
  /external/autotest/tko/parsers/test/
new_scenario.py 31 help='Name for new scenario instance. Will use dirname if not specified') variable
35 help='Storage tag to use for initial parser result.') variable
39 help='Type of unittest module to copy into new scenario.') variable
  /external/lisa/tools/
report.py 30 help='Regexp of BASE configurations to compare with') variable
33 help='Regexp of TEST configurations to compare against') variable
36 help='Folder containing experimental results') variable
  /external/llvm/utils/
prepare-code-coverage-artifact.py 45 parser.add_argument('host_llvm_profdata', help='Path to llvm-profdata')
46 parser.add_argument('host_llvm_cov', help='Path to llvm-cov')
48 help='Path to the directory containing the raw profiles') variable
50 help='Path to the directory containing llvm binaries') variable
  /external/skia/tools/svg/
svg_downloader.py 31 help='Path to the text file containing SVGs. Each line should contain a ' variable
36 help='The output dir where downloaded SVGs will be stored in.') variable
39 help='The prefix which downloaded SVG file will begin with.', variable
  /external/skqp/tools/svg/
svg_downloader.py 31 help='Path to the text file containing SVGs. Each line should contain a ' variable
36 help='The output dir where downloaded SVGs will be stored in.') variable
39 help='The prefix which downloaded SVG file will begin with.', variable
  /external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/cloud_tpu_profiler/
main.py 36 help='GCE zone where the Cloud TPU is located in. If not specified, we ' variable
  /external/tensorflow/tensorflow/tools/build_info/
gen_build_info.py 87 help="Either 'cuda' for GPU builds or 'cpu' for CPU builds.") variable
89 parser.add_argument("--raw_generate", type=str, help="Generate build_info.py")
92 help="List of key=value pairs.")
  /tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/
BundleToolMain.java 31 public static final String HELP_CMD = "help";
47 help(); method
63 help(commands.get(1));
65 help(); method
70 help(); method
77 /** Displays a general help. */
78 public static void help() { method in class:BundleToolMain
83 System.out.println("Type: bundletool help [command] to learn more about a given command.");
86 /** Displays help about a given command. */
87 public static void help(String commandName) method in class:BundleToolMain
100 help(); method
    [all...]
  /external/autotest/client/bin/
autotest 27 help="additional args to pass to control file") variable
30 default=False, help="continue previously started job")
33 help="set the job tag") variable
36 help="set the harness type") variable
39 help="arguments delivered to harness") variable
42 default='', help="set the job username")
45 default=False, help="enable external logging")
48 help='Include DEBUG messages in console output') variable
51 help='Not include DEBUG messages in console output') variable
55 help='Take this as the hostname of this machine variable
60 help='Specify an alternate path to store test result logs') variable
64 help='a comma seperated list of client tests to prebuild on ' variable
    [all...]
screenshot.py 10 help="CRTC id (default first screen)") variable
11 argparser.add_argument("path", help="output image location")
  /external/autotest/site_utils/
set_tree_status.py 55 help='Dont force to close tree if it is already closed.') variable
  /external/compiler-rt/lib/dfsan/scripts/
build-libc-list.py 38 help='path to libc DSO directory', variable
41 help='path to libc archive directory', variable
45 help='path to libgcc DSO directory', variable
48 help='path to libgcc archive directory', variable
53 help='include libstdc++ in the list (inadvisable)') variable
55 help='path to libstdc++ DSO directory', variable
  /external/fio/tools/hist/
half-bins.py 29 arg( 'FILENAME', help='clat_hist file for which we will reduce'
34 help='number of times to reduce number of bins by half, ' variable
  /external/jcommander/src/test/java/com/beust/jcommander/args/
ArgsHelp.java 24 * Test a help option which overrides other options and option validations
28 @Parameter(names = "-h", description = "Display help")
29 public boolean help; field in class:ArgsHelp
  /external/ltp/tools/pounder21/
pounder 34 function help() { function
187 h) help $0; exit;;
188 '?') help $0; exit 1;;
  /external/tensorflow/tensorflow/contrib/kfac/examples/
convnet_mnist_main.py 50 help="Directory to store dataset in.") variable
55 help="Number of CPUs to split minibatch across.") variable

Completed in 694 milliseconds

1 2 3 4 5 6 7 8 91011>>