HomeSort by relevance Sort by last modified time
    Searched full:year (Results 351 - 375 of 1223) sorted by null

<<11121314151617181920>>

  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-xparb.js 303 // Find the first Thursday of the year
311 var year = this.getFullYear();
312 return ((year & 3) == 0 && (year % 100 || (year % 400 == 0 && year)));
  /external/webkit/Source/WebCore/html/
FTPDirectoryDocument.cpp 180 static bool wasLastDayOfMonth(int year, int month, int day)
187 if (year % 4 == 0 && (year % 100 || year % 400 == 0)) {
228 // localtime does "year = current year - 1900", compensate for that for readability and comparison purposes
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 174 final int position = (day.year - mController.getMinYear())
428 cal.set(day.year, day.month, day.day);
462 int year = firstVisiblePosition / 12 + mController.getMinYear(); local
463 CalendarDay day = new CalendarDay(year, month, 1);
470 day.year++;
482 day.year--;
  /development/testrunner/
create_test.py 38 <!-- Copyright (C) $YEAR The Android Open Source Project
110 "YEAR":datetime.date.today().year}
  /external/icu4c/i18n/unicode/
dtitvfmt.h 96 * year, month, date, day-of-week, am-pm, hour, hour-of-day, and minute.
98 * year > month > date > hour (in day) > minute
104 * and "Feb 20, 2008" is year.
117 * is &quot;year&quot;, the date interval pattern is &quot;MMM d, yyyy - MMM d, yyyy&quot;,
125 * For date skeleton, the interval patterns when year, or month, or date is
143 * when the year, month, or day differs, falls back to fall-back
166 * For example, if user only requests year and month,
257 * "EEE, d MMM, yyyy - EEE, d MMM, yyyy" for year differs,
701 * 1) when the year, month, or day differs, concatenate the two original
717 * includes year, month, and date when year, month, and date differs
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 112 * <td>year</td>
199 + " year set = " + yearSet
320 * The length of a month/year varies. The <code>startInstant</code> is
357 * The length of a month/year varies. The <code>startInstant</code> is
443 * "1 year" + "1 day" = "1 year and 1 day"
446 * "1 year" + "-1 day" = IllegalStateException
570 * "1 year" - "1 day" = IllegalStateException
573 * "1 year" - "-1 day" = "1 year and 1 day
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/
WeekNumberTest.java 37 public DateAndWeekNumber(int year, int month, int day, int expectedWeekNumber) {
41 date.set(0, 0, 0, day, month, year);
44 allDayDate.set(day, month, year);
  /development/ndk/platforms/android-3/include/linux/mmc/
card.h 22 unsigned short year; member in struct:mmc_cid
  /external/bzip2/
README.XML.STUFF 21 version, year, etc.
  /external/kernel-headers/original/linux/mmc/
card.h 20 unsigned short year; member in struct:mmc_cid
  /external/libpng/
ANNOUNCE 58 Udated copyright year to 2011.
  /external/qemu/hw/
mc146818rtc.c 305 int year; local
321 year = (tm->tm_year - s->base_year) % 100;
322 if (year < 0)
323 year += 100;
324 s->cmos_data[RTC_YEAR] = rtc_to_bcd(s, year);
328 static int get_days_in_month(int month, int year)
338 if ((year % 4) == 0 && ((year % 100) != 0 || (year % 400) == 0))
  /external/valgrind/main/coregrind/m_debuginfo/
README.txt 40 Re (3), the stabs reader has for a good year contained a sophisticated
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.1.1-1.js 63 testcases[tc].reason = "wrong year value";
15.9.1.1-2.js 57 testcases[tc].reason = "wrong year value";
15.9.2.2-6.js 25 Date( year, month, date, hours, minutes, seconds )
  /external/wpa_supplicant_8/src/utils/
os_unix.c 63 int os_mktime(int year, int month, int day, int hour, int min, int sec,
70 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
76 tm.tm_year = year - 1900;
116 tm->year = tm2->tm_year + 1900;
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 15 <p>Earlier this year, Android 3.0 launched with a new 2D rendering pipeline designed to
  /libcore/luni/src/main/java/java/text/
DateFormat.java 113 * to the {@link Calendar#YEAR} field.
678 * Marks the year part of a date.
680 public static final Field YEAR = new Field("year", Calendar.YEAR);
723 * Marks the day of the year part of a date.
725 public static final Field DAY_OF_YEAR = new Field("day of year", Calendar.DAY_OF_YEAR);
734 * Marks the week of the year part of a date.
736 public static final Field WEEK_OF_YEAR = new Field("week of year",
  /ndk/sources/host-tools/sed-4.2.1/
Makefile.am 25 { echo Copyright year not updated; exit 1; }
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
distrib.inp 16 year in the bag of one bee:
  /packages/apps/Calendar/src/com/android/calendar/
CalendarViewAdapter.java 50 // Week view: show the month + year
51 // Month view: show the month + year
340 // Full date: Month,day Year
341 // Month year
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mmc/
card.h 22 unsigned short year; member in struct:mmc_cid
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mmc/
card.h 22 unsigned short year; member in struct:mmc_cid
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mmc/
card.h 22 unsigned short year; member in struct:mmc_cid

Completed in 1047 milliseconds

<<11121314151617181920>>