/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.24-3.js | 87 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year; 92 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() ); 101 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() ); 119 this.year = 0; 136 d.year = YearFromTime(t); 145 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.24-4.js | 86 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year; 91 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() ); 100 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() ); 118 this.year = 0; 135 d.year = YearFromTime(t); 144 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.24-5.js | 79 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year; 84 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() ); 93 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() ); 111 this.year = 0; 128 d.year = YearFromTime(t); 137 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.24-6.js | 78 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year; 83 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() ); 92 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() ); 110 this.year = 0; 127 d.year = YearFromTime(t); 136 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.24-7.js | 77 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year; 82 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() ); 91 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() ); 109 this.year = 0; 126 d.year = YearFromTime(t); 135 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.24-8.js | 73 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year; 78 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() ); 87 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() ); 105 this.year = 0; 122 d.year = YearFromTime(t); 131 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
15.9.5.35-1.js | 72 // fixed_year = ( ExpectDate.year >=1900 || ExpectDate.year < 2000 ) ? ExpectDate.year - 1900 : ExpectDate.year; 77 testcases[item++] = new TestCase( SECTION, DateString+".getUTCFullYear()", UTCDate.year, DateCase.getUTCFullYear() ); 86 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", LocalDate.year, DateCase.getFullYear() ); 103 this.year = 0; 120 d.year = YearFromTime(t); 129 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) );
|
/frameworks/base/tests/HwAccelerationTest/res/layout/ |
date_picker.xml | 23 contained in it. This helps to prevent rounding errors when toggling the "Show year" option --> 33 android:text="Provide a year" 72 <!-- Year --> 74 android:id="@+id/year"
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
readin.good | 1 ``Democracy will not come today, this year,
|
readin.inp | 1 ``Democracy will not come today, this year,
|
/external/v8/src/ |
date.cc | 78 int days, int* year, int* month, int* day) { 81 // the same year and month as the cached 'days'. 86 *year = ymd_year_; 95 *year = 400 * (days / kDaysIn400Years) - kYearsOffset; 98 ASSERT(DaysFromYearMonth(*year, 0) + days == save_days); 103 *year += 100 * yd1; 108 *year += 4 * yd2; 113 *year += yd3; 121 ASSERT(is_leap == ((*year % 4 == 0) && (*year % 100 || (*year % 400 == 0)))) [all...] |
/external/icu4c/i18n/ |
gregocal.cpp | 35 * in year of cutover. 36 * 01/24/2000 aliu Revised computeJulianDay for YEAR YEAR_WOY WOY. 61 = {0,31,59,90,120,151,181,212,243,273,304,334}; // 0-based, for day-in-year 63 = {0,31,60,91,121,152,182,213,244,274,305,335}; // 0-based, for day-in-year 70 // This would seem to limit the year range to: 74 // range limit on the year field is smaller (~ +/-140000). [alan 3.0] 80 { 1, 1, 140742, 144683}, // YEAR 110 * YEAR 1 1 140742 144683 220 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date, 228 set(UCAL_YEAR, year); 595 int32_t year = internalGet(UCAL_EXTENDED_YEAR); local 1178 int32_t year = kEpochYear; local [all...] |
chnsecal.cpp | 57 * The start year of the Chinese calendar, the 61st year of the reign 58 * of Huang Di. Some sources use the first year of his reign, 62 static const int32_t CHINESE_EPOCH_YEAR = -2636; // Gregorian year 140 { 1, 1, 60, 60}, // YEAR 178 * Implement abstract Calendar method to return the extended year 180 * YEAR field as the cycle and year-of-cycle, or the EXTENDED_YEAR 181 * field as the continuous year count, depending on which is newer. 185 int32_t year; local 653 int32_t year = gyear - CHINESE_EPOCH_YEAR; local [all...] |
tzrule.cpp | 262 AnnualTimeZoneRule::getStartInYear(int32_t year, 266 if (year < fStartYear || year > fEndYear) { 272 ruleDay = Grego::fieldsToDay(year, fDateTimeRule->getRuleMonth(), fDateTimeRule->getRuleDayOfMonth()); 279 ruleDay = Grego::fieldsToDay(year, fDateTimeRule->getRuleMonth(), 1); 283 ruleDay = Grego::fieldsToDay(year, fDateTimeRule->getRuleMonth(), 284 Grego::monthLength(year, fDateTimeRule->getRuleMonth())); 293 if (month == UCAL_FEBRUARY && dom == 29 && !Grego::isLeapYear(year)) { 297 ruleDay = Grego::fieldsToDay(year, month, dom); 356 int32_t year, month, dom, dow, doy, mid [all...] |
/external/bison/build-aux/ |
update-copyright | 4 # Update an FSF copyright year list to include the current year. 35 # year is not the current year, then the statement is updated for the 36 # new year and it is reformatted to: 40 # 3. Expand copyright year intervals. (See "Environment variables" 98 # 7. Each copyright year is 2 or 4 digits, and years are separated by 105 # year. If unset or set to 0, only updated FSF copyright 111 # copyright year intervals in a reformatted FSF copyright statement 116 # 3. For testing purposes, you can set the assumed current year i [all...] |
mdate-sh | 154 # $4 = year or time 162 # $3 = year or time 187 # the time of day or the year. 189 *:*) set `date`; eval year=\$$# 204 # For the first six month of the year the time notation can also 205 # be used for files modified in the last year. 208 year=`expr $year - 1` 210 *) year=$3;; 214 echo $day $month $year [all...] |
/external/chromium/chrome/browser/autofill/ |
credit_card_field_unittest.cc | 54 new AutofillField(webkit_glue::FormField(ASCIIToUTF16("Exp Year"), 100 new AutofillField(webkit_glue::FormField(ASCIIToUTF16("Exp Year"), 144 webkit_glue::FormField(ASCIIToUTF16("Exp Year"), 194 new AutofillField(webkit_glue::FormField(ASCIIToUTF16("Exp Year"), 260 webkit_glue::FormField(ASCIIToUTF16("Exp Year"), 318 webkit_glue::FormField(ASCIIToUTF16("ExpDate Month / Year"), 327 webkit_glue::FormField(ASCIIToUTF16("ExpDate Month / Year"), 333 ASCIIToUTF16("year"))); 349 field_type_map_.find(ASCIIToUTF16("year")) != field_type_map_.end()); 351 field_type_map_[ASCIIToUTF16("year")]); [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPDateTimeImpl.java | 32 private int year = 0; field in class:XMPDateTimeImpl 80 this.year = intCalendar.get(Calendar.YEAR); 102 this.year = calendar.get(Calendar.YEAR); 130 return year; 137 public void setYear(int year) 139 this.year = Math.min(Math.abs(year), 9999); 319 calendar.set(Calendar.YEAR, year) [all...] |
/external/javassist/sample/reflect/ |
Person.java | 30 public int getAge(int year) {
31 return year - birth;
|
/external/valgrind/main/docs/xml/ |
tech-docs.xml | 12 <year>&vg-lifespan;</year>
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
DatePickerController.java | 27 void onYearSelected(int year); 29 void onDayOfMonthSelected(int year, int month, int day);
|
/external/libffi/ |
mdate-sh | 132 # $4 = year or time 140 # $3 = year or time 165 # the time of day or the year. 167 *:*) set `date`; eval year=\$$# 182 # For the first six month of the year the time notation can also 183 # be used for files modified in the last year. 186 year=`expr $year - 1` 188 *) year=$3;; 192 echo $day $month $year [all...] |
/external/webkit/Source/WebCore/html/ |
DateComponents.h | 41 // * Month type: year-month 42 // * Date type: year-month-day 43 // * Week type: year-week 45 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond 93 // Sets year and month. 95 // Sets year, month and monthDay. 97 // Sets year and week. 101 // Sets year, month, monthDay, hour, minute, second and millisecond. 103 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone. 152 // Returns the maximum week number in this DateComponents's year [all...] |
/ndk/sources/host-tools/make-3.81/config/ |
mdate-sh | 132 # $4 = year or time 140 # $3 = year or time 165 # the time of day or the year. 167 *:*) set `date`; eval year=\$$# 182 # For the first six month of the year the time notation can also 183 # be used for files modified in the last year. 186 year=`expr $year - 1` 188 *) year=$3;; 192 echo $day $month $year [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
mdate-sh | 135 # $4 = year or time 143 # $3 = year or time 168 # the time of day or the year. 170 *:*) set `date`; eval year=\$$# 185 # For the first six month of the year the time notation can also 186 # be used for files modified in the last year. 189 year=`expr $year - 1` 191 *) year=$3;; 195 echo $day $month $year [all...] |