Searched refs:month (Results 1 – 8 of 8) sorted by relevance
/system/core/logcat/tests/ |
D | logcat_benchmark.cpp | 34 int month; in TEST() member in TEST::timestamp 48 &month, &day, &hour, &minute, &second, &millisecond) == 6; in TEST() 60 || (month < T.month) in TEST() 61 || ((month == T.month) in TEST()
|
/system/keymaster/ |
D | keymaster_configuration.cpp | 118 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); in GetOsPatchlevel() local 120 if (month < 1 || month > 12) { in GetOsPatchlevel() 121 ALOGE("Invalid patch month %d", month); in GetOsPatchlevel() 124 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 | 87 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 | 391 .year = 2001, .month = 9, .day_of_week = 0, .day_of_month = 9, in TEST()
|
D | utils.cc | 999 exp_time.month, in ToString()
|