HomeSort by relevance Sort by last modified time
    Searched full:get_seconds (Results 1 - 10 of 10) 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/
rtc.py 20 def get_seconds(utc=True, rtc_device='rtc0'): function
sys_power.py 110 alarm = int(rtc.get_seconds() + seconds)
121 now = rtc.get_seconds()
183 logging.info('Suspending at %d', rtc.get_seconds())
188 if e.errno == errno.EBUSY and rtc.get_seconds() >= alarm:
197 logging.info('Woke from suspend at %d', rtc.get_seconds())
212 while rtc.get_seconds() < alarm:
  /external/libcups/cups/
testarray.c 30 static double get_seconds(void);
279 start = get_seconds();
300 end = get_seconds();
494 * 'get_seconds()' - Get the current time in seconds...
502 get_seconds(void) function
510 get_seconds(void) 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/power_AudioDetector/
power_AudioDetector.py 72 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()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemdisp.h     [all...]
  /system/extras/simpleperf/testdata/
perf_with_kernel_symbol.data     [all...]
perf_with_kmem_slab_callgraph.data     [all...]

Completed in 360 milliseconds