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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
run-clang-tidy.py 134 help='path to clang-tidy binary')
137 help='path to clang-apply-replacements binary')
139 help='checks filter, when not specified, use clang-tidy '
142 help='regular expression matching the names of the '
147 help='number of tidy instances to be run in parallel.')
149 help='files to be processed (regex on path)')
150 parser.add_argument('-fix', action='store_true', help='apply fix-its')
151 parser.add_argument('-format', action='store_true', help='Reformat code '
153 parser.add_argument('-style', default='file', help='The style of reformat '
156 help='Path used to read a compile command database.'
    [all...]
  /test/framework/harnesses/host_controller/command_processor/
command_flash.py 44 help=("The file name of an image to flash."
51 help="The partitions and images to be flashed. The format is "
56 "--serial", default="", help="Serial number for device.")
59 help="Directory containing build images to be flashed.")
61 "--gsi", help="Path to generic system image")
62 self.arg_parser.add_argument("--vbmeta", help="Path to vbmeta image")
66 help="Flasher type. Valid arguments are \"fastboot\", \"custom\", "
72 "--flasher_path", default=None, help="Path to a flasher binary")
77 help="The arguments passed to the flasher binary. If any argument "
84 help="Reboot device to bootloader/download mode"
    [all...]
  /art/tools/checker/
checker.py 29 help="text file the checks should be verified against")
31 help="path to file/folder with checking annotations")
33 help="prefix of checks in the test files (default: CHECK)")
35 help="print a list of all passes found in the tested file")
37 help="print a compiler pass dump")
39 help="Run tests for the specified target architecture.")
41 help="Run tests for debuggable code.")
43 help="print only errors")
  /development/gsi/gsi_util/gsi_util/commands/
flash_gsi.py 56 'flash_gsi', help='flash a GSI image',
62 help='the GSI image to flash', type=str)
  /development/vndk/tools/sourcedr/sourcedr/commands/
init.py 18 parser = parsers.add_parser('init', help='Start a new review project')
21 help='Android source tree root directory')
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
TrEEConfig.vfr 20 help = STRING_TOKEN(STR_TREE_HELP),
35 help = STRING_TOKEN(STR_TREE_DEVICE_STATE_HELP),
42 help = STRING_TOKEN(STR_TREE_DEVICE_HELP),
58 help = STRING_TOKEN(STR_TREE_OPERATION_HELP),
  /external/autotest/utils/
reverify_repair_failed.py 21 help='Hostname of the autotest frontend RPC server.')
23 help='A label to restrict the set of hosts reverified.')
  /external/brotli/python/
bro.py 61 help='Input file',
69 help='Output file',
75 help='Overwrite existing output file',
81 help='Decompress input file',
90 help='The compression mode can be 0 for generic input, '
99 help='Controls the compression-speed vs compression-density '
107 help='Base 2 logarithm of the sliding window size. Range is '
114 help='Base 2 logarithm of the maximum input block size. '
  /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/iproute2/tipc/
cmdl.h 33 void (*help)(struct cmdl *cmdl, char *media); member in struct:tipc_sup_media
40 void (*help)(struct cmdl *cmdl); member in struct:cmd
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/
Command.java 30 * Flag whether help should be printed for this command.
32 @Option(name = "--help", usage = "show help", help = true)
33 public boolean help = false; field in class:Command
56 * @return usage string displayed for help
79 * Prints textual help for this command.
  /external/libcxx/utils/
cat_files.py 23 help='The output file. stdout is used if not given',
27 help='The files to concatenate')
sym_match.py 27 help='The file containing the old symbol list')
30 help='The file containing the new symbol list or a library')
  /external/llvm/utils/release/
export.sh 64 -h | -help | --help )
  /external/ltp/testcases/kernel/syscalls/sigpending/
sigpending02.c 36 * -h Show this help screen
58 void help();
122 * help
124 void help(void) function
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGenerator.py 48 help="Top-level parameter-framework configuration file. Mandatory.",
52 help="Criteria file, in '<type> <name> : <value> <value...>' \
58 help="Initial XML settings file (containing a \
64 help="List of single domain files (each containing a single \
71 help="List of files in EDD syntax (aka \".pfw\" files)",
78 help="Directory of parameter-framework XML Schemas for generation \
82 help="Ignored. Kept for retro-compatibility")
84 help="Validate the settings against XML schemas",
  /external/python/cpython2/Lib/ensurepip/
__init__.py 148 help="Show the version of pip that is bundled with this Python.",
155 help=("Give more output. Option is additive, and can be used up to 3 "
162 help="Upgrade pip and dependencies, even if already installed.",
168 help="Install using the user scheme.",
173 help="Install everything relative to this alternate root directory.",
179 help=("Make an alternate install, installing only the X.Y versioned"
187 help=argparse.SUPPRESS,
193 help=("Make a non default install, installing only the X and X.Y "
  /external/python/cpython3/Lib/idlelib/idle_test/
test_help.py 1 '''Test idlelib.help.
5 from idlelib import help
19 helpfile = join(dirname(dirname(abspath(__file__))), 'help.html')
20 cls.frame = help.HelpFrame(root, helpfile)
  /external/python/cpython3/Tools/scripts/
import_diagnostics.py 16 help="sys module attribute to display")
26 cmd = sub.add_parser(name, help=description)
  /external/selinux/prebuilts/bin/
seinfo.py 36 parser.add_argument("policy", help="Path to the SELinux policy to query.", nargs="?")
38 help="Print additional information about the specified components.") variable
39 parser.add_argument("--flat", help="Print without item count nor indentation.",
42 help="Print extra informational messages") variable
43 parser.add_argument("--debug", action="store_true", dest="debug", help="Enable debugging.")
46 queries.add_argument("-a", "--attribute", help="Print type attributes.", dest="typeattrquery",
48 queries.add_argument("-b", "--bool", help="Print Booleans.", dest="boolquery",
50 queries.add_argument("-c", "--class", help="Print object classes.", dest="classquery",
52 queries.add_argument("-r", "--role", help="Print roles.", dest="rolequery",
54 queries.add_argument("-t", "--type", help="Print types.", dest="typequery"
    [all...]
  /external/skia/infra/bots/recipe_modules/swarming/resources/
noop_merge.py 35 parser.add_argument('--build-properties', help=argparse.SUPPRESS)
36 parser.add_argument('--summary-json', help=argparse.SUPPRESS)
standard_isolated_script_merge.py 36 parser.add_argument('--build-properties', help=argparse.SUPPRESS)
37 parser.add_argument('--summary-json', help=argparse.SUPPRESS)
  /external/skia/tools/lua/
gradients.py 43 parser.add_argument("inpath", help="Path to Lua script output file");
44 parser.add_argument("outpath", help="Path to SQL DB");
  /external/skqp/infra/bots/recipe_modules/swarming/resources/
noop_merge.py 35 parser.add_argument('--build-properties', help=argparse.SUPPRESS)
36 parser.add_argument('--summary-json', help=argparse.SUPPRESS)
standard_isolated_script_merge.py 36 parser.add_argument('--build-properties', help=argparse.SUPPRESS)
37 parser.add_argument('--summary-json', help=argparse.SUPPRESS)

Completed in 1012 milliseconds

1 2 3 4 5 6 7 8 91011>>