Searched defs:month (Results 1 - 2 of 2) sorted by relevance

/system/core/logcat/tests/
H A Dlogcat_benchmark.cpp34 int month; member in class:timestamp
48 &month, &day, &hour, &minute, &second, &millisecond) == 6;
60 || (month < T.month)
61 || ((month == T.month)
/system/keymaster/
H A Dkeymaster_configuration.cpp118 uint32_t month = match_to_uint32(patchlevel_str, matches[kMonthMatch]); local
120 if (month < 1 || month > 12) {
121 ALOGE("Invalid patch month %d", month);
124 return year * 100 + month;

Completed in 72 milliseconds