HomeSort by relevance Sort by last modified time
    Searched refs:hwclock (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/site_tests/platform_TLSDate/src/
test.conf 5 should-sync-hwclock no
  /external/autotest/client/tests/hwclock/
hwclock.py 5 class hwclock(test.test): class in inherits:test.test
10 Set hwclock back to a date in 1980 and verify if the changes took
13 logging.info('Setting hwclock to 2/2/80 03:04:00')
14 utils.system('/sbin/hwclock --set --date "2/2/80 03:04:00"')
15 date = utils.system_output('LC_ALL=C /sbin/hwclock')
17 raise error.TestFail("Failed to set hwclock back to the eighties. "
18 "Output of hwclock is '%s'" % date)
26 utils.system('/sbin/hwclock --systohc --noadjfile --utc')
  /external/toybox/
Android.mk 109 toys/other/hwclock.c \
291 hwclock \
  /external/toybox/generated/
globals.h 253 // toys/other/hwclock.c
1442 struct hwclock_data hwclock; member in union:global_union
newtoys.h 101 USE_HWCLOCK(NEWTOY(hwclock, ">0(fast)f(rtc):u(utc)l(localtime)t(systz)s(hctosys)r(show)w(systohc)[-ul][!rtsw]", TOYFLAG_USR|TOYFLAG_BIN))
flags.h 1104 // hwclock >0(fast)f(rtc):u(utc)l(localtime)t(systz)s(hctosys)r(show)w(systohc)[-ul][!rtsw] >0(fast)f(rtc):u(utc)l(localtime)t(systz)s(hctosys)r(show)w(systohc)[-ul][!rtsw]
    [all...]

Completed in 146 milliseconds