Searched refs:help (Results 1 – 25 of 57) sorted by relevance
123
/development/testrunner/ |
D | runtest.py | 108 help="To view the list of tests") 110 action="store_true", help="Skip build - just launch") 113 help="Number of make jobs to use when building") 116 help="Do not execute, just preview commands") 119 help="Do not execute, build tests and install to device only") 122 help="Raw mode (for output to other tools)") 125 help="Suite assignment (for details & usage see " 129 help="Increase verbosity of %s" % sys.argv[0]) 132 help="Wait for debugger before launching tests") 134 help="Restrict test to a specific class") [all …]
|
/development/tools/repo_pull/ |
D | repo_review.py | 90 parser.add_argument('query', help='Change list query string') 91 parser.add_argument('-g', '--gerrit', help='Gerrit review URL') 95 help='Gerrit cookie file') 97 help='Max number of change lists') 100 help='Labels to be added') 101 parser.add_argument('-m', '--message', help='Review message') 103 parser.add_argument('--submit', action='store_true', help='Submit a CL') 105 parser.add_argument('--abandon', help='Abandon a CL with a message') 107 parser.add_argument('--add-hashtag', action='append', help='Add hashtag') 109 help='Remove hashtag') [all …]
|
D | repo_patch.py | 36 parser.add_argument('query', help='Change list query string') 37 parser.add_argument('-g', '--gerrit', help='Gerrit review URL') 41 help='Gerrit cookie file') 43 help='Max number of change lists')
|
D | repo_pull.py | 367 help='Commands') 369 parser.add_argument('query', help='Change list query string') 370 parser.add_argument('-g', '--gerrit', help='Gerrit review URL') 374 help='Gerrit cookie file') 375 parser.add_argument('--manifest', help='Manifest') 377 help='Max number of change lists') 382 help='Method to pull merge commits') 387 help='Method to pull merge commits') 390 help='Local branch name for `repo start`') 393 help='Number of parallel running commands')
|
/development/vndk/tools/sourcedr/ninja/ |
D | list_installed_file_from_source.py | 21 parser.add_argument('input_file', help='input ninja file') 22 parser.add_argument('--ninja-deps', help='.ninja_deps file') 23 parser.add_argument('--cwd', help='working directory for ninja') 25 help='ninja file encoding') 29 '--out-dir', default='out', help='path to output directory') 32 help='path filter for installed files (w.r.t. device root)') 35 help='path filter for source files (w.r.t. source root)')
|
D | list_source_file.py | 24 parser.add_argument('input_file', help='input ninja file') 25 parser.add_argument('--ninja-deps', help='.ninja_deps file') 26 parser.add_argument('--cwd', help='working directory for ninja') 28 help='ninja file encoding') 33 help='path filter for installed files (w.r.t. device root)') 35 '--out-dir', default='out', help='path to output directory')
|
D | list_ninja_build_dep.py | 24 parser.add_argument('input_file', help='input ninja file') 25 parser.add_argument('--ninja-deps', help='.ninja_deps file') 26 parser.add_argument('--cwd', help='working directory for ninja') 28 help='ninja file encoding') 31 parser.add_argument('target', help='build target')
|
D | list_installed_module_under_source.py | 41 parser.add_argument('module_info', help='Path to module-info.json') 44 help='Android build output directory') 47 help='Installation filter (regular expression)') 50 help='Module definition filter (regular expression)')
|
/development/tools/winscope/ |
D | trace.sh | 22 help= 26 -h|--help) help=1;; 28 -*) echo "Unknown option: $arg"; help=1;; 39 if [ "$help" != "" ]; then
|
/development/vndk/tools/header-checker/utils/ |
D | create_reference_dumps.py | 172 parser.add_argument('--version', help='VNDK version') 174 help='no m -j lib.vendor while creating reference') 176 help='the flag is deprecated and has no effect') 178 help='libs to create references for') 180 help='products to create references for') 182 help='build variant to create references for') 184 help='compress reference dump with gzip') 186 help='directory to copy reference abi dumps into',
|
/development/tools/repo_diff/ |
D | repo_diff_android.py | 37 help="manifest url", 40 help="manifest branch", 43 help="upstream manifest url", 46 help="upstream manifest branch", 49 help="exclusions file", 52 help="release tag (optional). If not set then will " 56 help="repo sync might fail due to varios reasons. "
|
D | git_commits_not_upstreamed.py | 115 help='Upstream branch to be used as a baseline.', 119 help='Downstream branch to search for commits missing upstream.', 124 help='Run as if git was started in thid directory',
|
/development/vndk/tools/sourcedr/blueprint/ |
D | list_vndk_module.py | 35 help='path to Android.bp in ANDROID_BUILD_TOP') 36 parser.add_argument('-o', '--output', help='path to output file') 38 help='regular expression for the excluded directories') 40 help='regular expression for the selected directories') 42 help='extra module namespaces')
|
D | analyze_manifest_split.py | 119 help='Path to root Android.bp') 121 help='Path to repo manifest xml file') 124 help='Skip projects without overlaps') 126 help='List projects that some modules are in the group') 128 help='List projects that all modules are in the group') 130 help='List projects that no modules are in the group')
|
/development/gsi/gsi_util/gsi_util/commands/ |
D | dump.py | 128 'list_dump', help='list all possible info names') 134 help='dump information from given image', 141 help='force display the dump info items in list which does not exist') 147 help='the info name to be dumped. Dump all if not given')
|
D | pull.py | 63 help='pull a file from the given image', 70 help='the full path file name in given image to be pull') 76 help='the file name or directory to save the pulled file (default: .)')
|
D | check_compat.py | 150 'list_checks', help='lists all possible check items. Run') 156 help='checks compatibility between a system and a vendor', 163 help='only output the summary result') 171 help=('the check item to be performed\n'
|
/development/vndk/snapshot/ |
D | update.py | 195 help='VNDK snapshot version to install, e.g. "27".') 196 parser.add_argument('-b', '--branch', help='Branch to pull build from.') 197 parser.add_argument('--build', help='Build number to pull.') 200 help=('Fetch local VNDK snapshot artifacts from specified local ' 206 help='Perform the update in the current branch. Do not repo start.') 210 help=('Remote name to fetch and check if the revision of VNDK snapshot ' 217 help='Increase output verbosity, e.g. "-v", "-vv".')
|
D | build.sh | 29 -h, --help display this help and exit 41 (-h|--help) usage;;
|
/development/scripts/ |
D | stack | 27 parser.add_argument('--arch', help='the target architecture') 28 parser.add_argument('--syms', '--symdir', help='the symbols directory') 33 help='should contain a stack trace in it somewhere the '
|
D | gdbclient.py | 100 help="attach to a process with specified PID") 103 help="attach to a process with specified name") 106 help="run a binary on the device, with args") 110 help="override the port used on the host [default: 5039]") 113 help="user to run commands as on the device [default: root]") 116 help=("Setup the gdbserver and port forwarding. Prints commands or " + 121 lldb_group.add_argument("--lldb", action="store_true", help="Use lldb.") 122 lldb_group.add_argument("--no-lldb", action="store_true", help="Do not use lldb.") 126 help="set environment variable when running a binary")
|
/development/gsi/gsi_util/ |
D | build.py | 136 help='setup environment by building and copying dependency files') 141 'list_deps', help='list all dependency files') 147 'build', help='build a zip file including all required files') 152 help='the name of output zip file (default: gsi_util.zip)')
|
/development/gsi/repack_super_image/ |
D | repack_super_image.py | 128 help="The directory where this script creates " 133 help="The path to the zip or directory containing OTA " 138 help="The path to the misc info file.") 142 help="The path to the super image to be repacked.") 147 help="The partition and the image that will be added "
|
/development/tools/ |
D | monkey | 194 help="output directory for results of monkey runs") 196 help="number of events per monkey run") 198 help="package to use (default is a set of system-wide packages") 200 help="number of monkey runs to perform") 202 help="only stop on errors of the given type (crash or anr)") 204 help="only stop if the error description contains DESCRIPTION")
|
/development/tools/privapp_permissions/ |
D | privapp_permissions.py | 414 help='Whether or not to generate the privapp_permissions file for the ' 423 help='Path to adb. If none specified, uses the environment\'s adb.' 430 help='Path to aapt. If none specified, uses the environment\'s aapt.' 438 help='The serial of the device to generate permissions for. If no ' 448 help='A list of paths to priv-app APKs to generate permissions for. ' 457 help='Whether or not to store the generated permissions directly to ' 464 help='Path to system permissions file. Default value is ./system.xml' 470 help='Path to system permissions file. Default value is ./product.xml'
|
123