/tools/asuite/atest/ |
D | atest_arg_parser.py | 155 self.add_argument('-a', '--all-abi', action='store_true', help=ALL_ABI) 156 self.add_argument('-b', '--build', action='append_const', dest='steps', 158 self.add_argument('--bazel-mode', default=True, action='store_true', 161 action='store_false', help=BAZEL_MODE) 162 self.add_argument('--bazel-arg', nargs='*', action='append', help=BAZEL_ARG) 165 self.add_argument('-d', '--disable-teardown', action='store_true', 167 self.add_argument('--enable-device-preparer', action='store_true', help=HOST) 168 self.add_argument('--host', action='store_true', help=HOST) 169 self.add_argument('-i', '--install', action='append_const', 173 action='store_true', help=REBUILD_MODULE_INFO) [all …]
|
/tools/asuite/atest-py2/ |
D | atest_arg_parser.py | 115 self.add_argument('-a', '--all-abi', action='store_true', help=ALL_ABI) 116 self.add_argument('-b', '--build', action='append_const', dest='steps', 118 self.add_argument('-d', '--disable-teardown', action='store_true', 120 self.add_argument('--host', action='store_true', help=HOST) 121 self.add_argument('-i', '--install', action='append_const', 125 action='store_true', help=REBUILD_MODULE_INFO) 130 self.add_argument('-t', '--test', action='append_const', dest='steps', 132 self.add_argument('-w', '--wait-for-debugger', action='store_true', 136 self.add_argument('-p', '--test-mapping', action='store_true', 138 self.add_argument('--include-subdirs', action='store_true', [all …]
|
/tools/acloud/create/ |
D | create_args.py | 73 action="store_false", 81 action="store_true", 88 action="store_true", 96 action="store_true", 116 action="store_true", 122 action="store_true", 267 action="store_true", 274 action="store_false", 281 action="store_true", 288 action="store_false", [all …]
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | sendra.py | 33 parser.add_argument('-m', '--mac-address', action='store', default=None, 35 parser.add_argument('-i', '--t-interval', action='store', default=None, 37 parser.add_argument('-c', '--pkt-count', action='store', default=None, 39 parser.add_argument('-l', '--life-time', action='store', default=None, 41 parser.add_argument('-in', '--wifi-interface', action='store', default=None, 43 parser.add_argument('-rtt', '--retrans-timer', action='store', default=None,
|
/tools/external_updater/ |
D | external_updater.py | 261 action='store_true', 282 action='store_true') 286 action='store_true') 290 action='store_true') 292 action='store_true', 295 action='store_true', 302 action='append',
|
/tools/treble/build/sandbox/ |
D | nsjail.py | 433 action='append', 440 action='append', 445 action='store_true', 449 action='store_true', 453 action='store_true', 462 action='append', 466 '--allow_network', action='store_true',
|
D | build_android_sandboxed.py | 141 action='append', 149 action='append', 167 action='append', 172 '--use_rbe', action='store_true', help='Executes the build on RBE')
|
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 106 action='store_true', 113 action='store_true', 118 action='store_true', 123 action='store_true', 129 action='store_true', 134 action='store_true', 140 action='store_true', 147 action='store_true', 153 action='store_true',
|
/tools/acloud/setup/ |
D | setup_args.py | 45 action="store_true", 53 action="store_true", 59 action="store_true", 66 action="store_true",
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | SliceGroupBuilder.kt | 27 inline fun beginSlice(action: (MutableSliceGroup) -> Unit): Unit { in hasOpenSlices() 29 action(builder) in hasOpenSlices() 33 inline fun endSlice(action: (MutableSliceGroup) -> Unit): SliceGroup? { in endSlice() 37 action(builder) in endSlice()
|
/tools/test/openhst/ |
D | stress_test.py | 593 for action in event.action: 594 if action == "BUGREPORT": 596 elif action.startswith("DUMPSYS "): 597 self.CaptureDumpsys(action[action.find(" ") + 1:]) 598 elif action == "NOTIFY": 602 elif action == "REMOVE_DEVICE": 605 elif action == "ABORT": 609 action %= self.cmd_string_replacements 610 logging.info("Running command %s on %s", action, self.name) 611 result = self.Command(shlex.split(action)).strip()
|
/tools/asuite/aidegen/ |
D | aidegen_main.py | 132 action='store_true', 146 '-n', '--no_launch', action='store_true', help='Do not launch IDE.') 151 action='store_true', 157 action='store_true', 164 action='store_true', 175 action='store_true',
|
/tools/test/openhst/resources/ |
D | stress_test.dsp_trigger_on_homescreen.ascii_proto | 28 action: "BUGREPORT" 29 action: "NOTIFY" 30 action: "REMOVE_DEVICE"
|
D | stress_test.dsp_monitoring_on_idle.ascii_proto | 26 action: "BUGREPORT" 27 action: "NOTIFY" 28 action: "REMOVE_DEVICE"
|
D | stress_test.dsp_trigger_and_screen_off.ascii_proto | 40 action: "BUGREPORT" 41 action: "REMOVE_DEVICE"
|
/tools/acloud/internal/lib/ |
D | gcompute_client.py | 807 action = functools.partial( 809 return self._BatchExecuteOnInstances(instances, zone, action) 849 action = functools.partial( 851 return self._BatchExecuteOnInstances(instances, zone, action) 993 action = functools.partial( 998 return self._BatchExecuteOnInstances(instances, zone, action) 1000 def _BatchExecuteOnInstances(self, instances, zone, action): argument 1025 requests[instance_name] = action(instance=instance_name) 1352 action = functools.partial( 1354 return self._BatchExecuteOnInstances(instances, zone, action)
|
/tools/acloud/delete/ |
D | delete_args.py | 50 action="store_true", 62 action="store_true", 91 action="store_true",
|
/tools/test/connectivity/acts_tests/tests/google/bt/performance/ |
D | BtInterferenceRSSITest.py | 46 for action in action_sequence: 47 if action == END_TOKEN: # Stop the sequence and don't loop 49 method, value = action.split(":")
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | pdu_controller_utils.py | 58 def _set_status(self, action, status): argument 90 def _set_status(self, action, status): argument 100 action,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/ |
D | netgear_rax120.py | 328 action = selenium.webdriver.common.action_chains.ActionChains( 336 action.move_to_element(ax_checkbox).click().perform() 380 action = selenium.webdriver.common.action_chains.ActionChains( 382 action.move_to_element(
|
/tools/test/connectivity/acts_tests/tests/google/tel/etc/ |
D | manage_sim.py | 207 action='store_true') 212 action='store_true') 217 action='store_true')
|
/tools/platform-compat/build/ |
D | process_compat_config.py | 112 parser.add_argument("--jar", type=argparse.FileType('rb'), action='append', 114 parser.add_argument("--xml", type=argparse.FileType('rb'), action='append', 121 parser.add_argument("--allow-duplicates", dest="allow_duplicates", action='store_true',
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fuchsia_device.py | 1023 def control_daemon(self, process_name, action): argument 1049 if action in DAEMON_ACTIVATED_STATES: 1065 elif action in DAEMON_DEACTIVATED_STATES: 1077 action) 1084 process_name, expectation=action)) 1090 (action, process_name)) 1095 if action == 'stop' and (process_name == 'sl4f'
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | TestUtils.kt | 42 inline fun tempDirectory(action: (File) -> Unit) { in tempDirectory() 45 action(tempDirectory) in tempDirectory()
|
/tools/acloud/public/ |
D | acloud_common.py | 55 action='count', 60 action="store_true",
|