Searched refs:hour (Results 1 – 12 of 12) sorted by relevance
/system/logging/logcat/tests/ |
D | logcat_benchmark.cpp | 39 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/ |
D | real_time_provider_unittest.cc | 51 now_exp.hour = 8; in CurrTime() 67 exploded.hour = 0; in TEST_F() 83 UmTestUtils::ExpectVariableHasValue(expected.hour, in TEST_F()
|
D | real_time_provider.cc | 44 now_exp.hour = now_exp.minute = now_exp.second = now_exp.millisecond = 0; in GetValue() 67 return new int(exploded.hour); in GetValue()
|
D | weekly_time.cc | 56 TimeDelta::FromHours(exploded.hour) + in FromTime()
|
D | policy_test_utils.cc | 59 fake_state_.time_provider()->var_curr_hour()->reset(new int(exploded.hour)); in SetUpDefaultTimeProvider()
|
D | update_manager_unittest.cc | 67 now_exp.hour = 8; in FixedTime()
|
D | real_shill_provider_unittest.cc | 91 now_exp.hour = 8; in InitTime()
|
D | real_updater_provider_unittest.cc | 53 now_exp.hour = 8; in FixedTime()
|
/system/logging/logd/ |
D | LogStatistics.cpp | 733 static const uint64_t hour = 60 * minute; in formatMsec() local 734 static const uint64_t day = 24 * hour; in formatMsec() 744 if (val >= hour) { in formatMsec() 746 (val / hour) % (day / hour)); in formatMsec() 749 (val >= hour) ? "%02" PRIu64 ":" : "%" PRIu64 ":", in formatMsec() 750 (val / minute) % (hour / minute)); in formatMsec()
|
/system/logging/liblog/ |
D | logprint.cpp | 888 static const uint64_t hour = 60 * minute; in android_log_printBinaryEvent() local 889 static const uint64_t day = 24 * hour; in android_log_printBinaryEvent() 903 if (val >= hour) { in android_log_printBinaryEvent() 904 outCount = snprintf(outBuf, outBufLen, "%" PRIu64 ":", (val / hour) % (day / hour)); in android_log_printBinaryEvent() 910 snprintf(outBuf, outBufLen, (val >= hour) ? "%02" PRIu64 ":" : "%" PRIu64 ":", in android_log_printBinaryEvent() 911 (val / minute) % (hour / minute)); in android_log_printBinaryEvent()
|
/system/update_engine/common/ |
D | utils.cc | 768 exp_time.hour, in ToString()
|
/system/core/init/ |
D | README.md | 285 example, it may be set to 3600 to indicate that the service should run every hour
|