Home
last modified time | relevance | path

Searched refs:shutdown_timeout (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Dsession_support.py194 shutdown_timeout=3600): argument
207 self.shutdown_timeout = shutdown_timeout
237 timeout_ms=self.shutdown_timeout * 1000,),
243 'and %d second ping interval.', self.shutdown_timeout,
281 shutdown_timeout=3600): argument
286 ping_interval = min(shutdown_timeout / 10., ping_interval)
288 shutdown_timeout)
Dtpu_estimator.py557 shutdown_timeout=watchdog_timeout)
/external/autotest/server/site_tests/firmware_FwScreenPressPower/
Dfirmware_FwScreenPressPower.py104 shutdown_timeout=self.SHORT_SHUTDOWN_CONFIRMATION_PERIOD)
117 shutdown_timeout=self.SHORT_SHUTDOWN_CONFIRMATION_PERIOD)
132 shutdown_timeout=self.SHORT_SHUTDOWN_CONFIRMATION_PERIOD)
152 shutdown_timeout=self.SHORT_SHUTDOWN_CONFIRMATION_PERIOD)
/external/autotest/server/site_tests/firmware_FwScreenCloseLid/
Dfirmware_FwScreenCloseLid.py118 shutdown_timeout=self.SHORT_SHUTDOWN_CONFIRMATION_PERIOD)
133 shutdown_timeout=self.SHORT_SHUTDOWN_CONFIRMATION_PERIOD)
149 shutdown_timeout=self.SHORT_SHUTDOWN_CONFIRMATION_PERIOD)
171 shutdown_timeout=self.SHORT_SHUTDOWN_CONFIRMATION_PERIOD)
/external/toybox/lib/
Dnet.c89 int pollinate(int in1, int in2, int out1, int out2, int timeout, int shutdown_timeout) in pollinate() argument
116 timeout = shutdown_timeout; in pollinate()
Dlib.h327 int pollinate(int in1, int in2, int out1, int out2, int timeout, int shutdown_timeout);
/external/autotest/server/cros/faft/config/
DDEFAULTS.py55 shutdown_timeout = 60 variable in Values
/external/autotest/server/site_tests/display_HotPlugAtBoot/
Ddisplay_HotPlugAtBoot.py76 shutdown_timeout=self.REBOOT_TIMEOUT)
/external/autotest/server/hosts/
Dcros_host.py1393 def test_wait_for_shutdown(self, shutdown_timeout=None): argument
1415 if shutdown_timeout is None:
1416 shutdown_timeout = self.SHUTDOWN_TIMEOUT
1418 if not self.ping_wait_down(timeout=shutdown_timeout):
1421 shutdown_timeout)
/external/autotest/server/cros/faft/
Dfirmware_test.py1215 shutdown_timeout=None): argument
1229 if shutdown_timeout is None:
1230 shutdown_timeout = self.faft_config.shutdown_timeout
1231 self.switcher.wait_for_client(timeout=shutdown_timeout)