Searched refs:year (Results 1 – 15 of 15) sorted by relevance
/system/keymaster/ |
D | keymaster_configuration.cpp | 117 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in GetOsPatchlevel() local 124 return year * 100 + month; in GetOsPatchlevel()
|
/system/core/libziparchive/ |
D | zip_writer.cc | 151 int year = ptm->tm_year; in ExtractTimeAndDate() local 152 if (year < 80) { in ExtractTimeAndDate() 153 year = 80; in ExtractTimeAndDate() 156 *out_date = (year - 80) << 9 | (ptm->tm_mon + 1) << 5 | ptm->tm_mday; in ExtractTimeAndDate()
|
/system/update_engine/update_manager/ |
D | real_time_provider_unittest.cc | 46 now_exp.year = 2014; in CurrTime()
|
D | update_manager_unittest.cc | 62 now_exp.year = 2014; in FixedTime()
|
D | real_shill_provider_unittest.cc | 86 now_exp.year = 2014; in InitTime()
|
D | real_updater_provider_unittest.cc | 50 now_exp.year = 2014; in FixedTime()
|
/system/tpm/attestation/common/ |
D | proto_print.py | 221 """ % {'year': date.today().year, 243 """ % {'year': date.today().year,
|
/system/bt/doc/ |
D | style_guide.md | 228 Each header file must begin with the following Apache 2.0 License with `<year>` 229 and `<owner>` replaced with the year in which the file was authored and the 234 * Copyright (C) <year> <owner>
|
/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 | 1001 exp_time.year, in ToString()
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 78 TEST(logcat, year) { in TEST() argument
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 294 Copyright (C) <year> <name of author> 316 Gnomovision version 69, Copyright (C) year name of author
|
/system/core/metricsd/uploader/proto/ |
D | system_profile.proto | 601 // The year of manufacture.
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 2643 the year of the version 2649 the day of the year (October 31, 2013) 6310 PT_FIXED + 3 the specification day of year using TCG calendar 6311 EXAMPLE November 15, 2010, has a day of year value of 319 6320 PT_FIXED + 4 the specification year using the CE 6321 EXAMPLE The year 2010 has a value of 00 00 07 DA16. 6594 PT_FIXED + 38 the platform-specific specification day of year using TCG 6599 PT_FIXED + 39 the platform-specific specification year using the CE
|
D | raw_structures_fixed.txt | 2645 the year of the version 2651 the day of the year (October 31, 2013) 6292 the specification day of year using TCG calendar 6293 EXAMPLE November 15, 2010, has a day of year value of 319 6303 the specification year using the CE 6304 EXAMPLE The year 2010 has a value of 00 00 07 DA16. 6612 the platform-specific specification day of year using TCG 6618 the platform-specific specification year using the CE
|