OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_seconds
(Results
1 - 7
of
7
) sorted by null
/external/autotest/client/site_tests/network_WiFiResume/
network_WiFiResume.py
38
start = rtc.
get_seconds
()
42
while (not have_network) and (deadline > rtc.
get_seconds
()):
46
delay = rtc.
get_seconds
() - start
51
delay = rtc.
get_seconds
() - start
60
logging.info('Woke up at %d', rtc.
get_seconds
())
/external/autotest/client/cros/
sys_power.py
84
alarm = int(rtc.
get_seconds
() + seconds)
95
now = rtc.
get_seconds
()
156
logging.info('Suspending at %d', rtc.
get_seconds
())
161
if e.errno == errno.EBUSY and rtc.
get_seconds
() >= alarm:
170
logging.info('Woke from suspend at %d', rtc.
get_seconds
())
185
while rtc.
get_seconds
() < alarm:
rtc.py
20
def
get_seconds
(utc=True, rtc_device='rtc0'):
function
/external/autotest/client/site_tests/power_Standby/
power_Standby.py
44
before_suspend_secs = rtc.
get_seconds
()
46
after_suspend_secs = rtc.
get_seconds
()
/external/autotest/client/site_tests/platform_SuspendStress/
platform_SuspendStress.py
30
suspend_time = rtc.
get_seconds
()
33
rtc.
get_seconds
() - suspend_time)
/external/autotest/client/site_tests/power_AudioDetector/
power_AudioDetector.py
52
alarm_time = rtc.
get_seconds
() + run_time_sec
/external/autotest/client/site_tests/network_EthCaps/
network_EthCaps.py
147
before_secs = rtc.
get_seconds
()
153
after_secs = rtc.
get_seconds
()
Completed in 339 milliseconds