/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/mmc/ |
card.h | 22 unsigned short year; member in struct:mmc_cid
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mmc/ |
card.h | 22 unsigned short year; member in struct:mmc_cid
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mmc/ |
card.h | 22 unsigned short year; member in struct:mmc_cid
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 247 int expirationYear = expirationCalendar.get(Calendar.YEAR); 248 int thisYear = today.get(Calendar.YEAR); 254 sb.append("<p>The certificate expires this year.</p>"); 259 count, count == 1 ? "year" : "years"));
|
/external/icu4c/i18n/ |
vtzone.cpp | 76 // Month length for non-leap year 189 int32_t year, month, dom, dow, doy, mid; local 190 Grego::timeToFields(time, year, month, dom, dow, doy, mid); 193 appendAsciiDigits(year, 4, str); 229 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local 251 year = parseAsciiDigits(str, 0, 4, status); 263 int32_t maxDayOfMonth = Grego::monthLength(year, month); 264 if (year < 0 || month < 0 || month > 11 || day < 1 || day > maxDayOfMonth || 277 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; 680 // Calculate start/end year and missing field 1938 int32_t year, month, dom, dow, doy, mid; local [all...] |
rbtz.cpp | 347 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 356 return getOffset(era, year, month, day, dayOfWeek, millis, 357 Grego::monthLength(year, month), status); 362 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 370 // Convert to extended year 371 year = 1 - year; 374 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
|
olsontz.h | 82 * the start year of the rule. 166 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, 173 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, 209 * point in the current year. 373 * For year >= finalYear, the finalZone will be used.
|
ucal.cpp | 102 // forwards for one year, looking for DST savings. 390 int32_t year, 398 ((Calendar*)cal)->set(year, month, date); 404 int32_t year, 414 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
|
/bionic/libc/tzcode/ |
localtime.c | 193 #define DAY_OF_YEAR 1 /* n - day of year */ 242 static time_t transtime P((time_t janfirst, int year, 840 ** Day of year. 858 ** Given the Epoch-relative time of January 1, 00:00:00 UTC, in a year, the 859 ** year, a rule, and the offset from UTC at the time that rule takes effect, 864 transtime(janfirst, year, rulep, offset) 866 const int year; 876 leapyear = isleap(year); 894 ** n - day of year. 914 yy0 = (rulep->r_mon <= 2) ? (year - 1) : year 1029 register int year; local [all...] |
/external/icu4c/tools/tzcode/ |
localtime.c | 132 #define DAY_OF_YEAR 1 /* n - day of year */ 178 static time_t transtime(time_t janfirst, int year, 789 ** Day of year. 807 ** Given the Epoch-relative time of January 1, 00:00:00 UTC, in a year, the 808 ** year, a rule, and the offset from UTC at the time that rule takes effect, 813 transtime(janfirst, year, rulep, offset) 815 const int year; 825 leapyear = isleap(year); 843 ** n - day of year. 863 yy0 = (rulep->r_mon <= 2) ? (year - 1) : year 977 register int year; local [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_Artists_AlbumsTest.java | 98 assertEquals(Audio1.YEAR, c.getInt(c.getColumnIndex(Albums.FIRST_YEAR))); 99 assertEquals(Audio1.YEAR, c.getInt(c.getColumnIndex(Albums.LAST_YEAR)));
|
/external/bison/build-aux/ |
vc-list-files | 48 year=`echo "$scriptversion" | sed 's/[^0-9].*//'` 51 Copyright (C) $year Free Software Foundation, Inc,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERUTCTime.java | 122 * return the time as a date based on whatever a 2 digit year will return. For 213 * return a time string as an adjusted date with a 4 digit year. This goes
|
/external/kernel-headers/original/linux/ |
rtc.h | 104 extern int rtc_month_days(unsigned int month, unsigned int year); 105 extern int rtc_year_days(unsigned int day, unsigned int month, unsigned int year);
|
/external/quake/quake/src/WinQuake/data/ |
HELP.TXT | 48 Lines Open 24 hours a day, 365 days a year, or 366 days
101 Lines Open 24 hours a day, 365 days a year, or 366 days
|
/external/webkit/Source/JavaScriptCore/runtime/ |
DateConversion.cpp | 74 monthName[t.month], t.monthDay, t.year + 1900); 81 t.monthDay, monthName[t.month], t.year + 1900);
|
/frameworks/base/core/java/android/widget/ |
DateTimeView.java | 99 mTime = new Date(t.year-1900, t.month, t.monthDay, t.hour, t.minute, 0); 139 // Else, show month day and year.
|
/frameworks/base/core/jni/ |
Time.cpp | 69 static inline int days_this_month(int year, int month) 75 int y = year;
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
DataKind.java | 69 * date includes year, month and day. If this is not a date field or the date field is not 77 * dates without year are not supported, this value should be ignored.
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
DateTimeEditor.java | 75 public void onDateSet(DatePicker view, int year, 78 d.setYear(year - 1900);
|
/external/bison/doc/ |
refcard.tex | 71 \def\year{2001} % year 72 \def\version{\month\ \year, Bison Refcard Version \refcardversion} 81 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.} 106 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
|
/external/iptables/extensions/ |
libxt_time.c | 91 unsigned int year = end ? 2038 : 1970; local 97 year = strtoul(s, &e, 10); 98 if ((*e != '-' && *e != '\0') || year < 1970 || year > 2038) 137 tm.tm_year = year - 1900;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.3.1-1.js | 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms) 31 1. Call ToNumber(year) 59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )"; 71 var YEAR = 9; 252 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", ResultArray[YEAR], DateCase.getFullYear() );
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
pickers.jd | 37 (month, day, year). Using these pickers helps ensure that your users can pick a time or date that 201 int year = c.get(Calendar.YEAR); 206 return new DatePickerDialog(getActivity(), this, year, month, day); 209 public void onDateSet(DatePicker view, int year, int month, int day) {
|
/libcore/luni/src/test/java/tests/api/java/util/ |
DateTest.java | 293 assertEquals("Returned incorrect year", 98, d.getYear()); 316 assertEquals("Parsed incorrect year", 1998, cal.get(Calendar.YEAR)); 426 assertEquals("Set incorrect year", 8, d.getYear()); 449 cal.set(Calendar.YEAR, 1970);
|