HomeSort by relevance Sort by last modified time
    Searched full:days (Results 201 - 225 of 798) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/stlport/stlport/stl/config/
_evc.h 288 int tm_wday; /* days since Sunday - [0,6] */
289 int tm_yday; /* days since January 1 - [0,365] */
  /frameworks/base/docs/html/reference/renderscript/
structrs__tm.html 66 <p>tm_sec - Seconds after the minute. This ranges from 0 to 59, but possibly up to 60 for leap seconds. tm_min - Minutes after the hour. This ranges from 0 to 59. tm_hour - Hours past midnight. This ranges from 0 to 23. tm_mday - Day of the month. This ranges from 1 to 31. tm_mon - Months since January. This ranges from 0 to 11. tm_year - Years since 1900. tm_wday - Days since Sunday. This ranges from 0 to 6. tm_yday - Days since January 1. This ranges from 0 to 365. tm_isdst - Flag to indicate whether daylight saving time is in effect. The value is positive if it is in effect, zero if it is not, and negative if the information is not available. </p>
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 288 int tm_wday; /* days since Sunday - [0,6] */
289 int tm_yday; /* days since January 1 - [0,365] */
  /packages/apps/Calendar/res/values-en-rGB/
arrays.xml 40 <item msgid="3107009344872997366">"2 days"</item>
59 <item msgid="5557836606782821910">"2 days"</item>
  /packages/apps/DeskClock/res/values-rm/
strings.xml 52 <string name="days" msgid="2070509222727852210">"<xliff:g id="DAYS">%s</xliff:g> dis"</string>
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 288 int tm_wday; /* days since Sunday - [0,6] */
289 int tm_yday; /* days since January 1 - [0,365] */
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 288 int tm_wday; /* days since Sunday - [0,6] */
289 int tm_yday; /* days since January 1 - [0,365] */
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 288 int tm_wday; /* days since Sunday - [0,6] */
289 int tm_yday; /* days since January 1 - [0,365] */
  /external/quake/quake/src/WinQuake/data/
COMEXP.TXT 86 reason or no reason, on thirty (30) days written notice to the
95 Licensee and not be dismissed within sixty (60) days after the date
103 calendar days; or (2) if each of two Id Software audit inspections
221 (45) days following the conclusion of each calendar quarter.
334 thirty (30) days from the petition filing date, or if Licensee
379 days of the event.
RLICNSE.TXT 120 accompanying written materials for a period of ninety (90) days
132 warranty period or thirty (30) days from your receipt of the
SLICNSE.TXT 96 period of ninety (90) days from the date the Software is first
107 remainder of the original warranty period or thirty (30) days,
  /external/stlport/src/
time_facets.cpp 181 /* The number of days from the first day of the first ISO week of this
394 int days = __iso_week_days (t->tm_yday, t->tm_wday); variable
395 if (days < 0) {
398 days = __iso_week_days (t->tm_yday + (365 + __is_leap (year)), t->tm_wday);
405 days = d;
417 val = (long)days / 7 + 1;
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 181 /* The number of days from the first day of the first ISO week of this
394 int days = __iso_week_days (t->tm_yday, t->tm_wday); variable
395 if (days < 0) {
398 days = __iso_week_days (t->tm_yday + (365 + __is_leap (year)), t->tm_wday);
405 days = d;
417 val = (long)days / 7 + 1;
  /external/icu4c/i18n/
calendar.cpp 1275 int32_t days = (int32_t)ClockMath::floorDivide(localMillis, (double)kOneDay); local
    [all...]
astro.cpp 94 * The average number of solar days from one new moon to the next. This is the time
107 * The average number of days it takes
121 * The average number number of days between successive vernal equinoxes.
133 * The average number of days it takes
185 * julian days start at <em>noon</em>, not midnight.
312 * which is the number of elapsed days since
345 * days since 1/1/4713 BC (Julian), 12:00 GMT.
642 double day = jDay - JD_EPOCH; // Days since epoch
    [all...]
  /external/icu4c/i18n/unicode/
calendar.h 160 * For example, subtracting 5 days from the date <code>September 12, 1996</code>
212 * Useful constant for days of week. Note: Calendar day-of-week is 1-based. Clients
507 * time field, based on the calendar's rules. For example, to subtract 5 days from
515 * for that field (e.g., days for the day fields, hours for the hour
526 * time field, based on the calendar's rules. For example, to subtract 5 days from
534 * for that field (e.g., days for the day fields, hours for the hour
668 * <code>when</code> in years, months, and days.
684 * Gregorian calendar has a varying number of days per month).
    [all...]
  /external/openssh/
misc.c 279 #define DAYS (HOURS * 24)
280 #define WEEKS (DAYS * 7)
292 * d|D days
298 * 2d 2 days
341 secs *= DAYS;
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 215 * Loads <i>days</i> days worth of instances starting at <i>startDay</i>.
217 public static void loadEvents(Context context, ArrayList<Event> events, int startDay, int days,
229 int endDay = startDay + days - 1;
232 // the days we're interested in.
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 309 // Skip over the days outside of the adapter's range
317 // Check if we skipped over any empty days
322 // range of days, then create day headers and events for
369 // If this event spans multiple days, then add it to the multipleDay
373 // Skip over the days outside of the adapter's range
  /external/iptables/extensions/
libxt_time.c 65 "[!] --monthdays value List of days on which to match, separated by comma\n"
66 " (Possible days: 1 to 31; defaults to all)\n"
68 " (Possible days: Mon,Tue,Wed,Thu,Fri,Sat,Sun or 1 to 7\n"
  /frameworks/base/core/java/android/text/format/
DateUtils.java 34 * elapsed time and date ranges, strings for days of the week and months, and AM/PM text etc.
152 * This constant is actually the length of 364 days, not of a year!
530 * Returns the number of days passed between two dates.
534 * @return number of days passed between to dates.
567 * For example, will transition from "6 days ago" to "Dec 12"
602 * today this function returns "Today", if the day was a week ago it returns "7 days ago", and
603 * if the day is in 2 weeks it returns "in 14 days".
619 int days = Math.abs(currentDay - startDay); local
622 if (days == 1) {
628 } else if (days == 0)
    [all...]
  /external/openssl/apps/
req.c 162 int ex=1,x509=0,days=30; local
365 else if (strcmp(*argv,"-days") == 0)
368 days= atoi(*(++argv));
369 if (days == 0) days=30;
440 BIO_printf(bio_err," -days number of days a certificate generated by -x509 is valid for.\n");
850 if (!X509_time_adj_ex(X509_get_notAfter(x509ss), days, 0, NULL)) goto end;
    [all...]
  /external/quake/quake/src/QW/
qwchangelog.txt 202 - added client side demo support and playback [wow, one line for three days
230 - uh, added gl support (love these one liners for two days of work)
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 50 public static final int DAYS = HOURS*24;
51 public static final int WEEKS = DAYS*7;
  /bionic/libc/include/
pwd.h 98 #define _PASSWORD_WARNDAYS 14 /* days to warn about expiry */

Completed in 1442 milliseconds

1 2 3 4 5 6 7 891011>>