Searched refs:help (Results 1 – 25 of 72) sorted by relevance
123
/tools/acloud/create/ |
D | create_args.py | 46 help="Number of instances to create.") 52 help="Path to a *tar.gz file where serial logs will be saved " 63 help="Determines to establish a tunnel forwarding adb/vnc and " 75 help="Will not automatically create ssh tunnels forwarding adb & vnc " 84 help="This can unlock screen after invoke vnc client.") 90 help="Report internal ip of the created instance instead of external " 98 help="Set the network the GCE instance will utilize.") 104 help="Skip the pre-run check.") 110 help="The maximum time in seconds used to wait for the AVD to boot.") 116 help="The maximum time in seconds used to wait for the instance boot " [all …]
|
/tools/asuite/atest/ |
D | atest_arg_parser.py | 128 self.add_argument('tests', nargs='*', help='Tests to build and/or run.') 130 self.add_argument('-a', '--all-abi', action='store_true', help=ALL_ABI) 132 const=constants.BUILD_STEP, help=BUILD) 134 help=DISABLE_TEARDOWN) 135 self.add_argument('--host', action='store_true', help=HOST) 138 help=INSTALL) 140 action='store_true', help=REBUILD_MODULE_INFO) 141 self.add_argument('--no-modules-in', help=NO_MODULES_IN, 145 help=SHARDING) 147 const=constants.TEST_STEP, help=TEST) [all …]
|
/tools/asuite/atest-py2/ |
D | atest_arg_parser.py | 113 self.add_argument('tests', nargs='*', help='Tests to build and/or run.') 115 self.add_argument('-a', '--all-abi', action='store_true', help=ALL_ABI) 117 const=constants.BUILD_STEP, help=BUILD) 119 help=DISABLE_TEARDOWN) 120 self.add_argument('--host', action='store_true', help=HOST) 123 help=INSTALL) 125 action='store_true', help=REBUILD_MODULE_INFO) 126 self.add_argument('-s', '--serial', help=SERIAL) 129 help=SHARDING) 131 const=constants.TEST_STEP, help=TEST) [all …]
|
/tools/treble/build/sandbox/ |
D | nsjail.py | 369 help='Path to NsJail binary.') 372 help='Path to the chroot to be used for building the Android' 377 help='Path to the overlay configuration file.') 381 help='Path to Android platform source to be mounted as /src.') 384 help='Full path to the Android build out folder. If not provided, uses ' 389 help='Full path to META folder. Default to \'\'') 393 help='Relative path to the location where the META build expects ' 399 help='Command to run after entering the NsJail.' 404 help='Android target selected for building') 407 help='Path to the Android dist directory. This is where' [all …]
|
D | build_android_sandboxed.py | 113 help='The build target.') 115 '--variant', default='userdebug', help='The Android build variant.') 119 help='Path to NsJail binary.') 123 help='Path to the chroot to be used for building the Android ' 129 help='Path to the overlay configuration file.') 133 help='Path to the command wrapper. ' 137 help='Path to the a path to be mounted as readonly inside the secure ' 144 help='Specify an environment variable to the NSJail sandbox. Can be specified ' 148 help='Path to the Android dist directory. This is where ' 152 help='Build identifier what will label the Android platform ' [all …]
|
/tools/test/connectivity/acts/framework/acts/bin/ |
D | monsoon.py | 63 '--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 …]
|
D | act.py | 133 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/acloud/public/ |
D | acloud_common.py | 31 help="Email account to use for authentcation.") 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/external_updater/ |
D | external_updater.py | 216 help='Check update for one project.') 220 help='Paths of the project. ' 223 help='Path of a json file to write result to.') 227 help='If set, check updates for all supported projects.') 232 help='Time in seconds to wait between checking two projects.') 236 update_parser = subparsers.add_parser('update', help='Update one project.') 239 help='Path of the project. ' 243 help='Run update even if there\'s no new version.', 247 help='Run update and refresh to the current version.', 251 help='Run update and do not change date in METADATA.', [all …]
|
D | notifier.py | 40 help='Path of history file. If doesn' 44 help='Comma separated recipients of notification email.') 47 help='If set, an upgrade change will be uploaded to Gerrit.', 50 parser.add_argument('paths', nargs='*', help='Paths of the project.') 53 help='Checks all projects.')
|
/tools/acloud/delete/ |
D | delete_args.py | 46 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 " 97 help=argparse.SUPPRESS)
|
/tools/asuite/aidegen/ |
D | aidegen_main.py | 118 help=('Android module name or path.' 126 help='The depth of module referenced by source.') 131 help='Display DEBUG level logging.') 136 help=('Launch IDE type, j: IntelliJ, s: Android Studio, e: Eclipse, ' 142 help='IDE installed path.') 144 '-n', '--no_launch', action='store_true', help='Do not launch IDE.') 150 help='Reset all saved configurations, e.g., preferred IDE version.') 156 help=('Skip building jars or modules that create java files in build ' 163 help='Generate whole Android source tree project file for IDE.') 169 help='Exclude the directories in IDE.') [all …]
|
/tools/repohooks/tools/ |
D | clang-format.py | 43 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 '
|
D | google-java-format.py | 39 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.') 51 help='If true, imports will be sorted.') 53 help='If specified, only consider differences in '
|
D | pylint.py | 68 parser.add_argument('--init-hook', help='Init hook commands to run.') 70 help='Force Python 3 mode') 72 help='The path of the pylint executable.') 74 help='Specify to use the executable\'s default '
|
/tools/treble/fetcher/ |
D | fetcher.py | 13 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/test/connectivity/acts_tests/tests/google/net/ |
D | sendra.py | 34 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_functional_test/ |
D | aidegen_functional_test_main.py | 102 help='Android module name or path.e.g. frameworks/base') 108 help=('Create aidegen project files and write data to sample json file ' 114 help='Show DEBUG level logging.') 119 help='Remove module_bp_java_deps.json for each use case test.') 124 help=('Make clean before testing to create a clean environment, the ' 131 help='Verify various use cases of executing aidegen.') 136 help=('Verify aidegen\'s use cases by executing different aidegen ' 142 help=('Verify aidegen\'s tool in presubmit test by executing' 149 help='Test all modules listed in module-info.json.') 155 help=('Compare if sample native project file is the same as generated '
|
/tools/acloud/setup/ |
D | setup_args.py | 48 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/repohooks/rh/ |
D | config_test.py | 75 help='Check all exported env vars.') 77 help='${PREUPLOAD_COMMIT} setting.') 79 help='${PREUPLOAD_COMMIT_MESSAGE} setting.') 81 help='${REPO_ROOT} setting.') 83 help='${PREUPLOAD_FILES} paths.')
|
/tools/test/connectivity/acts_tests/tests/google/bt/ |
D | relay_tool.py | 120 help='The path to the config file.') 122 help='The testbed within the config file to use.') 124 help='The name of the relay device to use.') 127 help='The command to run on the relay device.') 130 help='lists all commands for the given device.')
|
/tools/acloud/restart/ |
D | restart_args.py | 42 help="The name of the remote instance that need to restart the AVDs.") 50 help=argparse.SUPPRESS) 57 help="The instance id of the remote instance that need to be restart.") 63 help="Erase all userdata in the AVD.")
|
/tools/platform-compat/build/ |
D | process_compat_config.py | 113 help="Specifies a jar file to extract compat_config.xml from.") 115 help="Specifies an xml file to read compat_config from.") 117 help="Specify where to write config for embedding on the device to. " 120 help="Specify where to write merged config to. This will include metadata.") 122 help="Allow duplicate changed IDs in the merged config.")
|
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | Cli.kt | 35 class Cli : CliktCommand(help = "ndkports") { 39 help = "Build directory." 43 help = "Publish AARs to the local Maven repository (~/.m2/repository)" 47 help = "Names of packages to build."
|
/tools/test/connectivity/acts_tests/tests/google/tel/etc/ |
D | manage_sim.py | 191 help='json file path', 197 help='(default) Append to the list of SIM entries', 202 help='Prune the list of SIM entries', 207 help='Dump a list of SIMs from devices',
|
123