| /external/chromium/net/ftp/ |
| ftp_directory_listing_parser_unittest.cc | 74 mock_current_time_exploded.year = 1994; 114 int year, month, day_of_month, hour, minute; local 115 base::StringToInt(lines[8 * i + 3], &year); 138 EXPECT_EQ(year, time_exploded.year);
|
| /external/chromium_org/net/ftp/ |
| ftp_directory_listing_parser_unittest.cc | 34 mock_current_time_exploded.year = 1994; 75 int year, month, day_of_month, hour, minute; local 76 base::StringToInt(lines[9 * i + 3], &year); 99 EXPECT_EQ(year, time_exploded.year);
|
| /external/chromium_org/third_party/lcov/bin/ |
| updateversion.pl | 47 my ($sec, $min, $hour, $year, $month, $day); 51 ($sec, $min, $hour, $day, $month, $year) = localtime($stat[9]); 52 $year += 1900; 55 return (sprintf("%04d-%02d-%02d", $year, $month, $day), 56 sprintf("%04d%02d%02d%02d%02d.%02d", $year, $month, $day,
|
| /external/chromium_org/third_party/lcov-1.9/bin/ |
| updateversion.pl | 47 my ($sec, $min, $hour, $year, $month, $day); 51 ($sec, $min, $hour, $day, $month, $year) = localtime($stat[9]); 52 $year += 1900; 55 return (sprintf("%04d-%02d-%02d", $year, $month, $day), 56 sprintf("%04d%02d%02d%02d%02d.%02d", $year, $month, $day,
|
| /external/icu4c/test/cintltst/ |
| ccaltst.c | 888 int32_t year; member in struct:__anon20775 1649 int32_t year; member in struct:__anon20776 2269 int32_t year; \/* starting point for test is gregorian calendar noon on day specified by y,M,d here *\/ member in struct:__anon20783 [all...] |
| /external/icu4c/tools/toolutil/ |
| writesrc.c | 51 char year[8]; local 57 strftime(year, sizeof(year), "%Y", lt); 60 fprintf(f, header, year, filename, buffer); 62 fprintf(f, header, year, filename, generator);
|
| /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
| XMPDateTime.java | 33 * fields (year, month, and day). 37 /** @return Returns the year, can be negative. */ 40 /** @param year Sets the year */ 41 void setYear(int year);
|
| /frameworks/base/core/java/android/util/ |
| DayOfMonthCursor.java | 23 * <li>Keeps track of current month, day, year</li> 41 * @param year The initial year. 48 public DayOfMonthCursor(int year, int month, int dayOfMonth, int weekStartDay) { 49 super(year, month, weekStartDay);
|
| /packages/apps/Calendar/src/com/android/calendar/ |
| DayOfMonthCursor.java | 25 * <li>Keeps track of current month, day, year</li> 43 * @param year The initial year. 50 public DayOfMonthCursor(int year, int month, int dayOfMonth, int weekStartDay) { 51 super(year, month, weekStartDay);
|
| /external/icu4c/i18n/ |
| calendar.cpp | 593 {/*N/A*/-1, /*N/A*/-1, /*N/A*/-1, /*N/A*/-1}, // YEAR 639 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.) 661 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.) [all...] |
| /external/chromium_org/components/autofill/core/browser/ |
| credit_card.cc | 43 bool ConvertYear(const base::string16& year, int* num) { 44 // If the |year| is empty, clear the stored value. 45 if (year.empty()) { 50 // Try parsing the |year| as a number. 51 if (base::StringToInt(year, num)) 294 base::string16 year = Expiration2DigitYearAsString(); local 295 if (!month.empty() && !year.empty()) 296 return month + ASCIIToUTF16("/") + year; 302 base::string16 year = Expiration4DigitYearAsString(); local 303 if (!month.empty() && !year.empty() 545 base::string16 year = local 654 int year; local [all...] |
| /external/chromium_org/third_party/icu/source/i18n/ |
| calendar.cpp | 562 {/*N/A*/-1, /*N/A*/-1, /*N/A*/-1, /*N/A*/-1}, // YEAR 609 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.) 631 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.) 2682 int32_t year; local [all...] |
| /development/samples/ApiDemos/src/com/example/android/apis/view/ |
| DateWidgets1.java | 71 mYear = c.get(Calendar.YEAR); 131 public void onDateSet(DatePicker view, int year, int monthOfYear, 133 mYear = year;
|
| /external/chromium/net/base/ |
| x509_cert_types.cc | 108 exploded.year = ParseIntAndAdvance(&field, year_length, &valid); 115 exploded.year += exploded.year < 50 ? 2000 : 1900;
|
| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| DateTimeFieldsState.h | 65 unsigned year() const { return m_year; } function in class:WebCore::DateTimeFieldsState 85 void setYear(unsigned year) { m_year = year; }
|
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| GregorianDateTime.h | 52 inline int year() const { return m_year; } function in class:WTF::GregorianDateTime 63 inline void setYear(int year) { m_year = year; }
|
| /external/chromium_org/v8/test/intl/overrides/ |
| date.js | 38 [], {year: 'numeric', month: 'numeric', day: 'numeric', 51 locale, {year: 'numeric', month: 'numeric', day: 'numeric', 60 var options = {year: 'numeric', month: 'long', day: 'numeric',
|
| /external/elfutils/libelf-po/ |
| libelf.pot | 2 # Copyright (C) YEAR Red Hat, Inc. 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
| /libcore/luni/src/main/java/java/util/ |
| Calendar.java | 32 * {@code YEAR}, {@code MONTH}, {@code DAY}, 57 * fields, as well as their meaning. For example, the first month of the year 60 * and {@code YEAR}. See individual field documentation and subclass 84 * the first week of the month or year as a reference point. The first week of a 85 * month or year is defined as the earliest seven day period beginning on 87 * {@code getMinimalDaysInFirstWeek()} days of that month or year. Weeks 91 * designate the week before week 1 of a year as week <em>n</em> of the 92 * previous year. 97 * {@code Date} (such as only year and month but no day in the month), or 105 * of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc [all...] |
| /packages/apps/Contacts/res/layout/ |
| date_picker.xml | 23 contained in it. This helps to prevent rounding errors when toggling the "Show year" option --> 75 <!-- Year --> 77 android:id="@+id/year"
|
| /cts/tests/src/android/provider/cts/ |
| MediaStoreAudioTestHelper.java | 89 public static final int YEAR = 1992; 134 values.put(Media.YEAR, YEAR); 165 public static final int YEAR = 1992; 213 values.put(Media.YEAR, YEAR);
|
| /external/chromium/base/ |
| time_posix.cc | 90 exploded->year = timestruct.tm_year + 1900; 108 timestruct.tm_year = exploded.year - 1900; 129 (exploded.year < 1969 || exploded.year > 1970)) { 130 // If exploded.year is 1969 or 1970, take -1 as correct, with the 144 if (exploded.year < 1969) {
|
| /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/ |
| PersonalDataManager.java | 195 String obfuscatedNumber, String month, String year) { 196 return new CreditCard(guid, origin, name, number, obfuscatedNumber, month, year); 200 String obfuscatedNumber, String month, String year) { 207 mYear = year; 268 public void setYear(String year) { 269 mYear = year;
|
| /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/ |
| calendarPicker.css | 216 .year-list-view { 222 .year-list-cell { 229 .year-list-cell .label { 237 .year-list-cell .month-chooser { 287 .year-list-view .scrubby-scroll-bar { 291 .rtl .year-list-view .scrubby-scroll-bar {
|
| /external/chromium_org/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);
|