/external/chromium_org/third_party/skia/tools/copyright/ |
main.py | 11 while keeping the year and holder intact. 13 year and default holder. 50 (year, holder) = parser.GetCopyrightBlockAttributes(old_copyright_block) 56 new_copyright_block = parser.CreateCopyrightBlock(year, holder)
|
/external/chromium_org/tools/gyp/ |
PRESUBMIT.py | 76 # Accept any year number from 2009 to the current year. 83 r'.*? Copyright (\(c\) )?%(year)s Google Inc\. All rights reserved\.\n' 88 'year': years_re,
|
/external/icu/icu4c/source/i18n/ |
chnsecal.h | 50 * first method is by sequential numbering from the 61st year of the reign 51 * of Huang Di, 2637 BCE, which is designated year 1 on the Chinese 52 * calendar. The second method uses 60-year cycles from the same starting 53 * point, which is designated year 1 of cycle 1. In this class, the 54 * <code>EXTENDED_YEAR</code> field contains the sequential year count. 56 * <code>YEAR</code> field contains the year of the cycle, a value between 60 * the calendar, with some sources starting in the first year of the reign 61 * of Huang Di, rather than the 61st. This gives continuous year numbers 118 * with the given locale, using the specified epoch year and time zone fo [all...] |
olsontz.cpp | 226 // year boundary, SimpleTimeZone may return false result when DST is observed at the 227 // beginning of year. We could apply safe margin (day or two), but when one of recurrent 228 // rules falls around year boundary, it could return false result. Without setting the 229 // start year, finalZone works fine around the year boundary of the start year. 239 // small windows of time around the year boundary, this may 329 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, 338 return getOffset(era, year, month, dom, dow, millis, 339 Grego::monthLength(year, month) 438 int32_t year, month, dom, dow; local 570 int32_t year, month, dom, dow, doy, mid; local [all...] |
/external/libopus/doc/ |
footer.html | 13 ©$year<br/>
|
/external/libxml2/include/libxml/ |
nanoftp.h | 51 * @year: the year 58 * Note that only one of year and day:minute are specified. 63 unsigned long size, int links, int year,
|
/external/skia/tools/copyright/ |
main.py | 11 while keeping the year and holder intact. 13 year and default holder. 50 (year, holder) = parser.GetCopyrightBlockAttributes(old_copyright_block) 56 new_copyright_block = parser.CreateCopyrightBlock(year, holder)
|
/frameworks/av/media/mtp/ |
MtpUtils.cpp | 31 representation, YYYY shall be replaced by the year, MM replaced by the month (01-12), 38 int year, month, day, hour, minute, second; local 42 &year, &month, &day, &hour, &minute, &second) != 6) 60 tm.tm_year = year - 1900;
|
/frameworks/base/core/java/android/widget/ |
DatePickerController.java | 28 void onYearSelected(int year);
|
/frameworks/opt/datetimepicker/res/values/ |
strings.xml | 45 Content description for the year selector in the date picker, which displays 49 <string name="year_picker_description">Year list</string> 52 <!-- Accessibility announcement for the year picker [CHAR LIMIT=NONE] --> 53 <string name="select_year">Select year</string>
|
/libcore/luni/src/test/java/libcore/java/util/ |
DateTest.java | 49 c.set(Calendar.YEAR, 21); 52 c.set(Calendar.YEAR, 321); 63 c.set(Calendar.YEAR, 21); 66 c.set(Calendar.YEAR, 321);
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
dc.inp | 2 # usage: (echo YEAR; cat easter.dc) | dc
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
XMLGregorianCalendar.java | 66 * <a name="datetimefield-year"/> 68 * <td> year </td> 74 * {@link #getEon()} is high order year value in billion of years.<br/> 77 * Given that <a href="http://www.w3.org/2001/05/xmlschema-errata#e2-63">XML Schema 1.0 errata</a> states that the year zero 79 * this class allows the year field to be set to zero. Otherwise, 80 * the year field value is handled exactly as described 82 * validation does not allow for the year field to have a value of zero. 196 * BigInteger year, 205 * int year, 215 * int year, [all...] |
/external/chromium_org/components/autofill/core/browser/ |
credit_card_field.h | 36 // |expiration_year_| is having year with |max_length| of 2-digits we return 64 // For combined expiration field having year as 2-digits we store here
|
/external/chromium_org/third_party/icu/source/i18n/ |
olsontz.cpp | 226 // year boundary, SimpleTimeZone may return false result when DST is observed at the 227 // beginning of year. We could apply safe margin (day or two), but when one of recurrent 228 // rules falls around year boundary, it could return false result. Without setting the 229 // start year, finalZone works fine around the year boundary of the start year. 239 // small windows of time around the year boundary, this may 329 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, 338 return getOffset(era, year, month, dom, dow, millis, 339 Grego::monthLength(year, month) 438 int32_t year, month, dom, dow; local 570 int32_t year, month, dom, dow, doy, mid; local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccaltst.h | 85 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day); 87 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-399.js | 31 var year = Number(String(date).match(/.*(200\d)/)[1]); variable 32 assertEquals(year, date.getFullYear());
|
/external/icu/icu4c/source/test/cintltst/ |
ccaltst.h | 85 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day); 87 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
|
/external/pdfium/fpdfsdk/src/jsapi/ |
fxjs_v8.cpp | 799 bool _isLeapYear(int year) 801 return (year%4==0)&&((year%100!=0)||(year%400!=0)); 844 int year = _YearFromTime(t); local 846 return day-_DayFromYear(year); 852 int year = _YearFromTime(t); local 855 if(31<=day && day< 59+_isLeapYear(year)) 857 if((59+_isLeapYear(year))<=day && day<(90+_isLeapYear(year))) 884 int year = _YearFromTime(t); local 925 int year = pTm->tm_year+1900; local [all...] |
/frameworks/base/docs/html/guide/topics/renderscript/ |
index.jd | 16 <p>It?s been a year since the last blog post on RenderScript, and with the release 18 since then. One of the major goals of this past year was to improve the performance
|
/frameworks/opt/datetimepicker/res/values-en-rGB/ |
strings.xml | 26 <string name="year_picker_description" msgid="6963340404644587098">"Year list"</string> 28 <string name="select_year" msgid="2603330600102539372">"Select year"</string>
|
/frameworks/opt/datetimepicker/res/values-en-rIN/ |
strings.xml | 26 <string name="year_picker_description" msgid="6963340404644587098">"Year list"</string> 28 <string name="select_year" msgid="2603330600102539372">"Select year"</string>
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
DateMath.h | 57 // dayOfWeek: [0, 6] 0 being Monday, day: [1, 31], month: [0, 11], year: ex: 2011, hours: [0, 23], minutes: [0, 59], seconds: [0, 59], utcOffset: [-720,720]. 58 WTF_EXPORT String makeRFC2822DateString(unsigned dayOfWeek, unsigned day, unsigned month, unsigned year, unsigned hours, unsigned minutes, unsigned seconds, int utcOffset); 71 WTF_EXPORT bool isLeapYear(int year); 74 WTF_EXPORT double dateToDaysFrom1970(int year, int month, int day); 76 WTF_EXPORT int dayInYear(int year, int month, int day); 77 WTF_EXPORT int dayInYear(double ms, int year);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
datetime.pxd | 109 cdef inline object date_new(int year, int month, int day): 110 return PyDateTimeAPI.Date_FromDate(year, month, day, PyDateTimeAPI.DateType) 119 cdef inline object datetime_new(int year, int month, int day, int hour, int minute, int second, int microsecond, object tz): 120 return PyDateTimeAPI.DateTime_FromDateAndTime(year, month, day, hour, minute, second, microsecond, tz, PyDateTimeAPI.DateTimeType) 146 # Get year of date 158 # Get year of datetime
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
FormattedDateBuilder.java | 46 * Times not today, but within the same calendar year will display absolute date, e.g. Nov 6 47 * Times not in the same year display a numeric absolute date, e.g. 11/18/12 67 * Times more than two weeks ago but within the same calendar year will display 69 * Times not in the same year display a numeric absolute date, e.g. 11/18/12 120 return (nowCal.get(Calendar.YEAR) == whenCal.get(Calendar.YEAR));
|