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

<<21222324252627282930>>

  /prebuilts/go/linux-x86/test/
opt_branchlikely.go 44 panic("help help help")
  /test/framework/harnesses/host_controller/command_processor/
command_device.py 151 help="Serial number for device. Can be a comma-separated list.")
156 help="Update device info on cloud scheduler")
161 help="Interval (seconds) to repeat device update.")
163 "--host", type=int, help="The index of the host.")
168 help="The type of a cloud-based test scheduler server.")
173 help="Whether to lease jobs and execute them.")
  /toolchain/benchmark/
build_bench.py 32 help='Select the benchmark to be built.')
38 help='Specify the path to the compiler bin '
44 help='Specify the host OS to build benchmark.')
49 help='Specify the version of prebuilt LLVM.')
54 help='Specify the optimization cflags for the toolchain.')
58 help='Specify linker flags for the toolchain.')
  /prebuilts/go/darwin-x86/src/flag/
flag_test.go 257 const help = "HELP"
259 ResetForTesting(func() { result = help })
261 if result != help {
262 t.Fatalf("got %q; expected %q", result, help)
340 // Test that -help invokes the usage message and returns ErrHelp.
343 fs := NewFlagSet("help test", ContinueOnError)
356 t.Error("help called for regular flag")
359 // Help flag should work as expected.
360 err = fs.Parse([]string{"-help"})
    [all...]
  /prebuilts/go/linux-x86/src/flag/
flag_test.go 257 const help = "HELP"
259 ResetForTesting(func() { result = help })
261 if result != help {
262 t.Fatalf("got %q; expected %q", result, help)
340 // Test that -help invokes the usage message and returns ErrHelp.
343 fs := NewFlagSet("help test", ContinueOnError)
356 t.Error("help called for regular flag")
359 // Help flag should work as expected.
360 err = fs.Parse([]string{"-help"})
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py 18 help='an integer to be summed')
21 help='the file where the sum should be written')
54 not to change the formatting for help text, and
56 to the help.
144 # Formatting Help
148 """Formatter for generating usage messages and argument help strings.
227 # join the section-initial newline, the heading and the help
256 if action.help is not SUPPRESS:
278 # Help-formatting methods
281 help = self._root_section.format_help()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
argparse.py 18 help='an integer to be summed')
21 help='the file where the sum should be written')
54 not to change the formatting for help text, and
56 to the help.
144 # Formatting Help
148 """Formatter for generating usage messages and argument help strings.
225 # join the section-initial newline, the heading and the help
254 if action.help is not SUPPRESS:
276 # Help-formatting methods
279 help = self._root_section.format_help()
    [all...]
  /external/python/cpython2/Lib/
