/frameworks/base/core/java/android/util/ |
TimeUtils.java | 238 /** @hide Field length that can hold 999 days of time */ 312 int days = 0, hours = 0, minutes = 0; local 315 days = seconds / SECONDS_PER_DAY; 316 seconds -= days * SECONDS_PER_DAY; 330 int myLen = accumField(days, 1, false, 0); 347 pos = printField(formatStr, days, 'd', pos, false, 0);
|
/external/bluetooth/glib/glib/ |
gdate.h | 103 guint julian_days : 32; /* julian days representation - we use a 196 /* To go forward by some number of weeks just go forward weeks*7 days */ 219 /* Returns the number of days between the two dates. If date2 comes
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
DatatypeConstants.java | 137 * <p>A constant that represents the days field.</p> 139 public static final Field DAYS = new Field("DAYS", 2);
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleWeeksAdapter.java | 43 * days. It can be configured to display the week number, start the week on a 44 * given day, show a reduced number of days, or display an arbitrary number of 74 * How many days of the week to display [1-7].
|
/development/tools/ |
make_key | 55 -days 10000 -subj "$2" &
|
/external/chromium/chrome/browser/extensions/ |
extension_updater.cc | 64 static const int kMaxUpdateFrequencySeconds = 60 * 60 * 24 * 7; // 7 days 86 // looks like r=DAYS or a=DAYS for extensions in the Chrome extensions gallery. 89 // the number of days since the last time it was present in an update check. 179 // When we've computed a days value, we want to make sure we don't send a 183 static int SanitizeDays(int days) { 184 if (days < 0) 186 return days; 189 // Calculates the value to use for the ping days parameter. 191 int days = ManifestFetchData::kNeverPinged local 527 int days = (now - last).InDays(); local [all...] |
/external/chromium/chrome/browser/instant/ |
promo_counter_unittest.cc | 11 // Makes sure ShouldShow returns false after the max number of days.
|
/external/guava/guava-tests/test/com/google/common/cache/ |
EmptyCachesTest.java | 20 import static java.util.concurrent.TimeUnit.DAYS; 370 DurationSpec.of(1, DAYS))) 374 DurationSpec.of(1, DAYS))) 377 DurationSpec.of(1, DAYS)));
|
/external/quake/quake/src/QW/client/ |
buildnum.c | 35 // returns days since Oct 24 1996
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
memchr.m4 | 14 dnl These days, we assume memchr is present. But just in case...
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
fstab.h | 64 int fs_freq; /* dump frequency, in days */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
fstab.h | 64 int fs_freq; /* dump frequency, in days */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
fstab.h | 64 int fs_freq; /* dump frequency, in days */
|
/external/icu4c/i18n/ |
hebrwcal.cpp | 90 * The cumulative # of days to the end of each month in a non-leap year 114 * The cumulative # of days to the end of each month in a leap year 186 * For example, to add three days to the current date, you can call 278 * example, to roll the current date up by three days, you can call 350 // Hebrew date calculations are performed in terms of days, hours, and 408 // on a Tuesday and it is not a leap year, postpone by 2 days. 426 * @param day The # of days since the start of the Hebrew calendar, 437 * 0 "Deficient" year with 353 or 383 days 438 * 1 "Normal" year with 354 or 384 days 439 * 2 "Complete" year with 355 or 385 days [all...] |
islamcal.h | 39 * about 354 days long, so each successive Islamic year starts about 11 days 45 * we treat days and months as beginning at midnight, 62 * by up to three days. 239 * Return the day # on which the given year starts. Days are counted 245 * Return the day # on which the given month starts. Days are counted 295 * Return the length (in days) of the given month. 304 * Return the number of days in the given Islamic year
|
gregoimp.h | 145 * Return the number of days in the given month. 148 * @return the number of days in the given month 156 * @return the number of days in the month previous to the given month 162 * Gregorian calendar, to 1970 epoch days. 245 * @returns number of days to ADD to Julian in order to convert from J->G
|
vtzone.cpp | 377 * domCount number of availble days in dom (domCount is specifying the size of dom on input) 480 // Note: BYMONTHDAY may contain multiple days delimitted by comma 540 int32_t days[7]; local 541 int32_t daysCount = sizeof(days)/sizeof(days[0]); 544 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status); 554 // Only support the rule using 7 continuous days 563 if (days[i] < 0) { 564 days[i] = MONTHLENGTH[month] + days[i] + 1 [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/ |
build_types.html | 22 team after they have been used for a few days and deemed reasonably stable. The 35 a few days of testing. Integration builds are built whenever new stable component
|
/external/openssl/apps/ |
ca.c | 155 " -crldays days - Days is when the next CRL is due\n", 158 " -enddate YYMMDDHHMMSSZ - certificate validity notAfter (overrides -days)\n", 159 " -days arg - number of days to certify the certificate for\n", 203 char *enddate, long days, int batch, char *ext_sect, CONF *conf, 210 char *startdate, char *enddate, long days, int batch, 218 char *startdate, char *enddate, long days, char *ext_sect, 225 int email_dn, char *startdate, char *enddate, long days, int batch, 295 long days=0 local 2045 X509_time_adj_ex(X509_get_notAfter(ret),days, 0, NULL); local [all...] |
/external/openssl/crypto/x509/ |
x509_r2x.c | 68 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) 99 if (X509_gmtime_adj(xi->validity->notAfter,(long)60*60*24*days) == NULL)
|
/frameworks/base/media/libdrm/mobile1/src/jni/ |
drm1_jni.c | 39 #define DAY_PER_MONTH 30 /* Days per month */ 40 #define DAY_PER_YEAR 365 /* Days per year */ 48 /** Accumulated number of days from 01-Jan up to start of current month. */ 321 * FIXME: It does not check whether the specified days 330 /* Set 'day' to the number of days into the year. */ 333 /* Now calculate 'day' to the number of days since Jan 1, 1970. */ 384 * Note that here we always treat 1 year as 365 days and 1 month as 30 days
|
/libcore/luni/src/main/java/java/text/ |
DateFormatSymbols.java | 32 * months, the names of the days of the week, and the time zone data. 296 * Returns the array of strings containing the abbreviated names of the days 307 * Returns the array of strings containing the full names of the days of the 443 * Sets the array of strings containing the abbreviated names of the days of 455 * Sets the array of strings containing the full names of the days of the
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete.h | 48 // Search Primary Provider (past query in history within 2 days) | 1399** 53 // Search Primary Provider (past query in history older than 2 days) | 1050-- 73 // Search Primary Provider (past query in history within 2 days) | 1399** 78 // Search Primary Provider (past query in history older than 2 days) | 1050-- 119 // Search Primary Provider (past query in history within 2 days) | 1399** 122 // Search Primary Provider (past query in history older than 2 days) | 1050-- 139 // Search Primary Provider (past query in history within 2 days) | 1399** 142 // Search Primary Provider (past query in history older than 2 days) | 1050-- 162 // **: relevance score falls off over two days (discounted 99 points after two 163 // days) [all...] |
/external/chromium/base/third_party/nspr/ |
prtime.h | 129 PRInt32 tm_mday; /* days past tm_mon (1-31, note that it 179 * - tm_month and tm_year: because the number of days in a month and 180 * number of days in a year are not constant, it is ambiguous to
|
/external/icu4c/i18n/unicode/ |
ucal.h | 137 * For example, subtracting 5 days from the date <code>September 12, 1996</code> 223 * the value of <code>UCAL_WEEK_OF_YEAR</code> for days before the first week of 236 * the value of <code>WEEK_OF_MONTH</code> for days before the first week of 295 * days, <code>DAY_OF_WEEK_IN_MONTH -1</code> will overlap 401 * demarcates days at local zone midnight, rather than noon GMT. 412 * it also reflects discontinuities of those fields on DST transition days. On a day 446 * Useful constant for days of week. Note: Calendar day-of-week is 1-based. Clients 450 /** Possible days of the week in a UCalendar 854 /** Minimum number of days in first week */ 864 * of days in the first week of the month [all...] |