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

<<11121314151617181920>>

  /external/bison/build-aux/
gnu-web-doc-update 52 year=$(echo "$VERSION" | sed 's/[^0-9].*//')
55 Copyright (C) $year Free Software Foundation, Inc,
  /external/chromium_org/base/metrics/
field_trial.h 307 // Year that is guaranteed to not be expired when instantiating a field trial
345 // to the |total_probability|. Arguments |year|, |month| and |day_of_month|
355 const int year,
372 const int year,
  /external/chromium_org/net/ftp/
ftp_util_unittest.cc 155 // Test current year detection.
175 EXPECT_EQ(kTestCases[i].expected_year, time_exploded.year);
216 EXPECT_EQ(kTestCases[i].expected_year, time_exploded.year);
  /external/chromium_org/third_party/icu/source/i18n/
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
141 { 1, 1, 60, 60}, // YEAR
179 * Implement abstract Calendar method to return the extended year
181 * YEAR field as the cycle and year-of-cycle, or the EXTENDED_YEAR
182 * field as the continuous year count, depending on which is newer.
186 int32_t year; local
654 int32_t year = gyear - CHINESE_EPOCH_YEAR; local
    [all...]
olsontz.h 82 * the start year of the rule.
163 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month,
170 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month,
206 * point in the current year.
365 * For year >= finalYear, the finalZone will be used.
vzone.h 192 * @param year The reference date's year
202 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
215 * @param year The reference date's year
226 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
  /external/chromium_org/third_party/icu/source/i18n/unicode/
rbtz.h 139 * @param year The reference date's year
148 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
160 * @param year The reference date's year
170 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
timezone.h 168 * Mountain Standard Time year-round, even in the summer.
340 * @param year The reference date's year
349 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
361 * @param year the year in the given date.
372 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
simpletz.h 260 * Sets the daylight savings starting year, that is, the year this time zone began
262 * not to observe daylight savings time prior to that year; SimpleTimeZone doesn't
264 * @param year the daylight savings starting year.
267 void setStartYear(int32_t year);
560 * @param year The reference date's year
569 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
576 * @param year the year in the given date
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gentest/
gentest.c 146 int32_t year = getCurrentYear(); local
163 fprintf(out, "/** Copyright (C) 2007-%d, International Business Machines Corporation and Others. All Rights Reserved. **/\n\n", year);
  /external/icu4c/i18n/
olsontz.h 82 * the start year of the rule.
166 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month,
173 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month,
209 * point in the current year.
373 * For year >= finalYear, the finalZone will be used.
vzone.h 179 * @param year The reference date's year
188 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
201 * @param year The reference date's year
211 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
  /external/icu4c/i18n/unicode/
rbtz.h 139 * @param year The reference date's year
148 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
160 * @param year The reference date's year
170 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
timezone.h 217 * Mountain Standard Time year-round, even in the summer.
392 * @param year The reference date's year
401 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
413 * @param year the year in the given date.
424 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
618 * (Gregorian) calendar year.
    [all...]
  /external/icu4c/tools/gentest/
gentest.c 146 int32_t year = getCurrentYear(); local
163 fprintf(out, "/** Copyright (C) 2007-%d, International Business Machines Corporation and Others. All Rights Reserved. **/\n\n", year);
  /external/kernel-headers/original/linux/
rtc.h 104 extern int rtc_month_days(unsigned int month, unsigned int year);
105 extern int rtc_year_days(unsigned int day, unsigned int month, unsigned int year);
  /frameworks/base/core/jni/
Time.cpp 69 static inline int days_this_month(int year, int month)
75 int y = year;
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
DatePickerHelper.java 32 public static final int YEAR = 2;
43 return getNumberPickerField(YEAR).getText();
88 getNumberPickerIncrementButton(YEAR).click();
97 getNumberPickerDecrementButton(YEAR).click();
128 int calYear = cal.get(Calendar.YEAR);
162 // Adjust year
185 * @param year
189 private static int getDaysInMonth(int year, int month) {
191 cal.set(Calendar.YEAR, year);
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DateTimeEditor.java 75 public void onDateSet(DatePicker view, int year,
78 d.setYear(year - 1900);
  /bionic/libc/kernel/common/linux/mmc/
card.h 29 unsigned short year; member in struct:mmc_cid
  /development/ndk/platforms/android-3/include/linux/mmc/
card.h 22 unsigned short year; member in struct:mmc_cid
  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_entry.js 30 var year = timeTokens[0];
37 this.time = new Date(year, month, day, hour, minute,
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.h 61 virtual void verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day);
201 * by setting the extended year to the minimum value.
210 * by setting the extended year to the minimum value.
  /external/chromium_org/third_party/libxml/src/include/libxml/
nanoftp.h 31 * @year: the year
38 * Note that only one of year and day:minute are specified.
43 unsigned long size, int links, int year,
  /external/chromium_org/tools/json_schema_compiler/
cpp_util.py 17 // found in the LICENSE file.""" % datetime.now().year

Completed in 759 milliseconds

<<11121314151617181920>>