Searched refs:month (Results 1 – 8 of 8) sorted by relevance
/system/core/logcat/tests/ |
D | logcat_benchmark.cpp | 37 int month; 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() 59 return !ok || !T.ok || (month < T.month) || in BM_logcat_sorted_order() 60 ((month == T.month) && in BM_logcat_sorted_order()
|
/system/keymaster/ |
D | keymaster_configuration.cpp | 122 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); in GetOsPatchlevel() local 124 if (month < 1 || month > 12) { in GetOsPatchlevel() 125 ALOGE("Invalid patch month %d", month); in GetOsPatchlevel() 128 return year * 100 + month; in GetOsPatchlevel()
|
/system/update_engine/update_manager/ |
D | real_time_provider_unittest.cc | 47 now_exp.month = 3; in CurrTime()
|
D | update_manager_unittest.cc | 63 now_exp.month = 3; in FixedTime()
|
D | real_shill_provider_unittest.cc | 90 now_exp.month = 3; in InitTime()
|
D | real_updater_provider_unittest.cc | 51 now_exp.month = 3; in FixedTime()
|
/system/update_engine/common/ |
D | utils_unittest.cc | 304 .year = 2001, .month = 9, .day_of_week = 0, .day_of_month = 9, in TEST()
|
D | utils.cc | 868 exp_time.month, in ToString()
|