argparse.py 18 help='an integer to be summed')
21 help='the file where the sum should be written')
54 not to change the formatting for help text, and
56 to the help.
144 # Formatting Help
148 """Formatter for generating usage messages and argument help strings.
227 # join the section-initial newline, the heading and the help
256 if action.help is not SUPPRESS:
278 # Help-formatting methods
281 help = self._root_section.format_help(
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 18 help='an integer to be summed')
21 help='the file where the sum should be written')
54 not to change the formatting for help text, and
56 to the help.
144 # Formatting Help
148 """Formatter for generating usage messages and argument help strings.
225 # join the section-initial newline, the heading and the help
254 if action.help is not SUPPRESS:
276 # Help-formatting methods
279 help = self._root_section.format_help(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 18 help='an integer to be summed')
21 help='the file where the sum should be written')
54 not to change the formatting for help text, and
56 to the help.
144 # Formatting Help
148 """Formatter for generating usage messages and argument help strings.
225 # join the section-initial newline, the heading and the help
254 if action.help is not SUPPRESS:
276 # Help-formatting methods
279 help = self._root_section.format_help(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 18 help='an integer to be summed')
21 help='the file where the sum should be written')
54 not to change the formatting for help text, and
56 to the help.
144 # Formatting Help
148 """Formatter for generating usage messages and argument help strings.
225 # join the section-initial newline, the heading and the help
254 if action.help is not SUPPRESS:
276 # Help-formatting methods
279 help = self._root_section.format_help(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 18 help='an integer to be summed')
21 help='the file where the sum should be written')
54 not to change the formatting for help text, and
56 to the help.
144 # Formatting Help
148 """Formatter for generating usage messages and argument help strings.
225 # join the section-initial newline, the heading and the help
254 if action.help is not SUPPRESS:
276 # Help-formatting methods
279 help = self._root_section.format_help(
    [all...]
  /external/clang/utils/perf-training/
perf-helper.py 54 default=1, help='dtrace buffer size in MB (default 1)')
56 help='Use dtrace\'s oneshot probes')
58 help='Use dtrace\'s ustack to print function names')
60 help='Execute cc1 directly (don\'t profile the driver)')
61 parser.add_argument('cmd', nargs='*', help='')
144 parser.add_argument('cmd', nargs='*', help='')
320 parser.add_argument('input', nargs='+', help='')
322 help="Path to the binary being ordered (for getting all symbols)",
325 help="path to output order file to write", default=None, required=True,
328 help="show symbols which are 'fixed up' to a valid name (requires --binary)"
    [all...]
  /external/mesa3d/src/gallium/docs/
make.bat 12 if "%1" == "" goto help
14 if "%1" == "help" (
15 :help
21 echo. htmlhelp to make HTML files and a HTML help project
67 echo.Build finished; now you can run HTML Help Workshop with the ^
78 echo.To view the help file:
  /external/python/futures/docs/
make.bat 11 if "%1" == "" goto help
13 if "%1" == "help" (
14 :help
20 echo. htmlhelp to make HTML files and a HTML help project
66 echo.Build finished; now you can run HTML Help Workshop with the ^
77 echo.To view the help file:
  /external/webrtc/webrtc/video/
full_stack_plot.py 311 type=int, help="Cycle length over which to average the values.")
314 help="Name of the field to show. Use 'none' to skip a color.")
316 help="Use right Y axis for given field.")
318 help="Hide values for dropped frames.")
320 help="Frame offset.")
322 help="Separator for multiple graphs.")
325 help="Frame count to show or take into account while averaging.")
327 help="Title of the graph.")
330 help="Use to save the graph into a file. "
334 help="List of text-based files generated by loopback tests."
    [all...]
  /external/python/cpython3/Lib/
argparse.py 18 help='an integer to be summed')
21 help='the file where the sum should be written')
54 not to change the formatting for help text, and
56 to the help.
147 # Formatting Help
151 """Formatter for generating usage messages and argument help strings.
228 # join the section-initial newline, the heading and the help
257 if action.help is not SUPPRESS:
279 # Help-formatting methods
282 help = self._root_section.format_help(
    [all...]
  /external/libedit/src/
map.c 915 el->el_map.help = el_malloc(sizeof(*el->el_map.help) * EL_NUM_FCNS);
916 if (el->el_map.help == NULL)
918 (void) memcpy(el->el_map.help, help__get(),
919 sizeof(*el->el_map.help) * EL_NUM_FCNS);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Ecc.py 402 help="Check all files under the target workspace.")
404 help="Specify a configuration file. Defaultly use config.ini under ECC tool directory.")
406 help="Specify the name of an output file, if and only if one filename was specified.")
408 help="Specify the name of an report file, if and only if one filename was specified.")
410 help="Specify the name of an exception file, if and only if one filename was specified.")
411 Parser.add_option("-m", "--metadata", action="store_true", type=None, help="Only scan meta-data files information if this option is specified.")
412 Parser.add_option("-s", "--sourcecode", action="store_true", type=None, help="Only scan source code files information if this option is specified.")
413 Parser.add_option("-k", "--keepdatabase", action="store_true", type=None, help="The existing Ecc database will not be cleaned except report information if this option is specified.")
414 Parser.add_option("-l", "--log filename", action="store", dest="LogFile", help="""If specified, the tool should emit the changes that
419 Parser.add_option("-q", "--quiet", action="store_true", type=None, help="Disable all messages except FATAL ERRORS.")
    [all...]
  /external/autotest/contrib/
loadtest.py 74 help='Devserver to load test.')
76 help='Path to JSON config file.'
81 help=('Consecutive number of failures before '
86 help=('Total number of successes before blacklisting '
90 help=('Total number of failures before blacklisting '
94 help='Comma-separated list of boards to provision.')
96 help='Do not attempt to provision.')
98 help='Comma-separated list of duts to provision.')
100 help='Path to append JSON entries to.')
102 help='Path to write JSON file to.'
    [all...]
  /external/pdfium/testing/tools/
safetynet_compare.py 587 help='pdf files or directories to search for pdf files '
590 help='git branch to use as "before" for comparison. '
594 help='git branch to use as "after" for comparison. '
598 help='relative path from the base source directory '
601 help='relative path from the base source directory '
606 help='directory with a new or preexisting cache for '
609 help='use the repository where the script is instead of '
616 help='which profiler to use. Supports callgrind and '
619 help='whether to measure just the interesting section or '
624 type=int, help='run NUM_WORKERS jobs in parallel'
    [all...]
  /system/extras/simpleperf/scripts/
app_profiler.py 404 parser.add_argument('-p', '--app', help=
406 parser.add_argument('-np', '--native_program', help=
409 parser.add_argument('-cmd', help=
411 parser.add_argument('-lib', '--native_lib_dir', help=
413 parser.add_argument('-nc', '--skip_recompile', action='store_true', help=
417 parser.add_argument('--apk', help=
420 parser.add_argument('-a', '--activity', help=
423 parser.add_argument('-t', '--test', help=
426 parser.add_argument('--arch', help=
430 default='-e task-clock:u -g -f 1000 --duration 10', help=""
    [all...]
  /tools/loganalysis/tests/src/com/android/loganalysis/util/config/
ArgsOptionParserTest.java 550 * Test that help text is displayed for all fields
553 String help = ArgsOptionParser.getOptionHelp(false, new InheritedOptionSource()); local
554 assertTrue(help.contains(InheritedOptionSource.OPTION_NAME));
555 assertTrue(help.contains(InheritedOptionSource.OPTION_DESC));
556 assertTrue(help.contains(OneOptionSource.OPTION_NAME));
557 assertTrue(help.contains(OneOptionSource.OPTION_DESC));
558 assertTrue(help.contains(OneOptionSource.DEFAULT_VALUE));
562 * Test displaying important only help text
565 String help = ArgsOptionParser.getOptionHelp(true, new ImportantOptionSource()); local
566 assertTrue(help.contains(ImportantOptionSource.IMPORTANT_OPTION_NAME))
575 String help = ArgsOptionParser.getOptionHelp(true, new ImportantOptionSource("foo")); local
    [all...]
  /external/curl/tests/
negtelnetserver.py 273 type=int, help="port to listen on")
275 help="verbose output")
277 help="file name for the PID")
279 help="file name for the log")
280 parser.add_argument("--srcdir", action="store", help="test directory")
281 parser.add_argument("--id", action="store", help="server ID")
283 help="IPv4 flag")
smbserver.py 314 type=int, help="port to listen on")
316 help="verbose output")
318 help="file name for the PID")
320 help="file name for the log")
321 parser.add_argument("--srcdir", action="store", help="test directory")
322 parser.add_argument("--id", action="store", help="server ID")
324 help="IPv4 flag")

Completed in 653 milliseconds

<<21222324252627282930>>