/system/wlan/ti/wilink_6_1/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);
|
/external/icu4c/test/intltest/ |
calregts.cpp | [all...] |
callimts.cpp | 448 + (cal.get(UCAL_IS_LEAP_MONTH, status) == 1 ? "(leap)" : "")
|
incaltst.cpp | 277 0, // test month calculation: 4795 BE = 4252 AD is a leap year, but 4795 AD is not. 617 { // This Feb 29th falls on a leap year by gregorian year, but not by Japanese year.
|
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/ |
DatatypeFactory.java | 190 * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY} 364 * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY} 576 * e.g. leap years have different days in the month = {@link java.util.Calendar#FEBRUARY} [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver.h | 636 * may also use Shared Key authentication and LEAP requires its own 637 * algorithm number. For LEAP, user can make sure that only one 638 * algorithm is used at a time by configuring LEAP as the only [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
RecurrenceProcessor.java | [all...] |
/external/icu4c/i18n/ |
indiancal.cpp | 94 * Determine whether the given gregorian year is a Leap year
|
islamcal.cpp | 184 * Determine whether a year is a leap year in the Islamic civil calendar
|
/external/wpa_supplicant/ |
Android.mk | 275 # EAP-LEAP
|
defconfig | 147 # LEAP
|
preauth.c | 96 * EAP-LEAP is an exception from other EAP methods: it
|
ctrl_iface_dbus_handlers.c | 690 const char *args[] = { "OPEN", "SHARED", "LEAP" }; 717 &iter_array, "LEAP")) [all...] |
config.c | 782 else if (os_strcmp(start, "LEAP") == 0) 899 ssid->leap++; [all...] |
eapol_sm.c | 663 /* LEAP derives only 16 bytes of keying material. */ 666 wpa_printf(MSG_DEBUG, "EAPOL: Could not get LEAP " [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
.config | 159 # LEAP
|
defconfig | 162 # LEAP
|
wpas_glue.c | 257 * EAP-LEAP is an exception from other EAP methods: it
|
ctrl_iface_dbus_handlers.c | 748 const char *args[] = { "OPEN", "SHARED", "LEAP" }; 775 &iter_array, "LEAP")) [all...] |
eapol_test.c | 350 wpa_hexdump(MSG_DEBUG, "LEAP PMK from EAPOL", pmk, 16); 581 /* LEAP uses EAP Success within an authentication, so must not
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
preauth.c | 95 * EAP-LEAP is an exception from other EAP methods: it
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
GregorianCalendarTest.java | 627 assertTrue("Returned incorrect value for leap year", !gc 629 assertTrue("Returned incorrect value for leap year", gc [all...] |
/external/bluetooth/glib/ |
ChangeLog.pre-2-12 | 131 in the leap year calculation. (#344905, Dan Winship) 135 error in the leap year calculation.
|
/frameworks/base/core/java/android/text/format/ |
Time.java | 51 * Seconds [0-61] (2 leap seconds allowed) 222 return 59; // leap seconds, bah humbug
|
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
eapol_supp_sm.c | 688 /* LEAP derives only 16 bytes of keying material. */ 691 wpa_printf(MSG_DEBUG, "EAPOL: Could not get LEAP " [all...] |