/tools/asuite/atest/ |
D | atest_arg_parser.py | 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', [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/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/acloud/create/ |
D | create_args.py | 72 action="store_false", 80 action="store_true", 87 action="store_true", 101 action="store_true", 211 action="store_true", 218 action="store_false", 225 action="store_true", 257 action="store_true", 428 action="append", 442 action="store_true",
|
/tools/treble/build/sandbox/ |
D | nsjail.py | 423 action='append', 430 action='append', 435 action='store_true', 439 action='store_true', 443 action='store_true', 452 action='append', 456 '--allow_network', action='store_true',
|
D | build_android_sandboxed.py | 143 action='append', 161 action='append', 167 action='store_true',
|
/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/external_updater/ |
D | external_updater.py | 226 action='store_true', 244 action='store_true') 248 action='store_true') 252 action='store_true') 254 action='store_true', 257 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 | 130 action='store_true', 144 '-n', '--no_launch', action='store_true', help='Do not launch IDE.') 149 action='store_true', 155 action='store_true', 162 action='store_true', 173 action='store_true',
|
D | run_tests.sh | 70 local action=$(echo $1| awk -F: '{print $2}') 71 if ! python3 -c "$action" 2>/dev/null; then
|
/tools/acloud/internal/lib/ |
D | gcompute_client.py | 809 action = functools.partial( 811 return self._BatchExecuteOnInstances(instances, zone, action) 851 action = functools.partial( 853 return self._BatchExecuteOnInstances(instances, zone, action) 995 action = functools.partial( 1000 return self._BatchExecuteOnInstances(instances, zone, action) 1002 def _BatchExecuteOnInstances(self, instances, zone, action): argument 1027 requests[instance_name] = action(instance=instance_name) 1334 action = functools.partial( 1336 return self._BatchExecuteOnInstances(instances, zone, action)
|
/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/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/wifi_retail_ap/ |
D | netgear_rax120.py | 262 action = selenium.webdriver.common.action_chains.ActionChains( 270 action.move_to_element(ax_checkbox).click().perform() 310 action = selenium.webdriver.common.action_chains.ActionChains( 312 action.move_to_element(
|
/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/tests/google/tel/etc/ |
D | manage_sim.py | 198 action='store_true') 203 action='store_true') 208 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 | 936 def control_daemon(self, process_name, action): argument 962 if action in DAEMON_ACTIVATED_STATES: 978 elif action in DAEMON_DEACTIVATED_STATES: 990 action) 997 process_name, expectation=action)) 1003 (action, process_name)) 1008 if action == 'stop' and (process_name == 'sl4f'
|
/tools/acloud/delete/ |
D | delete_args.py | 50 action="store_true", 62 action="store_true",
|
/tools/acloud/public/ |
D | acloud_common.py | 55 action='count', 60 action="store_true",
|