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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-run.1 247 \" until at least one year after the last time you distribute an Opaque
292 \" it an item stating at least the title, year, new authors, and
295 \" stating the title, year, authors, and publisher of the Document as
456 \" Copyright (c) YEAR YOUR NAME.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-run.1 247 \" until at least one year after the last time you distribute an Opaque
292 \" it an item stating at least the title, year, new authors, and
295 \" stating the title, year, authors, and publisher of the Document as
456 \" Copyright (c) YEAR YOUR NAME.
  /external/icu4c/i18n/
dtitvfmt.cpp 566 * 1) when the year, month, or day differs, concatenate the two original
582 * includes year, month, and date when year, month, and date differs.
699 * 1) when the year, month, or day differs,
705 * 1) when the year, month, or day differs,
943 // but not date interval patterns ( when year, month, day differ ).
944 // For year/month/day differ, it falls back to fall-back pattern.
    [all...]
  /external/qemu/
trace.c 276 uint32_t year = tm->tm_year + 1900; local
277 uint32_t thousands = year / 1000;
278 year -= thousands * 1000;
279 uint32_t hundreds = year / 100;
280 year -= hundreds * 100;
281 uint32_t tens = year / 10;
282 year -= tens * 10;
283 uint32_t ones = year;
284 year = (thousands << 12) | (hundreds << 8) | (tens << 4) | ones;
296 *pdate = (year << 16) | (mon << 8) | day
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 347 if (-1 == drm_checkDate(curDateTime.year, curDateTime.month, curDateTime.day,
351 YMD_HMS_2_INT(curDateTime.year, curDateTime.month, curDateTime.day,
390 int32_t year, mon, day, hour, min, sec, date, time; local
403 INT_2_YMD_HMS(year, mon, day, date, hour, min, sec, time);
422 year += mon / 12;
425 if (day > (ret = drm_monthDays(year, mon))) {
430 year++;
433 YMD_HMS_2_INT(year, mon, day, XXConstraint->EndTime.date, hour,
461 if (-1 == drm_checkDate(curDateTime.year, curDateTime.month, curDateTime.day,
465 YMD_HMS_2_INT(curDateTime.year, curDateTime.month, curDateTime.day
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager.cc 966 string16 year = credit_card->GetInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR); local
    [all...]
  /external/icu4c/i18n/unicode/
datefmt.h 15 * 11/15/99 weiv Added support for week of year/day of week formatting
407 * calendar, while the year within the current 60-year cycle is specified,
470 * calendar, while the year within the current 60-year cycle is specified,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsMessage.java 573 int year = IccUtils.gsmBcdByteToInt(mPdu[mCur++]); local
595 time.year = year >= 90 ? year + 1900 : year + 2000;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 239 int year = IccUtils.cdmaBcdByteToInt(data[0]); local
240 if (year > 99 || year < 0) return null;
241 ts.year = year >= 96 ? year + 1900 : year + 2000;
264 builder.append("{ year=" + year);
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 274 int32_t era, year, month, dayOfMonth, dayOfWeek, millisInDay; local
296 year = cal->get(UCAL_YEAR, status);
305 offset = rbtz1->getOffset(era, year, month, dayOfMonth, dayOfWeek, millisInDay, status);
335 year = cal->get(UCAL_YEAR, status);
344 offset = rbtz1->getOffset(era, year, month, dayOfMonth, dayOfWeek, millisInDay, status);
608 {1995, 2015}, // practical year range
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c     [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl     [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 198 dest.writeInt(endDate.year);
725 mModel.endDate.year += 3;
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java 147 assertEquals(Audio1.YEAR, c.getInt(c.getColumnIndex(Members.YEAR)));
  /external/chromium/base/metrics/
field_trial.h 107 // to the total_probability. Arguments year, month and day_of_month specify
111 const std::string& default_group_name, const int year,
  /external/expat/doc/
xmlwf.sgml 39 <year>2001</year>
  /external/javassist/tutorial/
tutorial2.html     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
mysql.php 154 "DAY", "HOUR", "MICROSECOND", "MINUTE", "MONTH", "QUARTER", "SECOND", "WEEK", "YEAR"
212 "SECOND", "TIME", "WEEK", "YEAR"
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.8-1.js 67 var YEAR = 9;
277 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", ResultArray[YEAR], DateCase.getFullYear() );
15.9.3.8-2.js 67 var YEAR = 9;
252 testcases[item++] = new TestCase( SECTION, DateString+".getFullYear()", ResultArray[YEAR], DateCase.getFullYear() );
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 425 WPA_PUT_LE16(pos, tm.year); /* Year */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ets_to_wmf.h 41 Description: Corrected the copyright year.
44 year.
  /frameworks/base/core/java/android/util/
TimeUtils.java 223 * database implementation, but will typically contain the year in which the database
224 * was updated plus a letter from a to z indicating changes made within that year.
  /libcore/luni/src/main/java/java/sql/
Timestamp.java 57 * supplied values for <i>Year</i>, <i>Month</i>, <i>Date</i>, <i>Hour</i>,
62 * specified as the year minus 1900.
  /libcore/luni/src/main/java/java/util/
TimeZone.java 279 public abstract int getOffset(int era, int year, int month, int day,
430 * savings before but plans to start next year would return true.

Completed in 1670 milliseconds

<<21222324252627282930>>