/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarSyncTestingBase.java | 316 long days = 1; local 318 days = (mDtend - mDtstart) / DateUtils.DAY_IN_MILLIS; 320 mDuration = "P" + days + "D";
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
langinfo.h | 46 /* Abbreviated days of the week. */ 62 /* Long-named days of the week. */ 170 /* Long-named days of the week. */
|
mntent.h | 60 int mnt_freq; /* Dump frequency (in days). */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
langinfo.h | 46 /* Abbreviated days of the week. */ 62 /* Long-named days of the week. */ 170 /* Long-named days of the week. */
|
mntent.h | 60 int mnt_freq; /* Dump frequency (in days). */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
langinfo.h | 46 /* Abbreviated days of the week. */ 62 /* Long-named days of the week. */ 170 /* Long-named days of the week. */
|
mntent.h | 60 int mnt_freq; /* Dump frequency (in days). */
|
/external/icu4c/i18n/ |
gregocal.cpp | 555 // Add 2 because Gregorian calendar starts 2 days after 666 int32_t days = internalGet(UCAL_DAY_OF_YEAR); local 667 if (days < 1 || days > yearLength()) { 723 // Add 2 because Gregorian calendar starts 2 days after Julian calendar 830 int32_t cMonthLen=0; // 'c' for cutover; in days 847 // A month containing the cutover is 10 days shorter. [all...] |
chnsecal.h | 165 static double daysToMillis(double days); 168 virtual int32_t newMoonNear(double days, UBool after) const; 170 virtual int32_t majorSolarTerm(int32_t days) const; 173 virtual void computeChineseFields(int32_t days, int32_t gyear,
|
indiancal.cpp | 106 * Return the length (in days) of the given month. 128 * Return the number of days in the given Indian year 305 leapMonth = isGregorianLeap(gregorianYear - 1) ? 31 : 30; // Days in leapMonth this year, previous Gregorian year 308 leapMonth = isGregorianLeap(gregorianYear) ? 31 : 30; // Days in leapMonth this year
|
indiancal.h | 52 * In leap years, Chaitra has 31 days and starts on March 21 instead. 54 * So When its a leap year in Gregorian calendar then Chaitra has 31 days. 204 * Return the length (in days) of the given month. 213 * Return the number of days in the given Indian year
|
/external/chromium/base/ |
time_win.cc | 96 // number of leap year days between 1601 and 1970: (1970-1601)/4 excluding 269 // which will roll over the 32-bit value every ~49 days. We try to track 271 // 49 days. 278 rollover_ms += 0x100000000I64; // ~49.7 days.
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
xmppauth.cc | 63 // a cookie is the next weakest - 14 days
|
/external/dnsmasq/contrib/wrt/ |
README | 4 leases. Until a host renews (which may take hours/days) it will
|
/external/guava/guava-tests/test/com/google/common/cache/ |
PopulatedCachesTest.java | 21 import static java.util.concurrent.TimeUnit.DAYS; 325 DurationSpec.of(1, DAYS))) 329 DurationSpec.of(1, DAYS))) 333 DurationSpec.of(1, DAYS)));
|
/external/icu4c/i18n/unicode/ |
utmscale.h | 92 * <td>days</td> 99 * <td>days</td> 261 * is days since December 31, 1899. 269 * is days since December 31, 1899.
|
/external/valgrind/main/docs/internals/ |
why-no-libc.txt | 45 thread-local storage (which I think is standard these days). Glibc now
|
/external/webkit/Source/WebCore/platform/gtk/ |
LocalizedStringsGtk.cpp | 536 int days = seconds / (60 * 60 * 24); local 541 if (days) { 542 GOwnPtr<gchar> string(g_strdup_printf("%d days %d hours %d minutes %d seconds", days, hours, minutes, seconds));
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
EBCDIC | 33 closely these days because my job has shifted somewhat.
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
udhcpd-p2p.conf | 89 option lease 864000 # 10 days of seconds
|
/frameworks/base/services/java/com/android/server/ |
TwilightCalculator.java | 84 // solar transit in days since 2000
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
HostnameVerifierTest.java | 166 // openssl req -x509 -nodes -days 36500 -subj '/CN=*.0.0.1' -newkey rsa:512 -out cert.pem 194 // openssl req -x509 -nodes -days 36500 -subj '/CN=*.com' -newkey rsa:512 -out cert.pem 227 * $ openssl req -x509 -nodes -days 36500 -subj '/CN=foo.com' -config ./cert.cnf \ 264 * $ openssl req -x509 -nodes -days 36500 -subj '/CN=foo.com' -config ./cert.cnf \
|
/packages/apps/DeskClock/res/layout/ |
alarm_time.xml | 48 and an optional line below, used for day/days of week -->
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
LegacyPolicySet.java | 46 // bit 26..35: password expiration (days; 0=not required)
|
/external/chromium/chrome/common/ |
time_format.cc | 244 { UNICODE_STRING_SIMPLE("day"), UNICODE_STRING_SIMPLE("days") } 289 // Anything bigger gets "X days left"
|