HomeSort by relevance Sort by last modified time
    Searched refs:Day (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js 143 * @return {?Day|Week|Month}
152 return Day.parse(dateString);
192 function Day(year, month, date) {
213 Day.prototype = Object.create(DateType.prototype);
215 Day.ISOStringRegExp = /^(\d+)-(\d+)-(\d+)/;
219 * @return {?Day}
221 Day.parse = function(str) {
222 var match = Day.ISOStringRegExp.exec(str);
228 return new Day(year, month, date);
233 * @return {!Day}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
poclass.h 175 UCHAR Day;
325 UINT8 Day;
ntddmmc.h 609 UCHAR Day[2];
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 71 // Day of the month, 2 digits with leading zeros
76 // A textual representation of a day, three letters
114 // Day of the month without leading zeros
118 // A full textual representation of the day of the week
167 // English ordinal suffix for the day of the month, 2 characters
179 if (L()==1 && n()==2) return 29; // leap day
190 // if the day is three days before newyears eve,
199 // similarly, if the day is within threedays of newyears
209 // i call the function here again, using the last day
219 // first day of the year fell on a thursday, or earlier
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 71 // Day of the month, 2 digits with leading zeros
76 // A textual representation of a day, three letters
114 // Day of the month without leading zeros
118 // A full textual representation of the day of the week
167 // English ordinal suffix for the day of the month, 2 characters
179 if (L()==1 && n()==2) return 29; // leap day
190 // if the day is three days before newyears eve,
199 // similarly, if the day is within threedays of newyears
209 // i call the function here again, using the last day
219 // first day of the year fell on a thursday, or earlier
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-tofte.js 71 // Day of the month, 2 digits with leading zeros
76 // A textual representation of a day, three letters
114 // Day of the month without leading zeros
118 // A full textual representation of the day of the week
167 // English ordinal suffix for the day of the month, 2 characters
179 if (L()==1 && n()==2) return 29; // leap day
190 // if the day is three days before newyears eve,
199 // similarly, if the day is within threedays of newyears
209 // i call the function here again, using the last day
219 // first day of the year fell on a thursday, or earlier
    [all...]
  /external/chromium_org/third_party/pexpect/
pxssh.py 194 strings such as the "Message Of The Day". On many systems you can
  /external/lldb/test/pexpect-2.4/
pxssh.py 169 strings such as the "Message Of The Day". On many systems you can
  /external/chromium_org/third_party/libxslt/libexslt/
date.c 89 unsigned int day :5; /* 1 <= day <= 31 */ member in struct:_exsltDateValDate
102 long day; member in struct:_exsltDateValDuration
142 #define VALID_DAY(day) ((day >= 1) && (day <= 31))
160 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \
161 (dt->day <= daysInMonth[dt->mon - 1]))
186 #define DAY_IN_YEAR(day, month, year) \
189 dayInYearByMonth[month - 1]) + day)
2477 int day; local
2517 int day; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 182 UCHAR Day;
wdm.h 447 CSHORT Day;
    [all...]
  /packages/apps/Exchange/assets/
FolderSyncParserTest3.txt     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1803 milliseconds