HomeSort by relevance Sort by last modified time
    Searched full:year (Results 251 - 275 of 1724) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/
to_number_order.js 59 var year = { valueOf: function() { x += 1; return 2007; } };
68 new Date(year, month, date, hours, minutes, seconds, ms);
73 Date(year, month, date, hours, minutes, seconds, ms);
77 Date.UTC(year, month, date, hours, minutes, seconds, ms);
126 new Date().setFullYear(year, month, date, hours, minutes, seconds, ms);
130 new Date().setUTCFullYear(year, month, date, hours, minutes, seconds, ms);
  /libcore/luni/src/main/java/java/sql/
Date.java 24 * format only deals with year, month and day values. There are no values for
41 * Constructs a {@code Date} object corresponding to the supplied year,
46 * the year, specified as the year minus 1900. Must be in the
229 int year = Integer.parseInt(dateString.substring(0, firstIndex)); local
234 return new Date(year - 1900, month - 1, day);
  /cts/tests/src/android/app/cts/
DialogStubActivity.java 101 public void onDateSet(DatePicker view, int year, int monthOfYear, int dayOfMonth) {
102 updatedYear = year;
389 public MockDatePickerDialog(Context context, OnDateSetListener callBack, int year,
391 super(context, callBack, year, monthOfYear, dayOfMonth);
395 int year, int monthOfYear, int dayOfMonth) {
396 super(context, theme, callBack, year, monthOfYear, dayOfMonth);
406 public void onDateChanged(DatePicker view, int year, int month, int day) {
408 super.onDateChanged(view, year, month, day);
  /external/bison/
README 37 For any copyright year range specified as YYYY-ZZZZ in this package,
38 note that the range specifies every single year in that closed interval.
  /external/chromium_org/net/ftp/
ftp_util.h 37 // of month. The third one is either a time (and then we guess the year based
38 // on |current_time|), or is a year (and then we don't know the time).
  /external/chromium_org/third_party/icu/source/test/intltest/
tzbdtest.h 75 virtual void findBoundariesStepwise(int32_t year, UDate interval, TimeZone* z, int32_t expectedChanges);
82 void verifyMapping(Calendar& cal, int year, int month, int dom, int hour,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/
yasm_parsers.xml 20 <year>2006</year>
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/doc/
sample.bib 7 year = 1994,
28 year = {1988},
  /external/chromium_org/v8/test/intl/date-format/
property-override.js 47 'en-US', {weekday: 'short', era: 'short', year: 'numeric', month: 'short',
59 'second', 'timeZone', 'timeZoneName', 'weekday', 'year'
  /external/icu4c/test/intltest/
tzbdtest.h 75 virtual void findBoundariesStepwise(int32_t year, UDate interval, TimeZone* z, int32_t expectedChanges);
82 void verifyMapping(Calendar& cal, int year, int month, int dom, int hour,
  /external/tcpdump/
gmt2local.c 61 * If the year or julian day is different, we span 00:00 GMT
62 * and must add or subtract a day. Check the year first to
  /external/valgrind/main/docs/xml/
dist-docs.xml 13 <year>&vg-lifespan;</year>
index.xml 13 <year>&vg-lifespan;</year>
  /frameworks/base/core/res/res/layout/
date_picker.xml 61 <!-- Year -->
63 android:id="@+id/year"
date_picker_holo.xml 65 <!-- Year -->
67 android:id="@+id/year"
  /libcore/luni/src/test/java/libcore/java/util/
CalendarTest.java 146 private void testSetSelfConsistent(TimeZone timeZone, int year, int month, int day) {
151 calendar.set(year, month, day, hour, minute);
152 assertEquals(year, calendar.get(Calendar.YEAR));
196 int year, int month, int day, int hour, int minute) {
197 assertEquals(year, calendar.get(Calendar.YEAR));
212 cal.set(Calendar.YEAR, 1970);
  /packages/apps/UnifiedEmail/src/com/android/mail/
FormattedDateBuilder.java 83 final int thenYear = time.year;
88 return (thenYear == time.year)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py 67 year, month, day = map(int, datepart.split("-"))
75 val = datetime.datetime(year, month, day, hours, minutes, seconds, microseconds)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py 67 year, month, day = map(int, datepart.split("-"))
75 val = datetime.datetime(year, month, day, hours, minutes, seconds, microseconds)
  /prebuilts/tools/common/m2/internal/org/easymock/easymock-parent/3.1/
easymock-parent-3.1.pom 82 <year>${year}</year>
216 <id>year</id>
221 <propertyName>year</propertyName>
226 <id>year-site</id>
232 <propertyName>year</propertyName>
285 <bottom><![CDATA[<i>Copyright &#169; ${project.inceptionYear}-${year} ${project.organization.name}. This documentation is provided under the terms of the Apache 2 licence.</i>]]></bottom>
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DosUtils.java 51 cal.set(Calendar.YEAR, 1980 + (dosDate >> 9));
78 return 512 * (cal.get(Calendar.YEAR) - 1980) + 32 * (cal.get(Calendar.MONTH) + 1) +
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tzrule.h 258 * Gets the time when this rule takes effect in the given year.
259 * @param year The Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
264 * @param result Receives the start time in the year.
265 * @return true if this rule takes effect in the year and the result is set to
269 UBool getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const;
379 * The constant representing the maximum year used for designating
395 * @param startYear The first year when this rule takes effect.
396 * @param endYear The last year when this rule takes effect. If this
414 * @param startYear The first year when this rule takes effect
    [all...]
dtitvinf.h 82 * year, month, date, day-of-week, am-pm, hour, hour-of-day, and minute.
84 * year > month > date > am-pm > hour > minute
90 * and &quot;Feb 20, 2008&quot; is year.
98 * is &quot;year&quot;, the date interval pattern is &quot;MMM d, yyyy - MMM d, yyyy&quot;,
106 * For date skeleton, the interval patterns when year, or month, or date is
144 * calendar fields are different: ERA, YEAR, MONTH, DATE, DAY_OF_MONTH,
252 * calendar fields are different: ERA, YEAR, MONTH, DATE, DAY_OF_MONTH,
262 * "year", the interval pattern for en_US when year
351 * ERA, YEAR, MONTH, DAY, AM_PM, HOUR, and MINUT
    [all...]
  /external/icu4c/i18n/unicode/
tzrule.h 258 * Gets the time when this rule takes effect in the given year.
259 * @param year The Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
264 * @param result Receives the start time in the year.
265 * @return true if this rule takes effect in the year and the result is set to
269 UBool getStartInYear(int32_t year, int32_t prevRawOffset, int32_t prevDSTSavings, UDate& result) const;
379 * The constant representing the maximum year used for designating
395 * @param startYear The first year when this rule takes effect.
396 * @param endYear The last year when this rule takes effect. If this
414 * @param startYear The first year when this rule takes effect
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion_unittest.cc 45 exploded.year = 2011;
59 exploded.year = 2011;
118 exploded.year = 2011;
130 exploded.year = 2011;
142 exploded.year = 2011;
199 exploded.year = 2011;
211 exploded.year = 2010;
223 exploded.year = 2011;
269 exploded.year = 2012;
281 exploded.year = 2012
    [all...]

Completed in 7033 milliseconds

<<11121314151617181920>>