HomeSort by relevance Sort by last modified time
    Searched full:leap (Results 26 - 50 of 153) sorted by null

12 3 4 5 6 7

  /external/quake/quake/src/WinQuake/data/
HELP.TXT 49 in Leap years ($0.25 per minute)
102 in Leap years ($0.85 per minute)
  /external/bluetooth/glib/docs/reference/glib/tmpl/
date.sgml 464 and the destination year is not a leap year, the date will be changed
476 move to a non-leap-year) then the day is changed to February 29. The date
592 Returns the number of days in a month, taking leap years into account.
620 Returns %TRUE if the year is a leap year.<footnote><para>
621 For the purposes of this function, leap year is every year divisible by
623 be a leap year only if that year is also divisible by 400.</para></footnote>
627 @Returns: %TRUE if the year is a leap year
645 7-day periods, plus 1 or 2 extra days depending on whether it's a leap
670 7-day periods, plus 1 or 2 extra days depending on whether it's a leap
  /external/webkit/JavaScriptCore/wtf/
DateMath.cpp 129 // First for non-leap years, then for leap years.
153 // The Gregorian Calendar rules for leap years:
154 // Every fourth year is a leap year. 2004, 2008, and 2012 are leap years.
155 // However, every hundredth year is not a leap year. 1900 and 2100 are not leap years.
156 // Every four hundred years, there's a leap year after all. 2000 and 2400 are leap years.
CurrentTime.cpp 224 // of which 89 were leap years (1700, 1800, and 1900 were not leap years).
  /external/webkit/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/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
  /external/icu4c/i18n/
chnsecal.h 33 * to accomplish this, leap months are inserted in certain years. Leap
35 * which month is a leap month depends on the relative movements of the sun
40 * value of 0 for normal months, or 1 for leap months.
indiancal.h 52 * In leap years, Chaitra has 31 days and starts on March 21 instead.
53 * The leap years of Gregorian calendar and Indian National Calendar are in synchornization.
54 * So When its a leap year in Gregorian calendar then Chaitra has 31 days.
191 * Determine whether a year is the gregorian year a leap year
persncal.cpp 249 // len2 length of month in a leap year
251 // st2 days in year before month in leap year
263 * Determine whether a year is a leap year in the Persian calendar
persncal.h 36 * solar months. A Persian year is about 365 days long, except in leap years
41 * and 30 days long in leap years.
169 * Determine whether a year is a leap year in the Persian calendar
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 138 /** LEAP/Network EAP (only used with LEAP) */
139 public static final int LEAP = 2;
143 public static final String[] strings = { "OPEN", "SHARED", "LEAP" };
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.h 86 int auth_alg; /* Authentication Alg: Open, Shared or LEAP */
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfo.java 39 private static final int[] LEAP = new int[] {
157 int[] mlen = isLeap ? LEAP : NORMAL;
  /development/tools/zoneinfo/
ZoneInfo.java 38 private static final int[] LEAP = new int[] {
168 int[] mlen = isLeap ? LEAP : NORMAL;
  /external/wpa_supplicant/
wpa_supplicant.conf 219 # LEAP = LEAP/Network EAP (only used with LEAP)
220 # If not set, automatic selection is used (Open System with LEAP enabled if
221 # LEAP is allowed as one of the EAP methods).
598 # LEAP with dynamic WEP keys
600 # ssid="leap-example"
602 # eap=LEAP
config_ssid.h 712 * leap - Number of EAP methods using LEAP
714 * This field should be set to 1 if LEAP is enabled. This is used to
717 int leap; member in struct:wpa_ssid
720 * non_leap - Number of EAP methods not using LEAP
722 * This field should be set to >0 if any EAP method other than LEAP is
  /system/core/nexus/
WifiNetwork.cpp 401 if (mask & AuthenticationAlgorithmMask::LEAP)
402 strcat(accum, "LEAP ");
587 else if (!strcasecmp(v_token, "LEAP"))
588 *mask |= AuthenticationAlgorithmMask::LEAP;
858 if (mWn->getAuthAlgorithms() & AuthenticationAlgorithmMask::LEAP) {
861 strcat(tmp, "LEAP");
  /external/icu4c/i18n/unicode/
gregocal.h 326 * Return true if the given year is a leap year. Determination of whether a year is
327 * a leap year is actually very complicated. We do something crude and mostly
330 * in a complex way resulting in missed leap years and double leap years between
332 * 45 B.C., the leap years did not regularize until 8 A.D. This method ignores these
337 * @return True if the given year is a leap year; false otherwise.
655 * @param isLeap true if the year is a leap year.
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf 276 # LEAP = LEAP/Network EAP (only used with LEAP)
277 # If not set, automatic selection is used (Open System with LEAP enabled if
278 # LEAP is allowed as one of the EAP methods).
364 # MSCHAP (EAP-MSCHAPv2, EAP-TTLS/MSCHAPv2, EAP-TTLS/MSCHAP, LEAP).
681 # LEAP with dynamic WEP keys
683 ssid="leap-example"
685 eap=LEAP
  /bionic/libc/tzcode/
localtime.c 13 ** Leap second handling from Bradley White.
149 struct lsinfo { /* leap second information */
797 /* `SECSPERMIN' allows for leap seconds. */
913 ** Jn - Julian day, 1 == January 1, 60 == March 1 even in leap
915 ** In non-leap years, or if the day number is 59 or less, just
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 13 ** Leap second handling from Bradley White.
94 struct lsinfo { /* leap second information */
714 /* `SECSPERMIN' allows for leap seconds. */
830 ** Jn - Julian day, 1 == January 1, 60 == March 1 even in leap
832 ** In non-leap years, or if the day number is 59 or less, just
    [all...]
  /external/tcpdump/
ntp.h 79 u_char status; /* status of local clock and leap info */
94 * Leap Second Codes (high order two bits)
  /frameworks/base/awt/javax/imageio/metadata/
IIOStandardMetadataFormatResources.properties 102 ImageCreationTime/second=The second from 0 to 60 (60 = leap second)
109 ImageModificationTime/second=The second from 0 to 60 (60 = leap second)
  /development/tools/zoneinfo/tzdata2009s/
etcetera 19 # as functions like gmtime load the "GMT" file to handle leap seconds properly.
  /external/opencore/fileformats/mp4/parser/src/
movieheaderatom.cpp 156 as leap among leftOverYear*/

Completed in 522 milliseconds

12 3 4 5 6 7