Searched refs:year (Results 1 - 10 of 10) sorted by relevance

/system/keymaster/
H A Dkeymaster_configuration.cpp121 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); local
128 return year * 100 + month;
/system/update_engine/update_manager/
H A Dreal_time_provider_unittest.cc46 now_exp.year = 2014;
H A Dupdate_manager_unittest.cc62 now_exp.year = 2014;
H A Dreal_shill_provider_unittest.cc89 now_exp.year = 2014;
H A Dreal_updater_provider_unittest.cc50 now_exp.year = 2014;
/system/tpm/attestation/common/
H A Dproto_print.py207 // Copyright %(year)s The Chromium OS Authors. All rights reserved.
221 """ % {'year': date.today().year,
227 // Copyright %(year)s The Chromium OS Authors. All rights reserved.
243 """ % {'year': date.today().year,
/system/core/libziparchive/
H A Dzip_writer.cc163 int year = ptm->tm_year; local
164 if (year < 80) {
165 year = 80;
168 *out_date = (year - 80) << 9 | (ptm->tm_mon + 1) << 5 | ptm->tm_mday;
/system/update_engine/common/
H A Dutils_unittest.cc304 .year = 2001, .month = 9, .day_of_week = 0, .day_of_month = 9,
H A Dutils.cc870 exp_time.year,
/system/core/logcat/tests/
H A Dlogcat_test.cpp152 TEST(logcat, year) {
179 " -v long -v year -b all -t 3 2>/dev/null")));

Completed in 744 milliseconds