Home
last modified time | relevance | path

Searched refs:hour (Results 1 – 8 of 8) sorted by relevance

/system/core/logcat/tests/
Dlogcat_benchmark.cpp39 int hour; in BM_logcat_sorted_order() member in BM_logcat_sorted_order::timestamp
49 ok = sscanf(buffer, "%d-%d %d:%d:%d.%d ", &month, &day, &hour, in BM_logcat_sorted_order()
63 ((hour < T.hour) || in BM_logcat_sorted_order()
64 ((hour == T.hour) && in BM_logcat_sorted_order()
/system/update_engine/update_manager/
Dreal_time_provider_unittest.cc50 now_exp.hour = 8; in CurrTime()
65 exploded.hour = 0; in TEST_F()
80 UmTestUtils::ExpectVariableHasValue(expected.hour, in TEST_F()
Dreal_time_provider.cc45 now_exp.hour = now_exp.minute = now_exp.second = now_exp.millisecond = 0; in GetValue()
68 return new int(exploded.hour); in GetValue()
Dupdate_manager_unittest.cc66 now_exp.hour = 8; in FixedTime()
Dreal_shill_provider_unittest.cc93 now_exp.hour = 8; in InitTime()
Dreal_updater_provider_unittest.cc54 now_exp.hour = 8; in FixedTime()
/system/update_engine/common/
Dutils_unittest.cc305 .hour = 1, .minute = 46, .second = 40, .millisecond = 42}; in TEST()
Dutils.cc871 exp_time.hour, in ToString()