Searched refs:help (Results 1 – 25 of 53) sorted by relevance
123
/development/tools/repo_pull/ |
D | repo_review.py | 88 parser.add_argument('query', help='Change list query string') 90 help='Gerrit review URL') 94 help='Gerrit cookie file') 96 help='Max number of change lists') 99 help='Labels to be added') 100 parser.add_argument('-m', '--message', help='Review message') 102 parser.add_argument('--abandon', help='Abandon a CL with a message') 104 parser.add_argument('--add-hashtag', action='append', help='Add hashtag') 106 help='Remove hashtag') 108 help='Remove hashtag', dest='remove_hashtag') [all …]
|
D | repo_patch.py | 34 parser.add_argument('query', help='Change list query string') 36 help='Gerrit review URL') 40 help='Gerrit cookie file') 42 help='Max number of change lists')
|
D | repo_pull.py | 410 help='Commands') 412 parser.add_argument('query', help='Change list query string') 414 help='Gerrit review URL') 418 help='Gerrit cookie file') 419 parser.add_argument('--manifest', help='Manifest') 421 help='Max number of change lists') 426 help='Method to pull merge commits') 431 help='Method to pull merge commits') 434 help='Local branch name for `repo start`') 437 help='Number of parallel running commands')
|
/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/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_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_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_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/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 | 92 help="attach to a process with specified PID") 95 help="attach to a process with specified name") 98 help="run a binary on the device, with args") 102 help="override the port used on the host [default: 5039]") 105 help="user to run commands as on the device [default: root]") 108 help=("Setup the gdbserver and port forwarding. Prints commands or " + 113 lldb_group.add_argument("--lldb", action="store_true", help="Use lldb.") 114 lldb_group.add_argument("--no-lldb", action="store_true", help="Do not use lldb.") 118 help="set environment variable when running a binary")
|
/development/vndk/snapshot/ |
D | build.sh | 29 -h, --help display this help and exit 41 (-h|--help) usage;;
|
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".')
|
/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/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/gsi/gsi_util/gsi_util/commands/ |
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 | 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 | 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'
|
D | flash_gsi.py | 56 'flash_gsi', help='flash a GSI image', 62 help='the GSI image to flash', type=str)
|
/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/vndk/tools/elfcheck/ |
D | fix_android_mk_prebuilt.py | 30 parser.add_argument('android_mk', help='path to Android.mk') 32 metavar='KEY=VALUE', help='extra makefile variables')
|
/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/vndk/tools/image-diff-tool/ |
D | compare_images_and_print.sh | 13 -h, --help 22 -h | --help)
|
123