Searched refs:year (Results 1 – 13 of 13) sorted by relevance
/system/core/mkbootimg/include/bootimg/ |
D | bootimg.h | 60 void SetOsPatchLevel(unsigned year, unsigned month) { in SetOsPatchLevel() 62 os_version |= (((year - 2000) & 0x7f) << 4) | ((month & 0xf) << 0); in SetOsPatchLevel()
|
/system/keymaster/android_keymaster/ |
D | keymaster_configuration.cpp | 126 uint32_t year = match_to_uint32(patchlevel_str, matches[kYearMatch]); in GetOsPatchlevel() local 133 return year * 100 + month; in GetOsPatchlevel()
|
/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 | 89 now_exp.year = 2014; in InitTime()
|
D | real_updater_provider_unittest.cc | 52 now_exp.year = 2014; in FixedTime()
|
/system/core/libziparchive/ |
D | zip_writer.cc | 167 int year = ptm->tm_year; in ExtractTimeAndDate() local 168 if (year < 80) { in ExtractTimeAndDate() 169 year = 80; in ExtractTimeAndDate() 172 *out_date = (year - 80) << 9 | (ptm->tm_mon + 1) << 5 | ptm->tm_mday; in ExtractTimeAndDate()
|
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
D | TzLookupGenerator.java | 421 int year = Integer.parseInt(yearString); in getYearStartForData() local 424 calendar.set(year, Calendar.JANUARY, 1, 0, 0, 0); in getYearStartForData()
|
/system/core/fastboot/ |
D | fastboot.cpp | 2012 unsigned year, month, day; in ParseOsPatchLevel() local 2013 if (sscanf(arg, "%u-%u-%u", &year, &month, &day) != 3) { in ParseOsPatchLevel() 2016 if (year < 2000 || year >= 2128) syntax_error("year out of range: %d", year); in ParseOsPatchLevel() 2018 hdr->SetOsPatchLevel(year, month); in ParseOsPatchLevel()
|
/system/bt/doc/ |
D | style_guide.md | 232 Each header file must begin with the following Apache 2.0 License with `<year>` 233 and `<owner>` replaced with the year in which the file was authored and the 238 * Copyright <year> <owner>
|
/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/update_engine/common/ |
D | utils.cc | 862 exp_time.year, in ToString()
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 176 TEST(logcat, year) { in TEST() argument
|