/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ |
shell.js | 259 * year-month-day mode: dt = new Date(2000, 5, 1, ...); 275 // Use our date arithmetic functions to determine the local hour, day, etc. 277 ResultArray[DAY] = WeekDay(t); 288 // Use our date arithmetic functions to determine the UTC hour, day, etc. 299 function Day( t ) { 379 var day = DayWithinYear( t ); 382 if ( (0 <= day) && (day < 31) ) { 385 if ( (31 <= day) && (day < (59+leap)) ) [all...] |
jsref.js | 258 function Day( t ) { 338 var day = DayWithinYear( t ); 341 if ( (0 <= day) && (day < 31) ) { 344 if ( (31 <= day) && (day < (59+leap)) ) { 347 if ( ((59+leap) <= day) && (day < (90+leap)) ) { 350 if ( ((90+leap) <= day) && (day < (120+leap)) ) [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/ |
shell.js | 251 function Day( t) 346 var day = DayWithinYear( t ); 350 if ( (0 <= day) && (day < 31) ) {return 0;} 351 if ( (31 <= day) && (day < (59+leap) )) {return 1;} 352 if ( ((59+leap) <= day) && (day < (90+leap) )) {return 2;} 353 if ( ((90+leap) <= day) && (day < (120+leap) )) {return 3; [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/ |
jsref.js | 218 function Day( t ) { 298 var day = DayWithinYear( t ); 301 if ( (0 <= day) && (day < 31) ) { 304 if ( (31 <= day) && (day < (59+leap)) ) { 307 if ( ((59+leap) <= day) && (day < (90+leap)) ) { 310 if ( ((90+leap) <= day) && (day < (120+leap)) ) [all...] |
/external/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/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/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.25-1.js | 29 4. Compute MakeDate(Day(t), Result(3)). 128 // testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() ); 137 // testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() ); 178 d.day = WeekDay( d.value ); 189 return( MakeDate( Day(T), TIME ));
|
15.9.5.26-1.js | 35 5. Compute UTC(MakeDate(Day(t), Result(4))). 138 // testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() ); 147 // testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() ); 189 d.day = WeekDay( d.value ); 201 var UTC_TIME = UTC(MakeDate(Day(TIME), RESULT4));
|
15.9.5.27-1.js | 35 5. Compute MakeDate(Day(t), Result(4)). 136 // testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() ); 145 // testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() ); 187 d.day = WeekDay( d.value ); 200 return ( TimeClip(MakeDate(Day(TIME), RESULT4)) );
|
15.9.5.28-1.js | 37 6. Compute UTC(MakeDate(Day(t), Result(5))). 150 // testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() ); 159 // testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() ); 201 d.day = WeekDay( d.value ); 215 return ( TimeClip(UTC( MakeDate(Day(TIME),RESULT5))) );
|
15.9.5.29-1.js | 39 6. Compute MakeDate(Day(t), Result(5)). 146 // testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() ); 155 // testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() ); 196 d.day = WeekDay( d.value ); 209 return ( TimeClip(MakeDate(Day(TIME),RESULT5)) );
|
15.9.5.30-1.js | 40 7. Compute UTC(MakeDate(Day(t), Result(6))). 148 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() ); 157 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() ); 197 d.day = WeekDay( t ); 213 var UTC_TIME = UTC( MakeDate(Day(TIME), RESULT6) );
|
15.9.5.31-1.js | 36 7.Compute MakeDate(Day(t), Result(6)). 147 testcases[item++] = new TestCase( SECTION, DateString+".getUTCDay()", UTCDate.day, DateCase.getUTCDay() ); 156 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", LocalDate.day, DateCase.getDay() ); 197 d.day = WeekDay( d.value ); 211 return ( TimeClip(MakeDate(Day(TIME), RESULT6)) );
|
/external/e2fsprogs/lib/et/ |
texinfo.tex | 600 % Produces Day Month Year style of output. 601 \def\today{\number\day\space 607 % Use this if you want the Month Day, Year style of output. 611 %\space\number\day, \number\year} [all...] |
/external/grub/docs/ |
texinfo.tex | [all...] |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | [all...] |