Searched refs:day (Results 1 – 6 of 6) sorted by relevance
/system/core/logcat/tests/ |
D | logcat_benchmark.cpp | 38 int day; 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() 61 ((day < T.day) || in BM_logcat_sorted_order() 62 ((day == T.day) && in BM_logcat_sorted_order()
|
/system/core/logd/ |
D | LogStatistics.cpp | 734 static const uint64_t day = 24 * hour; in formatMsec() local 739 if (val >= day) { in formatMsec() 740 output = android::base::StringPrintf("%" PRIu64 "d ", val / day); in formatMsec() 741 val = (val % day) + day; in formatMsec() 746 (val / hour) % (day / hour)); in formatMsec()
|
/system/core/liblog/ |
D | logprint.cpp | 889 static const uint64_t day = 24 * hour; in android_log_printBinaryEvent() local 895 if (val >= day) { in android_log_printBinaryEvent() 896 outCount = snprintf(outBuf, outBufLen, "%" PRIu64 "d ", val / day); in android_log_printBinaryEvent() 900 val = (val % day) + day; in android_log_printBinaryEvent() 904 outCount = snprintf(outBuf, outBufLen, "%" PRIu64 ":", (val / hour) % (day / hour)); in android_log_printBinaryEvent()
|
/system/update_engine/ |
D | README.md | 51 during certain times of a day or they require the update check time to be 52 scattered throughout the day randomly, etc. 149 during certain times of the day so as not to interfere with normal
|
/system/core/fastboot/ |
D | fastboot.cpp | 2212 unsigned year, month, day; in ParseOsPatchLevel() local 2213 if (sscanf(arg, "%u-%u-%u", &year, &month, &day) != 3) { in ParseOsPatchLevel()
|
/system/core/init/ |
D | README.md | 282 or 86400 to indicate that the service should run every day.
|