HomeSort by relevance Sort by last modified time
    Searched refs:help (Results 476 - 500 of 2656) sorted by null

<<11121314151617181920>>

  /external/toolchain-utils/crosperf/
generate_report.py 233 help='Be a tiny bit more verbose.')
238 help='Overwrite existing results files.')
244 help='Prefix of the output filename (default: report). '
251 help='Where to read the JSON from. - means stdin.')
257 help='The maximum number of benchmark statistics to '
260 '--json', action='store_true', help='Output a JSON report.')
262 '--text', action='store_true', help='Output a text report.')
266 help='Output a text report suitable for email.')
270 help='Output an HTML report (this is the default if no '
  /external/v8/tools/ignition/
bytecode_dispatches_report.py 190 help="shorter side in inches of the output plot (default 30)"
195 help="plot dispatch pairs heatmap"
200 help="open the heatmap in an interactive viewer, instead of writing to file"
205 help="print the top bytecode dispatch pairs"
212 help="print N top entries when running with -t or -f (default 10)"
217 help="print top dispatch sources and destinations to the specified bytecode"
223 help=("file to save the plot file to. File type is deduced from the "
229 help=("print top sources in order to how often they dispatch to the "
237 help="Ignition counters JSON file"
  /external/webrtc/tools/network_emulator/
emulate.py 75 help=('ConnectionConfig configuration, specified by ID. '
79 help=('Receive bandwidth in kilobit/s. Default: %default'))
82 help=('Send bandwidth in kilobit/s. Default: %default'))
85 help=('Delay in ms. Default: %default'))
88 help=('Packet loss in %. Default: %default'))
91 help=('Queue size as number of slots. Default: %default'))
93 help=('Range of ports for constrained network. Specify as '
96 help=('The interface IP address to apply the rules for. '
99 help=('Turn on verbose output. Will print all \'ipfw\' '
  /external/autotest/cli/
host.py 49 help='File listing the machines',
111 help='Only list hosts with all these labels '
115 help='Only list hosts with any of these '
119 help='Only list hosts within this ACL')
122 help='Only list hosts available to this user')
123 self.parser.add_option('-N', '--hostnames-only', help='Only return '
128 help='Only list locked hosts',
132 help='Only list unlocked hosts',
276 help='Limits the number of results '
343 help='Lock hosts'
    [all...]
acl.py 35 help='File listing the ACLs',
64 help='List ACLs containing USER',
68 help='List ACLs containing MACHINE',
145 help='Creates the ACL with the DESCRIPTION',
175 # Get the appropriate help for adding or removing.
180 help='%s USER(s) %s the ACL' % words,
184 help='File containing users to %s %s '
189 help='%s MACHINE(s) %s the ACL' % words,
193 help='File containing machines to %s %s '
atest_unittest.py 20 """Test help output.
27 for help in ['-h', '--help', 'help']:
28 outputs = self.run_cmd(argv + [help], exit_code=0,
38 """Main help level"""
45 """Topic level help"""
54 """Action level help"""
  /external/swiftshader/third_party/LLVM/utils/Misc/
zkill 145 help="Name of the signal to use (default=%default)",
149 help="List known signal names",
153 help="Only print the actions that would be taken",
156 help="Print more verbose output",
159 help="Enable debugging output",
162 help="Perform the specified commands, even if it seems like a bad idea",
168 help="Kill processes whose name matches the given regexp",
171 help="Kill processes whose executable matches the given regexp",
174 help="Kill processes whose user matches the given regexp",
177 help="Kill processes with CPU usage >= PCT"
    [all...]
  /external/autotest/client/cros/audio/
check_quality.py 46 help='The wav or raw file to check.'
51 help='Show debug message.')
53 help='Only do spectral analysis on each channel.')
56 help='Expected frequencies in the channels. '
66 help='Frequency difference threshold in Hz. '
70 help='Frequency threshold in Hz to be ignored for '
73 help='Output file to dump analysis result in JSON format')
76 help='For raw file. Bit width of a sample. '
81 help='For raw file. Sampling rate. Default is 48000')
84 help='For raw file. Number of channels.
    [all...]
  /external/autotest/site_utils/
balance_pools.py 21 -h, --help show this help message and exit
510 help='AFE host to use. Default comes from shadow_config.',
515 help='Set the number of DUTs in the '
520 help='Add the specified number of DUTs '
524 help='Remove the specified number of DUTs '
529 help='Pool from which to draw replacement '
532 help='Report actions to take in the form of '
535 help='Print more detail about calculations for debug '
540 help='Only rebalance a pool if it has at most
    [all...]
label_cleaner.py 227 help='Database server',
233 help='Database user',
239 help='Database password',
246 help=('Use argument <label> as a prefix for matching. '
257 help='Max number of records to delete in each query.',
264 help='Enforce to run only in a server that has primary status',
270 help='Dry run mode. Do not actually delete any labels.',
272 parser.add_argument('label', help='Label name to delete')
  /external/skia/tools/calmbench/
ab.py 39 HELP = """
60 parser = ArgumentParser(description=HELP)
62 parser.add_argument('outdir', type=str, help="output directory")
63 parser.add_argument('a', type=str, help="name of A")
64 parser.add_argument('b', type=str, help="name of B")
65 parser.add_argument('nano_a', type=str, help="path to A's nanobench binary")
66 parser.add_argument('nano_b', type=str, help="path to B's nanobench binary")
67 parser.add_argument('arg_a', type=str, help="args for A's nanobench run")
68 parser.add_argument('arg_b', type=str, help="args for B's nanobench run")
69 parser.add_argument('repeat', type=int, help="number of initial runs"
    [all...]
  /external/skqp/tools/calmbench/
ab.py 39 HELP = """
60 parser = ArgumentParser(description=HELP)
62 parser.add_argument('outdir', type=str, help="output directory")
63 parser.add_argument('a', type=str, help="name of A")
64 parser.add_argument('b', type=str, help="name of B")
65 parser.add_argument('nano_a', type=str, help="path to A's nanobench binary")
66 parser.add_argument('nano_b', type=str, help="path to B's nanobench binary")
67 parser.add_argument('arg_a', type=str, help="args for A's nanobench run")
68 parser.add_argument('arg_b', type=str, help="args for B's nanobench run")
69 parser.add_argument('repeat', type=int, help="number of initial runs"
    [all...]
  /external/python/cpython3/Lib/unittest/
main.py 159 help='Verbose output')
162 help='Quiet output')
165 help='Show local variables in tracebacks')
169 help='Stop on first fail or error')
174 help='Catch Ctrl-C and display results so far')
179 help='Buffer stdout and stderr during tests')
190 help='a list of any number of test modules, '
203 help="Directory to start discovery ('.' default)")
205 help="Pattern to match tests ('test*.py' default)")
207 help='Top level directory of project (defaults to
    [all...]
  /cts/tools/testng/
gen-test-list-xml.py 200 parser.add_argument('--cts-name', help="name (e.g. CtsJdwp)", required=True)
201 parser.add_argument('--app-package-name', help="appPackageName (e.g. android.jdwp)", required=True)
202 parser.add_argument('--jar-path', help="jarPath (e.g. CtsJdwp.jar)", required=True)
205 parser.add_argument('--test-type', help="testType (default testNGDeviceTest)",
207 parser.add_argument('--runtime-args', help="runtimeArgs (e.g. -XXlib:libart.so)")
208 parser.add_argument('--version', help="version (default 1.0)", default="1.0")
212 help='name of the cts test file (stdin by default)')
214 help='name of the cts output file (stdout by default)')
  /development/vndk/tools/sourcedr/sourcedr/commands/
collect.py 15 parser = parsers.add_parser('collect', help='Open web-based review UI')
16 parser.add_argument('input', help='Ninja file')
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/PatchPcdValue/
PatchPcdValue.py 215 help="Start offset to the image is used to store PCD value."),
217 help="PCD value will be updated into the image."),
219 help="The name of PCD data type may be one of VOID*,BOOLEAN, UINT8, UINT16, UINT32, UINT64."),
221 help="Max size of data buffer is taken by PCD value.It must be set when PCD type is VOID*."),
223 help="Run verbosely"),
225 help="Run with debug information"),
227 help="Run quietly"),
228 make_option("-?", action="help", help="show this help message and exit"),
    [all...]
  /external/ImageMagick/config/
missing 28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
  /external/autotest/contrib/
modelviz.py 13 -h, --help
14 show this help message and exit.
182 ["help", "disable_fields"])
193 if opt in ("-h", "--help"):
summarize_loadtest.py 45 help='Path to JSON file to read.',
48 help='Boards to show.')
50 help='Comma-spearated list of keys to group by.')
52 help='Dump all filtered entries.')
54 help='Comma-separated list of keys to skip displaying.',
57 help='Filter expression to apply to each node.')
60 help='Comma-separated list of %s to filter by.' %
63 help='Disable summary.')
  /external/autotest/site_utils/lxc/
unittest_setup.py 63 help='Print out ALL entries.')
65 help='Skip deleting test containers.')
  /external/chromium-trace/catapult/devil/devil/android/tools/
screenshot.py 29 help='Save result to file instead of generating a '
32 help='File to which the screenshot will be saved.')
video_recorder.py 118 help='Serial number of Android device to use.')
119 parser.add_argument('--blacklist-file', help='Device blacklist JSON file.')
121 help='Save result to file instead of generating a '
124 help='Verbose logging.')
126 help='Bitrate in megabits/s, from 0.1 to 100 mbps, '
129 help='Rotate video by 90 degrees.')
131 help='Frame size to use instead of the device '
134 help='File to which the video capture will be written.')
  /external/clang/test/Analysis/
unreachable-code-path.c 19 help:
25 goto help;
  /external/curl/docs/cmdline-opts/
ciphers.d 3 help: SSL ciphers to use
tftp-blksize.d 3 help: Set TFTP BLKSIZE option

Completed in 1013 milliseconds

<<11121314151617181920>>