/tools/test/connectivity/acts/framework/acts/bin/ |
D | monsoon.py | 64 help="Print power meter status.") 66 help="Also report average over last n data points.") 68 help="Set output voltage (0 for off)") 70 help="Set max output current.") 72 help="Set max power-up/inital current.") 74 "auto"), help="USB control (on, off, auto).") 76 help="Collect and print this many samples") 78 help="Sample this many times per second.") 79 parser.add_argument("-d", "--device", help="Use this /dev/ttyACM... file.") 81 help="The serial number of the Monsoon to use.") [all …]
|
D | act.py | 160 help="Path to the test configuration file.") 166 help=("Command-line arguments to be passed to every test case in a " 172 help=("If set, tests will be executed on all testbeds in parallel. " 182 help="Number of times to run the campaign or a group of test cases.") 189 help="Specify which test beds to run tests on.") 195 help="Root path under which all logs will be placed.") 202 help="One or more non-recursive test class search paths.") 211 help="A list of test classes/cases to run.") 218 help=("Path to a file containing a comma delimited list of test " 224 help="If set, tests will be executed in random order.") [all …]
|
/tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/ |
D | BundleToolMain.java | 47 help(); in main() 63 help(commands.get(1)); in main() 65 help(); in main() 70 help(); in main() 78 public static void help() { in help() method in BundleToolMain 87 public static void help(String commandName) { in help() method in BundleToolMain 90 BuildModuleCommand.help(); in help() 93 SplitModuleCommand.help(); in help() 100 help(); in help()
|
D | BuildModuleCommand.java | 147 public static void help() { in help() method in BuildModuleCommand
|
/tools/acloud/public/ |
D | acloud_common.py | 31 help="Email account to use for authentcation.") 37 help="Path to the config file, default to acloud.config" 43 help="Dump the report this file in json format. " 49 help="Path to log file.") 54 help="Verbose mode") 59 help="Very verbose mode")
|
D | acloud_main.py | 112 help="Android build target, e.g. gce_x86-userdebug, " 118 help="Android branch, e.g. mnc-dev or git_mnc-dev") 123 help="Android build id, e.g. 2145099, P2804227") 129 help="The name of a pre-configured device spec that we are " 136 help="Number of instances to create.") 142 help="Name of an existing compute engine image to reuse.") 147 help="Path to a local disk image to use, " 154 help="Do not clean up temporary disk image and compute engine image. " 161 help="Path to a *tar.gz file where serial logs will be saved " 168 help="Path to a *tar.gz file where logcat logs will be saved " [all …]
|
/tools/test/connectivity/tools/lab/ |
D | main.py | 151 help='specify version of program') 157 help='display recent USB I/O') 163 help='display uptime of current lab station') 169 help='display the disk space statistics') 175 help='display the current RAM usage') 181 help='display the current CPU usage as percent') 187 help=('verify all devices connected are in \'device\' mode, ' 195 help='choose the reporting method needed') 201 help='display the versions of chosen programs (default = all)') 207 help='retrieve status of network') [all …]
|
/tools/repohooks/tools/ |
D | clang-format.py | 46 help='The path of the clang-format executable.') 48 help='The path of the git-clang-format executable.') 50 help='The style that clang-format will use.') 52 help='Comma-separated list of file extensions to ' 55 help='Fix any formatting errors automatically.') 59 help='Specify the commit to validate.') 61 help='Validates the files that have changed from ' 65 help='If specified, only consider differences in '
|
D | google-java-format.py | 42 help='The path of the google-java-format executable.') 45 help='The path of the google-java-format-diff script.') 47 help='Fix any formatting errors automatically.') 49 help='Specify the commit to validate.') 54 help='If true, imports will be sorted.') 56 help='If specified, only consider differences in '
|
D | pylint.py | 34 parser.add_argument('--init-hook', help='Init hook commands to run.') 36 help='The path of the pylint executable.', 39 help='Specify to use the executable\'s default '
|
D | cpplint.py-update | 40 -h|--help) usage;;
|
D | checkpatch.pl-update | 74 -h|--help) usage;;
|
/tools/tradefederation/core/atest/ |
D | atest.py | 287 parser.add_argument('tests', nargs='*', help='Tests to build and/or run.') 289 const=BUILD_STEP, help='Run a build.') 291 const=INSTALL_STEP, help='Install an APK.') 294 help='Run the tests. WARNING: Many test configs force cleanup ' 299 help='The device to run the test on.') 301 help='Disables test teardown and cleanup.') 303 help='Forces a rebuild of the module-info.json file. ' 307 help='Only for instrumentation tests. Waits for ' 310 help='Display DEBUG level logging.') 312 help='Generate baseline metrics, run 5 iterations by default. ' [all …]
|
/tools/loganalysis/tests/src/com/android/loganalysis/util/config/ |
D | ArgsOptionParserTest.java | 553 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/test/connectivity/acts/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',
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help.txt | 3 apksigner --help 22 help Show this usage page and exit
|
D | help_verify.txt | 28 -h, --help Show help about this command and exit
|
D | help_sign.txt | 52 -h, --help Show help about this command and exit
|
/tools/acloud/public/acloud_kernel/ |
D | acloud_kernel.py | 55 help="The names of the instances that will have their kernels swapped, " 62 help="Path to a local disk image to use, e.g /tmp/bzImage")
|
/tools/dexter/dexter/ |
D | dexter_tests.py | 12 argParser.add_argument('-root', help = 'Root location of the test data files') 13 argParser.add_argument('-update', action = 'store_true', help = 'Update the expected files')
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | ArgsOptionParserTest.java | 927 String help = ArgsOptionParser.getOptionHelp(false, new InheritedOptionSource()); in testGetOptionHelp() local 928 assertTrue(help.contains(InheritedOptionSource.OPTION_NAME)); in testGetOptionHelp() 929 assertTrue(help.contains(InheritedOptionSource.OPTION_DESC)); in testGetOptionHelp() 930 assertTrue(help.contains(OneOptionSource.OPTION_NAME)); in testGetOptionHelp() 931 assertTrue(help.contains(OneOptionSource.OPTION_DESC)); in testGetOptionHelp() 932 assertTrue(help.contains(OneOptionSource.DEFAULT_VALUE)); in testGetOptionHelp() 939 String help = ArgsOptionParser.getOptionHelp(true, new ImportantOptionSource()); in testGetOptionHelp_important() local 940 assertTrue(help.contains(ImportantOptionSource.IMPORTANT_OPTION_NAME)); in testGetOptionHelp_important() 941 assertTrue(help.contains(ImportantOptionSource.IMPORTANT_UNSET_OPTION_NAME)); in testGetOptionHelp_important() 942 assertFalse(help.contains(ImportantOptionSource.UNIMPORTANT_OPTION_NAME)); in testGetOptionHelp_important() [all …]
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | OptionsTest.kt | 222 fun `Test help`() { in Test help()
|
/tools/repohooks/ |
D | pre-upload.py | 375 help='The directory that the project lives in. If not ' 378 help='The project repo path; this can affect how the ' 383 help='Check specific commits')
|
/tools/tradefederation/core/atest/docs/ |
D | developer_workflow.md | 17 involved with your change. This will help determine what tests you write
|
/tools/metalava/ |
D | README.md | 46 --help This message. 318 There are several key helpers that help with the implementation, detailed next. 433 the typedef macro), but should also help Dokka -- and arguably the Kotlin
|