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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
shell.js 380 var leap = InLeapYear(t);
385 if ( (31 <= day) && (day < (59+leap)) ) {
388 if ( ((59+leap) <= day) && (day < (90+leap)) ) {
391 if ( ((90+leap) <= day) && (day < (120+leap)) ) {
394 if ( ((120+leap) <= day) && (day < (151+leap)) ) {
397 if ( ((151+leap) <= day) && (day < (181+leap)) ) {
    [all...]
jsref.js 339 var leap = InLeapYear(t);
344 if ( (31 <= day) && (day < (59+leap)) ) {
347 if ( ((59+leap) <= day) && (day < (90+leap)) ) {
350 if ( ((90+leap) <= day) && (day < (120+leap)) ) {
353 if ( ((120+leap) <= day) && (day < (151+leap)) ) {
356 if ( ((151+leap) <= day) && (day < (181+leap)) ) {
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/
shell.js 347 var leap = InLeapYear(t);
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;}
354 if ( ((120+leap) <= day) && (day < (151+leap) )) {return 4;}
355 if ( ((151+leap) <= day) && (day < (181+leap) )) {return 5;
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 299 var leap = InLeapYear(t);
304 if ( (31 <= day) && (day < (59+leap)) ) {
307 if ( ((59+leap) <= day) && (day < (90+leap)) ) {
310 if ( ((90+leap) <= day) && (day < (120+leap)) ) {
313 if ( ((120+leap) <= day) && (day < (151+leap)) ) {
316 if ( ((151+leap) <= day) && (day < (181+leap)) ) {
    [all...]
  /bionic/libc/bionic/
time64.c 253 /* Don't forget leap seconds */
284 /* The exceptional centuries without leap years cause the cycle to
310 2) Has the same leap year status.
319 It doesn't need the same leap year status since we only care about
337 /* Change non-leap xx00 years to an equivalent */
525 int leap; local
585 leap = IS_LEAP (year);
586 while (m >= (Time64_T) length_of_year[leap]) {
587 m -= (Time64_T) length_of_year[leap];
589 leap = IS_LEAP (year)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 260 * leap - Number of EAP methods using LEAP
262 * This field should be set to 1 if LEAP is enabled. This is used to
265 int leap; member in struct:wpa_ssid
268 * non_leap - Number of EAP methods not using LEAP
270 * This field should be set to >0 if any EAP method other than LEAP is
sme.c 185 if (ssid->leap) {
600 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Trying LEAP auth");
    [all...]
config.c 755 else if (os_strcmp(start, "LEAP") == 0)
996 ssid->leap++;
    [all...]
wpa_supplicant.c     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 122 // leap year or not. 1 if leap year, 0 if not.
179 if (L()==1 && n()==2) return 29; // leap day
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 122 // leap year or not. 1 if leap year, 0 if not.
179 if (L()==1 && n()==2) return 29; // leap day
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 42 /** Nonzero if 'y' is a leap year, else zero. */
43 #define leap(y) (((y) % 4 == 0 && (y) % 100 != 0) || (y) % 400 == 0) macro
45 /** Number of leap years from 1970 to 'y' (not including 'y' itself). */
331 day += ydays[month - 1] + (month > 2 && leap (year)) - 1;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 122 milliseconds