Searched refs:year (Results 76 - 100 of 462) sorted by relevance

1234567891011>>

/external/chromium/net/ftp/
H A Dftp_directory_listing_parser_unittest.h24 int year; member in struct:net::FtpDirectoryListingParserTest::SingleLineTestData
54 EXPECT_EQ(test_case.year, time_exploded.year);
65 mock_current_time_exploded.year = 1994;
H A Dftp_directory_listing_parser_unittest.cc74 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/content/renderer/
H A Drenderer_date_time_picker.cc37 message.year = parser.GetWeekYear();
40 message.year = parser.GetYear();
69 value.year, value.month, value.day,
70 value.hour, value.minute, value.second, value.year, value.week);
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser_unittest.h23 int year; member in struct:net::FtpDirectoryListingParserTest::SingleLineTestData
53 EXPECT_EQ(test_case.year, time_exploded.year);
64 mock_current_time_exploded.year = 1994;
H A Dftp_directory_listing_parser_unittest.cc34 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/lzma/CPP/Windows/
H A DTime.h15 bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day,
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPDateTime.java33 * fields (year, month, and day).
37 /** @return Returns the year, can be negative. */
40 /** @param year Sets the year */
41 void setYear(int year); argument
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DDateTimeFieldsState.h65 unsigned year() const { return m_year; } function in class:WebCore::DateTimeFieldsState
85 void setYear(unsigned year) { m_year = year; } argument
/external/chromium_org/v8/test/intl/overrides/
H A Ddate.js38 [], {year: 'numeric', month: 'numeric', day: 'numeric',
51 locale, {year: 'numeric', month: 'numeric', day: 'numeric',
60 var options = {year: 'numeric', month: 'long', day: 'numeric',
/external/chromium_org/third_party/lcov/bin/
H A Dupdateversion.pl47 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/
H A Dupdateversion.pl47 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/components/autofill/core/browser/
H A Dvalidation.cc27 bool IsValidCreditCardExpirationDate(const base::string16& year, argument
31 TrimWhitespace(year, TRIM_ALL, &year_cleaned);
47 bool IsValidCreditCardExpirationDate(int year, argument
53 if (year < now_exploded.year)
56 if (year == now_exploded.year && month < now_exploded.month)
/external/chromium_org/third_party/icu/source/i18n/
H A Dethpccal.cpp82 // Amelete Hihret year always.
85 eyear = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
88 - AMETE_MIHRET_DELTA; // Default to year 1 of Amelete Mihret
90 // The year defaults to the epoch start, the era to AMETE_MIHRET
93 eyear = internalGet(UCAL_YEAR, 1); // Default to year 1
104 int32_t eyear, month, day, era, year; local
109 year = eyear + AMETE_MIHRET_DELTA;
113 year = eyear;
116 year = eyear + AMETE_MIHRET_DELTA;
122 internalSet(UCAL_YEAR, year);
[all...]
H A Dislamcal.h36 * The Islamic calendar is strictly lunar, and thus an Islamic year of twelve
37 * lunar months does not correspond to the solar year used by most other
38 * calendar systems, including the Gregorian. An Islamic year is, on average,
39 * about 354 days long, so each successive Islamic year starts about 11 days
40 * earlier in the corresponding Gregorian year.
104 * Constant for Muharram, the 1st month of the Islamic year.
110 * Constant for Safar, the 2nd month of the Islamic year.
116 * Constant for Rabi' al-awwal (or Rabi' I), the 3rd month of the Islamic year.
122 * Constant for Rabi' al-thani or (Rabi' II), the 4th month of the Islamic year.
128 * Constant for Jumada al-awwal or (Jumada I), the 5th month of the Islamic year
[all...]
H A Dpersncal.h35 * The Persian calendar is strictly solar, and thus a Persian year has twelve
36 * solar months. A Persian year is about 365 days long, except in leap years
59 * Constant for Farvardin, the 1st month of the Persian year.
65 * Constant for Ordibehesht, the 2nd month of the Persian year.
71 * Constant for Khordad, the 3rd month of the Persian year.
77 * Constant for Tir, the 4th month of the Persian year.
83 * Constant for Mordad, the 5th month of the Persian year.
89 * Constant for Shahrivar, the 6th month of the Persian year.
95 * Constant for Mehr, the 7th month of the Persian year.
101 * Constant for Aban, the 8th month of the Persian year
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dgregocal.h56 * 53. Week 1 for a year is the first week that contains at least
57 * <code>getMinimalDaysInFirstWeek()</code> days from that year. It thus
60 * Weeks between week 1 of one year and week 1 of the following year are
234 * @param year The value used to set the YEAR time field in the calendar.
242 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
248 * @param year The value used to set the YEAR time field in the calendar.
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
264 * @param year The value used to set the YEAR time field in the calendar.
275 GregorianCalendar(int32_t year, int32_
[all...]
/external/icu4c/i18n/
H A Dethpccal.cpp82 // Amelete Hihret year always.
85 eyear = internalGet(UCAL_EXTENDED_YEAR, 1); // Default to year 1
88 - AMETE_MIHRET_DELTA; // Default to year 1 of Amelete Mihret
90 // The year defaults to the epoch start, the era to AMETE_MIHRET
93 eyear = internalGet(UCAL_YEAR, 1); // Default to year 1
104 int32_t eyear, month, day, era, year; local
109 year = eyear + AMETE_MIHRET_DELTA;
113 year = eyear;
116 year = eyear + AMETE_MIHRET_DELTA;
122 internalSet(UCAL_YEAR, year);
[all...]
/external/icu4c/i18n/unicode/
H A Dgregocal.h56 * 53. Week 1 for a year is the first week that contains at least
57 * <code>getMinimalDaysInFirstWeek()</code> days from that year. It thus
60 * Weeks between week 1 of one year and week 1 of the following year are
234 * @param year The value used to set the YEAR time field in the calendar.
242 GregorianCalendar(int32_t year, int32_t month, int32_t date, UErrorCode& success);
248 * @param year The value used to set the YEAR time field in the calendar.
258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success);
264 * @param year The value used to set the YEAR time field in the calendar.
275 GregorianCalendar(int32_t year, int32_
[all...]
/external/grub/docs/
H A Dmdate-sh115 # Get the month. Next argument is day, followed by the year or time.
134 # the time of day or the year.
136 *:*) set `date`; eval year=\$$#
151 # For the first six month of the year the time notation can also
152 # be used for files modified in the last year.
155 year=`expr $year - 1`
157 *) year=$3;;
161 echo $day $month $year
/external/libffi/
H A Dmdate-sh132 # $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/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DDateTimePickerDialog.java25 private static final String YEAR = "year";
47 * @param year The year that was set.
54 void onDateTimeSet(DatePicker dateView, TimePicker timeView, int year, int monthOfYear, argument
61 * @param year The initial year of the dialog.
67 int year,
92 year, monthOfYear, dayOfMonth, hourOfDay, minute, min, max);
130 public void onDateChanged(DatePicker view, int year, argument
158 * @param year Th
65 DateTimePickerDialog(Context context, OnDateTimeSetListener callBack, int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minute, boolean is24HourView, long min, long max) argument
162 updateDateTime(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minutOfHour) argument
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dto_number_order.js59 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);
/external/v8/test/mjsunit/
H A Dto_number_order.js59 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);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DTime.java54 int year = Integer.parseInt(d.substring(0, 4));
56 if (year < 1950 || year > 2049)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DTime.java54 int year = Integer.parseInt(d.substring(0, 4));
56 if (year < 1950 || year > 2049)

Completed in 1692 milliseconds

1234567891011>>