Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 150) sorted by relevance

123456

/tools/asuite/atest/
Darg_parser.py74 parser.add_argument('tests', nargs='*', help='Tests to build and/or run.')
80 help=(
88 help=(
100 help=(
110 help='Set to run tests for all ABIs (Application Binary Interfaces).',
118 help='Run a build.',
124 help='Run tests using Bazel (default: True).',
130 help='Run tests without using Bazel.',
136 help=(
147 help='Disable test teardown and cleanup.',
[all …]
/tools/acloud/create/
Dcreate_args.py48 help="Number of instances to create.")
54 help="Path to a *tar.gz file where serial logs will be saved "
65 help="Determines to establish a tunnel forwarding adb/vnc and "
77 help="Will not automatically create ssh tunnels forwarding adb & vnc "
86 help="This can unlock screen after invoke vnc client.")
92 help="Report internal ip of the created instance instead of external "
100 help="Disable the external ip of the created instance.")
107 help="Upload the extra files into GCE instance. e.g. "
114 help="Set the network the GCE instance will utilize.")
120 help="Skip the pre-run check.")
[all …]
/tools/tradefederation/core/res/perfetto/
Drecord_android_trace382 help = 'Output file or directory (default: %s)' % default_out_dir_str
383 parser.add_argument('-o', '--out', default=default_out_dir, help=help)
385 help = 'Don\'t open in the browser'
386 parser.add_argument('-n', '--no-open', action='store_true', help=help)
388 help = 'Force the use of the sideloaded binaries rather than system daemons'
389 parser.add_argument('--sideload', action='store_true', help=help)
391 help = ('Sideload the given binary rather than downloading it. ' +
393 parser.add_argument('--sideload-path', default=None, help=help)
395 help = 'Don\'t run `adb root` run as user (only when sideloading)'
396 parser.add_argument('-u', '--user', action='store_true', help=help)
[all …]
/tools/acloud/public/
Dacloud_common.py31 help="Email account to use for authentication.")
36 help="Path to the config file, default to "
41 help="Path to service account's json private key "
47 help="Dump the report this file in json format. "
53 help="Path to log file.")
57 help="Enable verbose log. Use --verbose or -v for "
64 help="Don't log metrics.")
73 help=argparse.SUPPRESS)
77 help=argparse.SUPPRESS)
82 help=argparse.SUPPRESS)
[all …]
/tools/treble/build/sandbox/
Dbuild_android_sandboxed.py119 parser.add_argument('--build_target', help='The build target.')
123 help='Release target config, e.g., next, trunk_food, trunk_staging, ...')
125 '--variant', default='userdebug', help='The Android build variant.')
127 '--nsjail_bin', required=True, help='Path to NsJail binary.')
131 help='Path to the chroot to be used for building the Android '
137 help='Path to the overlay configuration file.')
141 help='Path to the command wrapper. '
148 help='Path to the a path to be mounted as readonly inside the secure '
156 help='Specify an environment variable to the NSJail sandbox. Can be specified '
160 help='Path to the Android dist directory. This is where '
[all …]
Dnsjail.py379 help='Path to NsJail binary.')
382 help='Path to the chroot to be used for building the Android'
387 help='Path to the overlay configuration file.')
391 help='Path to Android platform source to be mounted as /src.')
394 help='Full path to the Android build out folder. If not provided, uses '
399 help='Full path to META folder. Default to \'\'')
403 help='Relative path to the location where the META build expects '
409 help='Command to run after entering the NsJail.'
414 help='Android target selected for building')
417 help='Path to the Android dist directory. This is where'
[all …]
/tools/test/connectivity/acts/framework/acts/bin/
Dmonsoon.py63 '--status', action='store_true', help='Print power meter status.')
69 help='Also report average over last n data points.')
71 '-v', '--voltage', type=float, help='Set output voltage (0 for off)')
73 '-c', '--current', type=float, help='Set max output current.')
78 help='Set max power-up/initial current.')
83 help='USB control (on, off, auto).')
88 help='Collect and print this many samples')
90 '-hz', '--hz', type=int, help='Sample this many times per second.')
91 parser.add_argument('-d', '--device', help='Use this /dev/ttyACM... file.')
98 help='The serial number of the Monsoon to use.')
[all …]
Dact.py133 help="Path to the test configuration file.")
142 help="Number of times to run the campaign or a group of test cases.")
148 help="Specify which test beds to run tests on.")
153 help="Root path under which all logs will be placed.")
160 help="One or more non-recursive test class search paths.")
168 help="A list of test classes/cases to run.")
175 help=("Path to a file containing a comma delimited list of test "
182 help="Number of times to run every test case.")
/tools/external_updater/
Dexternal_updater.py359 help='Check if aosp version is what it claims to be.')
363 help='Paths of the project. '
369 help='Check update for one project.')
373 help='Paths of the project. '
376 help='Path of a json file to write result to.')
380 help='If set, check updates for all supported projects.')
385 help='Time in seconds to wait between checking two projects.')
389 update_parser = subparsers.add_parser('update', help='Update one project.')
393 help='Paths of the project as globs. '
396 help='Path of a json file to write result to.')
[all …]
/tools/acloud/delete/
Ddelete_args.py46 help="The names of the instances that need to delete, separated by "
53 help="If more than 1 AVD instance is found, delete them all.")
59 help="Delete instance with specified adb-port.")
65 help="Do not authenticate and query remote instances.")
71 help="'cuttlefish only' Provide host name to clean up the remote host. "
78 help="'remote host only' Provide host user for logging in to the host. "
86 help="'remote host only' Provide host ssh private key path for logging "
94 help=argparse.SUPPRESS)
101 help=argparse.SUPPRESS)
110 help=argparse.SUPPRESS)
/tools/netsim/scripts/
Dbuild_tools.py55 help="The output directory",
58 "--dist_dir", type=str, default="dist/", help="The destination directory"
65 help="The netsim build number",
71 help="The build target, defaults to current os",
76 help="Build the netsim with the System Rust on the host machine",
79 "--with_debug", action="store_true", help="Build debug instead of release"
82 "--buildbot", action="store_true", help="Invoked by Android buildbots"
89 help=(
98 help="Whether we are building a release or debug configuration.",
104 help=(
[all …]
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
DMetalavaOptions.kt258 help: String, in enumOption()
265 return nonInlineEnumOption(names, enumValues, help, enumValueHelpGetter, key, default)
275 help: String, in nonInlineEnumOption()
287 append(help) in nonInlineEnumOption()
300 return option(names = names, help = constructedHelp) in nonInlineEnumOption()
347 help: String, in styleEnumHelpTextIfNeeded()
355 val matchResults = deconstructStyleableChoiceOption.findAll(help).toList() in styleEnumHelpTextIfNeeded()
357 return help in styleEnumHelpTextIfNeeded()
361 append(help) in styleEnumHelpTextIfNeeded()
439 help: String, in ParameterHolder()
[all …]
DMetalavaHelpFormatter.kt124 val help = super.formatHelp(prolog, epilog, transformedParameters, formattedProgramName) in <lambda>() constant
126 return removePadding(help) in <lambda>()
134 private fun removePadding(help: String): String = buildString { in <lambda>()
135 val iterator = help.lines().iterator() in <lambda>()
177 override fun renderHelpText(help: String, tags: Map<String, String>): String { in <lambda>()
183 val styledHelp = styleEnumHelpTextIfNeeded(help, mutableTags, terminal) in <lambda>()
DIssueReportingOptions.kt57 help =
113 sideEffectOption(it.optionName, help = it.help) { in <lambda>()
137 help =
149 help =
163 help = """When specified, repeat at most N errors before finishing."""
240 val help: String in setAspectSeverityForId() constant in ConfigLabel
/tools/treble/gki/
Drepack_gki.py17 help='JSON keyfile containing credentials. '
20 '--bootimg_build_id', help='Download from the specified build.')
22 '--ramdisk_build_id', help='DEPRECATED. Use --bootimg_build_id instead.')
25 help='Name of the bootimg target from the bootimg branch.')
27 '--ramdisk_target', help='DEPRECATED. Use --bootimg_target instead.')
31 help='Download from the specified build.')
35 help='Name of the kernel target from the kernel branch.')
39 help='Name of the kernel debug target from the kernel branch.')
43 help='The Kernel version to use when repacking.')
45 '--out_dir', required=True, help='Save output to this directory.')
/tools/treble/fetcher/
Dfetcher.py13 help='JSON keyfile containing credentials. '
16 '--target', required=True, help='The target name to download from.')
21 help='The name of the artifact to download. '
27 help='A regex pattern to compare to the names of the artifact to '
33 help='Path to store fetched artifact to.')
37 '--branch', help='Download from the latest build of this branch.')
38 group.add_argument('--build_id', help='Download from the specified build.')
/tools/repohooks/tools/
Dclang-format.py43 help='The path of the clang-format executable.')
45 help='The path of the git-clang-format executable.')
47 help='The style that clang-format will use.')
49 help='Comma-separated list of file extensions to '
52 help='Fix any formatting errors automatically.')
56 help='Specify the commit to validate.')
58 help='Validates the files that have changed from '
62 help='If specified, only consider differences in '
Dgoogle-java-format.py39 help='The path of the google-java-format executable.')
42 help='The path of the google-java-format-diff script.')
44 help='Fix any formatting errors automatically.')
46 help='Specify the commit to validate.')
49 help='Deprecated, do nothing')
51 help='If true, imports will not be sorted.')
53 help='If specified, only consider differences in '
/tools/test/mobly_extensions/scripts/
Dlocal_mobly_runner.py70 '-m', '--module', help='The Android build module of the test to run.'
74 help='A comma-delimited list of test packages to run.'
79 help=(
89 help=(
101 help='Build/rebuild the specified module. Requires the -m option.',
107 help=(
115 help=(
122 '-c', '--config', help='Provide a custom Mobly config for the test.'
126 help='Select the testbed for the test. If left '
130 help='Specify a path to store logs.')
[all …]
/tools/treble/cuttlefish/
Dbuild_cf_hybrid_device.py48 help='Build id.')
50 help='Target name of the cuttlefish hybrid build.')
52 help='Path to the otatools.zip.')
54 help='Path to the output directory of the hybrid build.')
56 help='glob pattern of framework target_files zip.')
58 help='glob pattern of vendor target_files zip.')
60 help='The file to be copied to output directory. '
/tools/test/connectivity/acts_tests/tests/google/net/
Dsendra.py34 help='HWAddr to send the packet to.')
36 type=int, help='Time to sleep between consecutive')
38 type=int, help='NUmber of packets to send.')
40 type=int, help='Lifetime in seconds for the first RA')
42 help='The wifi interface to send packets over.')
44 type=int, help='Retrans timer')
/tools/asuite/aidegen/
Daidegen_main.py127 help=('Android module name or path.'
135 help='The depth of module referenced by source.')
140 help='Display DEBUG level logging.')
145 help=('Launch IDE type, j: IntelliJ, s: Android Studio, e: Eclipse, '
151 help='IDE installed path.')
153 '-n', '--no_launch', action='store_true', help='Do not launch IDE.')
159 help='Reset all saved configurations, e.g., preferred IDE version.')
165 help=('Skip building jars or modules that create java files in build '
172 help='Generate whole Android source tree project file for IDE.')
178 help='Exclude the directories in IDE.')
[all …]
/tools/loganalysis/javatests/com/android/loganalysis/util/config/
DArgsOptionParserTest.java553 String help = ArgsOptionParser.getOptionHelp(false, new InheritedOptionSource()); in testGetOptionHelp() local
554 assertTrue(help.contains(InheritedOptionSource.OPTION_NAME)); in testGetOptionHelp()
555 assertTrue(help.contains(InheritedOptionSource.OPTION_DESC)); in testGetOptionHelp()
556 assertTrue(help.contains(OneOptionSource.OPTION_NAME)); in testGetOptionHelp()
557 assertTrue(help.contains(OneOptionSource.OPTION_DESC)); in testGetOptionHelp()
558 assertTrue(help.contains(OneOptionSource.DEFAULT_VALUE)); in testGetOptionHelp()
565 String help = ArgsOptionParser.getOptionHelp(true, new ImportantOptionSource()); in testGetOptionHelp_important() local
566 assertTrue(help.contains(ImportantOptionSource.IMPORTANT_OPTION_NAME)); in testGetOptionHelp_important()
567 assertTrue(help.contains(ImportantOptionSource.IMPORTANT_UNSET_OPTION_NAME)); in testGetOptionHelp_important()
568 assertFalse(help.contains(ImportantOptionSource.UNIMPORTANT_OPTION_NAME)); in testGetOptionHelp_important()
[all …]
/tools/acloud/setup/
Dsetup_args.py48 help="Setup host to run local instance of an Android Virtual Device. "
56 help="Install base packages on the host.")
62 help="Setup Google Cloud project name and enable required GCP APIs."
69 help="Force the setup steps even if it's not required.")
76 help="Update the acloud user config. The first arg is field name in "
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DTypedefMode.kt19 enum class TypedefMode(val optionValue: String, val help: String) { constant in com.android.tools.metalava.model.TypedefMode
20 NONE(optionValue = "none", help = """will not include typedef annotations in signature."""),
23 help =
28 help = """will include the constants themselves into each usage site"""

123456