Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 18 of 18) sorted by relevance

/tools/acloud/restart/
Drestart_test.py29 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/
DAdbStopServerPreparer.java130 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/
DAnimator.kt43 animationTimer.restart() in register()
51 animationTimer.restart() in <lambda>()
/tools/acloud/public/
Dacloud_main.py113 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/
DCaptivePortalTest.py271 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__.py201 def restart(self): member in BlockingBrowser
231 self.restart()
249 self.restart()
/tools/asuite/adevice/src/
Dmetrics.rs114 self.add_action_event(&profiler.restart_type, profiler.restart); in add_profiler_events()
129 - profiler.restart in add_profiler_events()
Ddevice.rs352 RestartType::Reboot => time!(device.reboot(), profiler.restart), in update()
353 RestartType::SoftRestart => time!(device.soft_restart(), profiler.restart), in update()
Dadevice.rs689 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/
DBeaconSwarmTest.py67 def _start_advertisements_thread(self, ad, beacon_count, restart=False): argument
69 if restart:
/tools/asuite/atest/bazel/resources/rules/device/
Dcreate_cuttlefish.sh.template17 /usr/sbin/service rsyslog restart
/tools/trebuchet/trebuchet/system-server-analyzer/
DREADME.md17 3.In another console, restart `system_server`:
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dwireless_settings_applier.py154 self.service_manager.restart(SERVICE_DNSMASQ)
Dnetwork_settings.py1087 def restart(self, service_name): member in ServiceManager
1100 self.restart(service)
/tools/acloud/
DAndroid.bp223 "restart/*.py",
DREADME.md152 `adb devices` and reconnect them to adb. Lastly it will restart webrtc/vnc for all
/tools/test/openhst/
Dstress_test.proto76 bool restart = 5; field
Dstress_test.py453 daemon_process.restart,