/development/tools/zoneinfo/tzdata2009s/ |
leapseconds | 8 # The International Earth Rotation Service periodically uses leap seconds 13 # There were no leap seconds before 1972, because the official mechanism 19 # Leap YEAR MON DAY 23:59:60 + R/S 21 # Leap YEAR MON DAY 23:59:59 - R/S 26 # Leap YEAR MONTH DAY HH:MM:SS CORR R/S 27 Leap 1972 Jun 30 23:59:60 + S 28 Leap 1972 Dec 31 23:59:60 + S 29 Leap 1973 Dec 31 23:59:60 + S 30 Leap 1974 Dec 31 23:59:60 + S 31 Leap 1975 Dec 31 23:59:60 + [all...] |
pacificnew | 13 # Avoid "L" (Leap Year), which won't be true in 2100.
|
systemv | 14 # Compile this *without* leap second correction for true conformance.
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_leap.c | 2 * EAP peer method: LEAP 75 wpa_printf(MSG_DEBUG, "EAP-LEAP: Processing EAP-Request"); 84 wpa_printf(MSG_INFO, "EAP-LEAP: Invalid EAP-Request frame"); 90 wpa_printf(MSG_WARNING, "EAP-LEAP: Unsupported LEAP version " 101 wpa_printf(MSG_INFO, "EAP-LEAP: Invalid challenge " 109 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Challenge from AP", 112 wpa_printf(MSG_DEBUG, "EAP-LEAP: Generating Challenge Response"); 128 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Response", 148 wpa_printf(MSG_DEBUG, "EAP-LEAP: Processing EAP-Success") [all...] |
/external/wpa_supplicant/ |
eap_leap.c | 2 * EAP peer method: LEAP 76 wpa_printf(MSG_DEBUG, "EAP-LEAP: Processing EAP-Request"); 86 wpa_printf(MSG_INFO, "EAP-LEAP: Invalid EAP-Request frame"); 93 wpa_printf(MSG_WARNING, "EAP-LEAP: Unsupported LEAP version " 105 wpa_printf(MSG_INFO, "EAP-LEAP: Invalid challenge " 113 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Challenge from AP", 116 wpa_printf(MSG_DEBUG, "EAP-LEAP: Generating Challenge Response"); 128 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Response", 150 wpa_printf(MSG_DEBUG, "EAP-LEAP: Processing EAP-Success") [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ |
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...] |
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...] |
/external/webkit/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...] |
/external/webkit/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...] |
/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/icu4c/test/testdata/ |
calendar.txt | 183 { // month=3 is a leap month 190 { // month=3 is a leap month 197 { // month=3 is a leap month 204 { // month=3 is a leap month 262 { // month=3 is a leap month 269 { // month=3 is a leap month 276 { // month=3 is a leap month 283 { // month=3 is a leap month 290 { // month=3 is a leap month 297 { // month=3 is a leap mont [all...] |
/external/kernel-headers/original/linux/ |
timex.h | 166 #define STA_INS 0x0010 /* insert leap (rw) */ 167 #define STA_DEL 0x0020 /* delete leap (rw) */ 184 #define TIME_OK 0 /* clock synchronized, no leap second */ 185 #define TIME_INS 1 /* insert leap second */ 186 #define TIME_DEL 2 /* delete leap second */ 187 #define TIME_OOP 3 /* leap second in progress */ 188 #define TIME_WAIT 4 /* leap second has occurred */
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config_ssid.h | 236 * leap - Number of EAP methods using LEAP 238 * This field should be set to 1 if LEAP is enabled. This is used to 241 int leap; member in struct:wpa_ssid 244 * non_leap - Number of EAP methods not using LEAP 246 * This field should be set to >0 if any EAP method other than LEAP is
|
/external/icu4c/i18n/ |
chnsecal.cpp | 201 * whether or not the given month is a leap month. 278 * whether the given month is a leap month. 334 * Override Calendar to handle leap months properly. 356 * Override Calendar to handle leap months properly. 364 * Override Calendar to handle leap months properly. 378 // followed by a leap month (D&R p. 185). 381 // value from 0..11 in a non-leap year, and from 0..12 in a 382 // leap year. 389 // Check for a prior leap month. (In the 391 // year.) Month 0 is never followed by a leap [all...] |
hebrwcal.cpp | 67 * are three different types of years, or six if you count leap years. 79 { 30, 30, 30 }, //Adar I (leap years only) 90 * The cumulative # of days to the end of each month in a non-leap year 114 * The cumulative # of days to the end of each month in a leap year 202 * discontinuously in non-leap years, simple arithmetic can give invalid results. 299 * discontinuously in non-leap years, simple arithmetic can give invalid results. 323 // If it's not a leap year and we're rolling past the missing month 408 // on a Tuesday and it is not a leap year, postpone by 2 days. 414 // on a Monday and *last* year was a leap year, postpone by 1 day. 446 yearLength -= 30; // Subtract length of leap month [all...] |
hebrwcal.h | 39 * the lunar month (approximately 29.53 days) an extra "leap month" is 46 * The leap month is known as "Adar 1" and is inserted between the 47 * months of Shevat and Adar in leap years. Since the leap month does 115 * (present in leap years only). In non-leap years, the calendar
|
/bionic/libc/tzcode/ |
tzfile.h | 56 char tzh_leapcnt[4]; /* coded number of leap seconds */ 73 ** one (char [4]) coded leap second transition times 125 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */
|
/external/icu4c/tools/tzcode/ |
tzfile.h | 56 char tzh_leapcnt[4]; /* coded number of leap seconds */ 73 ** one (char [4]) coded leap second transition times 125 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */
|
/system/core/libcutils/ |
tzfile.h | 56 char tzh_leapcnt[4]; /* coded number of leap seconds */ 73 ** one (char [4]) coded leap second transition times 125 #define TZ_MAX_LEAPS 50 /* Maximum number of leap second corrections */
|
/external/bluetooth/glib/tests/ |
date-test.c | 47 /* Try to get all the leap year cases. */ 97 TEST("Year 2000 is a leap year", g_date_is_leap_year(2000)); 98 TEST("Year 1999 is not a leap year", !g_date_is_leap_year(1999)); 99 TEST("Year 1996 is a leap year", g_date_is_leap_year(1996)); 100 TEST("Year 1600 is a leap year", g_date_is_leap_year(1600)); 101 TEST("Year 2100 is not a leap year", !g_date_is_leap_year(2100)); 102 TEST("Year 1800 is not a leap year", !g_date_is_leap_year(1800));
|
testgdate.c | 56 /* Try to get all the leap year cases. */ 104 TEST("Year 2000 is a leap year", g_date_is_leap_year(2000)); 105 TEST("Year 1999 is not a leap year", !g_date_is_leap_year(1999)); 106 TEST("Year 1996 is a leap year", g_date_is_leap_year(1996)); 107 TEST("Year 1600 is a leap year", g_date_is_leap_year(1600)); 108 TEST("Year 2100 is not a leap year", !g_date_is_leap_year(2100)); 109 TEST("Year 1800 is not a leap year", !g_date_is_leap_year(1800));
|
/external/icu4c/test/intltest/ |
callimts.h | 45 * @param leapMonth true if the calendar system has leap months
|
/external/opencore/baselibs/gen_data_structures/src/ |
rtsp_time_formats.h | 341 bool leap = leapYear(abs_start.year); local 342 if (!leap) 369 leap = leapYear(abs_end.year); 370 if (!leap)
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.1.1-1.js | 26 - leap seconds are ignored
|
15.9.1.1-2.js | 26 - leap seconds are ignored
|