/frameworks/base/media/libdrm/mobile1/src/jni/ |
drm1_jni.c | 41 /** Nonzero if 'y' is a leap year, else zero. */ 42 #define leap(y) (((y) % 4 == 0 && (y) % 100 != 0) || (y) % 400 == 0) macro 44 /** Number of leap years from 1970 to 'y' (not including 'y' itself). */ 330 day += ydays[month - 1] + (month > 2 && leap (year)) - 1;
|
/system/core/libcutils/ |
tztime.c | 15 ** Leap second handling from Bradley White. 127 struct lsinfo { /* leap second information */ 734 /* `SECSPERMIN' allows for leap seconds. */ 850 ** Jn - Julian day, 1 == January 1, 60 == March 1 even in leap 852 ** In non-leap years, or if the day number is 59 or less, just [all...] |
/external/icu4c/i18n/ |
gregoimp.h | 138 * Return TRUE if the given year is a leap year. 140 * @return TRUE if the year is a leap year
|
cecal.cpp | 124 + ClockMath::floorDivide(year, 4) // extra day of leap year
|
simpletz.cpp | 41 // The compareToRule() method adjusts to February 28 in non-leap years. 44 // Grego::previousMonthLength() which take leap years into account. 45 // We handle leap years assuming always 427 // This is so that February in leap years is calculated correctly. 605 // Adjust the ruleDay to the monthLen, for non-leap year February 29 rule days. [all...] |
gregoimp.cpp | 104 // For example, the 4-year cycle has 4 years + 1 leap day; giving
|
islamcal.h | 50 * and 30-day months, with a leap day added to the last month of 11 out of 234 * Determine whether a year is a leap year in the Islamic civil calendar
|
/external/tcpdump/ |
print-ntp.c | 104 printf (", Leap indicator: %s (%u)",
|
/external/wpa_supplicant/ |
todo.txt | 88 FAST): SIM AKA PAX PSK LEAP; if these work, include in eap_testing.txt; if
|
driver.h | 492 * may also use Shared Key authentication and LEAP requires its own 493 * algorithm number. For LEAP, user can make sure that only one 494 * algorithm is used at a time by configuring LEAP as the only
|
eap.c | 565 * are local additions to handle special cases with LEAP and 612 * Two special cases below for LEAP are local additions to work 613 * around odd LEAP behavior (EAP-Success in the middle of 1117 * LEAP differs from RFC 4137 by using reversed roles 1119 * need to accept EAP-Response frames if LEAP is used. 1130 "LEAP method=%d id=%d", [all...] |
eap_i.h | 319 Boolean rxResp /* LEAP only */;
|
eap_testing.txt | 83 LEAP + - + + + + F +6 - + - + 94 negotiation (for the first EAP-Success of LEAP)
|
eapol_test.c | 307 wpa_hexdump(MSG_DEBUG, "LEAP PMK from EAPOL", pmk, 16); 527 /* LEAP uses EAP Success within an authentication, so must not
|
/frameworks/base/core/java/android/net/ |
SntpClient.java | 55 // 70 years plus 17 leap days
|
/system/core/nexus/ |
WifiNetwork.h | 48 static const uint32_t LEAP = 0x04;
|
/external/icu4c/tools/tzcode/ |
zic.c | 274 ** Which fields are which on a Leap line. 330 { "Leap", LC_LEAP }, 1004 _("%s: Leap line in non leap seconds file %s\n"), 1267 error(_("wrong number of fields on Leap line")); 1345 error(_("illegal CORRECTION field on Leap line")); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
eap_testing.txt | 116 LEAP + - + + + + F +6 - + - + 128 negotiation (for the first EAP-Success of LEAP) 160 - LEAP
|
/dalvik/libcore/luni/src/main/java/java/util/ |
GregorianCalendar.java | 42 * the Julian calendar is the leap year rule. The Julian calendar specifies leap 54 * date, leap year rules were applied irregularly, and before 45 BC the Julian [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap.c | 549 * local additions to handle special cases with LEAP and PEAP server 608 * Two special cases below for LEAP are local additions to work around 609 * odd LEAP behavior (EAP-Success in the middle of authentication and 1122 * LEAP differs from RFC 4137 by using reversed roles 1124 * need to accept EAP-Response frames if LEAP is used. 1135 "LEAP method=%d id=%d", [all...] |
eap_i.h | 316 Boolean rxResp /* LEAP only */;
|
/external/v8/src/ |
date.js | 96 // - leap year. 111 // We solve this by mapping the time to a year with same leap-year-ness 343 // time where leap years are very regular. The range is not too large to avoid overflow [all...] |
/frameworks/base/core/java/android/widget/ |
DatePicker.java | 136 // Adjust max day for leap years if needed
|
/external/icu4c/test/intltest/ |
calcasts.cpp | 411 // above is first coptic leap year 456 {1725315.5, 1, 3, 13, 6, SAT, 0, 0, 0}, // Gregorian: 27/08/0011 - first ethiopic leap year
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
wpa_core.c | 644 os_sprintf(cmd, (PS8)"SET_NETWORK %d auth_alg LEAP", NetworkID); 719 os_sprintf(cmd, (PS8)"SET_NETWORK %d eap LEAP", NetworkID);
|