Searched defs:leap (Results 1 - 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DChineseDateFormatSymbols.java101 public String getLeapMonth(int leap) { argument
102 return isLeapMonth[leap];
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DChineseDateFormatSymbols.java99 public String getLeapMonth(int leap) { argument
100 return isLeapMonth[leap];
/external/ltp/testcases/kernel/timers/leapsec/
H A Dleapsec_timer.c2 * Regression test for hrtimer early expiration during and after leap seconds
5 * timers to expire one second early during leap second.
81 "insert leap second",
82 "delete leap second",
83 "leap second in progress",
84 "leap second has occurred",
150 struct timespec now, leap, start; local
159 /* calculate the next leap second */
162 leap = now;
163 tst_resm(TINFO, "scheduling leap secon
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dtime.cc42 // No leap years.
45 // One leap years.
62 int64 SecondsPerMonth(int month, bool leap) { argument
63 if (month == 2 && leap) {
235 bool leap = IsLeapYear(year); local
237 while (seconds >= SecondsPerMonth(month, leap)) {
238 seconds -= SecondsPerMonth(month, leap);
/external/pdfium/fxjs/
H A DJS_Define.cpp136 int leap = IsLeapYear(year); local
144 return day - 58 - leap;
146 return day - 89 - leap;
148 return day - 119 - leap;
150 return day - 150 - leap;
152 return day - 180 - leap;
154 return day - 211 - leap;
156 return day - 242 - leap;
158 return day - 272 - leap;
160 return day - 303 - leap;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h331 * leap - Number of EAP methods using LEAP
336 int leap; member in struct:wpa_ssid

Completed in 530 milliseconds