Lines Matching refs:action
130 self.add_argument('-a', '--all-abi', action='store_true', help=ALL_ABI)
131 self.add_argument('-b', '--build', action='append_const', dest='steps',
133 self.add_argument('-d', '--disable-teardown', action='store_true',
135 self.add_argument('--host', action='store_true', help=HOST)
136 self.add_argument('-i', '--install', action='append_const',
140 action='store_true', help=REBUILD_MODULE_INFO)
142 action='store_true')
146 self.add_argument('-t', '--test', action='append_const', dest='steps',
148 self.add_argument('-w', '--wait-for-debugger', action='store_true',
150 self.add_argument('--request-upload-result', action='store_true',
154 self.add_argument('-p', '--test-mapping', action='store_true',
156 self.add_argument('--include-subdirs', action='store_true',
160 self.add_argument('--enable-file-patterns', action='store_true',
164 self.add_argument('--host-unit-test-only', action='store_true',
171 group.add_argument('--collect-tests-only', action='store_true',
173 group.add_argument('--dry-run', action='store_true', help=DRY_RUN)
174 self.add_argument('-h', '--help', action='store_true',
176 self.add_argument('--info', action='store_true', help=INFO)
178 self.add_argument('-v', '--verbose', action='store_true', help=VERBOSE)
179 self.add_argument('-V', '--version', action='store_true', help=VERSION)
185 agroup.add_argument('--start-avd', action='store_true',
190 self.add_argument('--flakes-info', action='store_true',
194 self.add_argument('--tf-early-device-release', action='store_true',
199 self.add_argument('--test-config-select', action='store_true',
218 self.add_argument('--instant', action='store_true', help=INSTANT)
222 self.add_argument('-c', '--clear-cache', action='store_true',
224 self.add_argument('-u', '--update-cmd-mapping', action='store_true',
226 self.add_argument('-y', '--verify-cmd-mapping', action='store_true',
233 self.add_argument('--tf-template', action='append',
254 history_group.add_argument('--latest-result', action='store_true',
260 self.add_argument(constants.NO_METRICS_ARG, action='store_true',