Home
last modified time | relevance | path

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

/system/core/logcat/tests/
Dlogcat_benchmark.cpp37 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/
Dkeymaster_configuration.cpp122 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/
Dreal_time_provider_unittest.cc47 now_exp.month = 3; in CurrTime()
Dupdate_manager_unittest.cc63 now_exp.month = 3; in FixedTime()
Dreal_shill_provider_unittest.cc90 now_exp.month = 3; in InitTime()
Dreal_updater_provider_unittest.cc51 now_exp.month = 3; in FixedTime()
/system/update_engine/common/
Dutils_unittest.cc304 .year = 2001, .month = 9, .day_of_week = 0, .day_of_month = 9, in TEST()
Dutils.cc868 exp_time.month, in ToString()