/tools/acloud/restart/ |
D | restart_test.py | 29 from acloud.restart import restart 35 @mock.patch.object(restart, "RestartFromInstance") 48 restart.Run(args) 59 restart.Run(args) 69 restart.Run(args) 86 restart.RestartFromInstance(cfg, instance, 1, True) 90 restart.RestartFromInstance(cfg, instance, 1, False) 96 restart.RestartFromInstance(cfg, instance, 1, False)
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/adb/ |
D | AdbStopServerPreparer.java | 130 CommandResult restart = getRunUtil().runTimedCmd(CMD_TIMEOUT, "adb", "start-server"); in tearDown() local 131 CLog.d("Restart adb - stdout: %s\nstderr: %s", restart.getStdout(), restart.getStderr()); in tearDown()
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/ |
D | Animator.kt | 43 animationTimer.restart() in register() 51 animationTimer.restart() in <lambda>()
|
/tools/acloud/public/ |
D | acloud_main.py | 113 from acloud.restart import restart 114 from acloud.restart import restart_args 465 reporter = restart.Run(args)
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | CaptivePortalTest.py | 271 self.openwrt.network_setting.service_manager.restart("opennds") 284 self.openwrt.network_setting.service_manager.restart("opennds") 299 self.openwrt.network_setting.service_manager.restart("opennds")
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/ |
D | __init__.py | 201 def restart(self): member in BlockingBrowser 231 self.restart() 249 self.restart()
|
/tools/asuite/adevice/src/ |
D | metrics.rs | 114 self.add_action_event(&profiler.restart_type, profiler.restart); in add_profiler_events() 129 - profiler.restart in add_profiler_events()
|
D | device.rs | 352 RestartType::Reboot => time!(device.reboot(), profiler.restart), in update() 353 RestartType::SoftRestart => time!(device.soft_restart(), profiler.restart), in update()
|
D | adevice.rs | 689 pub restart: Duration, field 712 format!("Restart({})- {}", self.restart_type, self.restart.as_secs()), in fmt()
|
/tools/test/connectivity/acts_tests/tests/google/ble/beacon_tests/ |
D | BeaconSwarmTest.py | 67 def _start_advertisements_thread(self, ad, beacon_count, restart=False): argument 69 if restart:
|
/tools/asuite/atest/bazel/resources/rules/device/ |
D | create_cuttlefish.sh.template | 17 /usr/sbin/service rsyslog restart
|
/tools/trebuchet/trebuchet/system-server-analyzer/ |
D | README.md | 17 3.In another console, restart `system_server`:
|
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/ |
D | wireless_settings_applier.py | 154 self.service_manager.restart(SERVICE_DNSMASQ)
|
D | network_settings.py | 1087 def restart(self, service_name): member in ServiceManager 1100 self.restart(service)
|
/tools/acloud/ |
D | Android.bp | 223 "restart/*.py",
|
D | README.md | 152 `adb devices` and reconnect them to adb. Lastly it will restart webrtc/vnc for all
|
/tools/test/openhst/ |
D | stress_test.proto | 76 bool restart = 5; field
|
D | stress_test.py | 453 daemon_process.restart,
|