HomeSort by relevance Sort by last modified time
    Searched full:days (Results 1 - 25 of 1437) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/
date.cc 56 int days, int* year, int* month, int* day) {
58 // Check conservatively if the given 'days' has
59 // the same year and month as the cached 'days'.
60 int new_day = ymd_day_ + (days - ymd_days_);
63 ymd_days_ = days;
70 int save_days = days;
72 days += kDaysOffset;
73 *year = 400 * (days / kDaysIn400Years) - kYearsOffset;
74 days %= kDaysIn400Years;
76 DCHECK(DaysFromYearMonth(*year, 0) + days == save_days)
    [all...]
  /external/valgrind/main/none/tests/x86/
faultstatus.disabled 3 # in 2.4.X days and could be made to do so again if required.
  /external/lldb/test/lang/c/enum_types/
TestEnumTypes.py 16 """Test 'image lookup -t days' and check for correct display and enum value printing."""
21 # 'image lookup -t days' returns nothing with dwarf debug format.
24 """Test 'image lookup -t days' and check for correct display and enum value printing."""
35 """Test 'image lookup -t days' and check for correct display."""
53 # Look up information about the 'days' enum type.
55 self.expect("image lookup -t days", DATA_TYPES_DISPLAYED_CORRECTLY,
56 substrs = ['enum days {',
main.c 13 enum days { enum
23 enum days day;
  /external/lldb/test/pexpect-2.4/examples/
uptime.py 15 # 2:06pm up 63 days, 18 min, 3 users, load average: 0.32, 0.08, 0.02
19 # 2:11PM up 3 days, 13:50, 3 users, load averages: 0.01, 0.00, 0.00
25 # 11:36pm up 4 days, 17:58, 1 user, load average: 0.03, 0.01, 0.00
29 # 6:08PM up 4 days, 22:26, 1 user, load averages: 0.13, 0.09, 0.08
40 days = '0' variable
45 days = str(int(p.match.group(1))) variable
55 print 'days, hours, minutes, users, cpu avg 1 min, cpu avg 5 min, cpu avg 15 min'
56 print '%s, %s, %s, %s, %s, %s, %s' % (days, hours, mins, users, av1, av5, av15)
  /external/chromium_org/components/search_provider_logos/
logo_common.cc 9 const int64 kMaxTimeToLiveMS = GG_INT64_C(30 * 24 * 60 * 60 * 1000); // 30 days
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetTicks.3 11 Get the number of milliseconds since the SDL library initialization\&. Note that this value wraps if the program runs for more than ~49 days\&.
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 67 * {@code getMinimalDaysInFirstWeek()} days from that year. It thus
81 * days of 1998 then are part of week 53 of 1997.
85 * 1 to 4 or 5. Week 1 of a month (the days with <code>WEEK_OF_MONTH =
88 * contiguous days in that month, ending on the day before
90 * month may be shorter than 7 days, need not start on
91 * {@code getFirstDayOfWeek()}, and will not include days of the
92 * previous month. Days of a month before week 1 have a
98 * January 1998 is Sunday, January 4 through Saturday, January 10. These days
399 int days = daysInMonth(isLeapYear(fields[YEAR]), fields[MONTH]); local
400 if (fields[DATE] > days) {
472 long days = time \/ 86400000; local
680 long days; local
824 long days = dayCount; local
844 long days = (year - 1970) * 365 + ((year - 1969) \/ 4); local
1060 long days = dayCount; local
1153 int days, day, mod, maxWeeks, newWeek; local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmUtils.java 75 * format "Alarm set for 2 days 7 hours and 53 minutes from
82 long days = hours / 24; local
85 String daySeq = (days == 0) ? "" :
86 (days == 1) ? context.getString(R.string.day) :
87 context.getString(R.string.days, Long.toString(days));
97 boolean dispDays = days > 0;
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeDowntimeDaysSelection.java 35 public static final int[] DAYS = {
50 final int[] days = ZenModeConfig.tryParseDays(mode); local
51 if (days != null) {
52 for (int i = 0; i < days.length; i++) {
53 mDays.put(days[i], true);
59 for (int i = 0; i < DAYS.length; i++) {
60 final int day = DAYS[i];
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
DaysOfWeek.java 28 * Days of week code as a single int.
39 // Number if days in the week.
42 // Value when all days are set
45 // Value when no days are set
64 // Bitmask of all repeating days
82 // no days
92 // count selected days
106 // selected days
118 * Enables or disable certain days of the week.
163 * Returns number of days from today until next alarm
    [all...]
  /external/chromium_org/third_party/icu/source/samples/cal/
cal.c 58 UChar *days [], UBool useLongNames,
61 static void free_days(UChar *days[]);
71 static void print_days(UChar *days [], FILE *f, UErrorCode *status);
74 UChar *days [],
79 UChar *days [], UChar *months [],
86 /* Number of days in a week */
232 UChar *days [DAY_COUNT]; local
253 print_year(c, days, months, useLongNames, fdow, status);
269 print_month(c, days, useLongNames, fdow, status);
329 form. Also, reorder the days so that they are in the proper orde
    [all...]
  /external/icu/icu4c/source/samples/cal/
cal.c 58 UChar *days [], UBool useLongNames,
61 static void free_days(UChar *days[]);
71 static void print_days(UChar *days [], FILE *f, UErrorCode *status);
74 UChar *days [],
79 UChar *days [], UChar *months [],
86 /* Number of days in a week */
232 UChar *days [DAY_COUNT]; local
253 print_year(c, days, months, useLongNames, fdow, status);
269 print_month(c, days, useLongNames, fdow, status);
329 form. Also, reorder the days so that they are in the proper orde
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
DowntimeCalendar.java 101 final int[] days = ZenModeConfig.tryParseDays(mInfo.mode); local
102 for (int i = 0; days != null && i < days.length; i++) {
103 mDays.add(days[i]);
108 private long addDays(long time, int days) {
110 mCalendar.add(Calendar.DATE, days);
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
Duration.java 24 * | DAYS [ HOURS [ MINUTES [ SECONDS ] ] ]
33 public int days; field in class:Duration
51 days = 0;
113 days = n;
132 cal.add(Calendar.DAY_OF_MONTH, sign*days);
145 + (24*60*60*days)
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DurationTest.java 27 int sign, int weeks, int days, int hours,
35 assertEquals("Duration days is not equal for " + str, days, duration.days);
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
sort 14 print MAKEFILE "foo := moon_light days \n"
43 $answer = "A boy captured_by days end, has jazz_and_a midnight moon_light rise\n"
44 ."A boy captured_by days end, has jazz_and_a midnight moon_light rise\n"
45 ."A boy captured_by days end, has jazz_and_a midnight moon_light rise\n";
  /external/chromium_org/chrome/browser/media/
webrtc_log_util.h 13 // Deletes logs files older that 5 days. Updates the log file list. Must be
17 // Deletes logs files older that 5 days and logs younger than
  /external/chromium_org/net/data/ssl/scripts/
generate-test-certs.sh 34 -req -days 3650 \
70 -days 3650 \
80 -days 3650 \
90 -days 3650 \
108 try openssl req -x509 -days 3650 \
114 try openssl req -x509 -days 3650 -extensions req_spdy_pooling \
119 try openssl req -x509 -days 3650 -extensions req_san_sanity \
125 try openssl req -x509 -days 3650 -extensions req_punycode \
  /external/chromium_org/tools/git/
graph.sh 28 commit=$(git rev-list -1 --until="$ago days ago" origin/trunk)
38 plot(count ~ ago, type="l", main="$target", xlab='days ago', data=data)
  /external/lldb/test/functionalities/target_command/
c.c 13 enum days { enum
23 enum days day;
  /packages/providers/TvProvider/res/values/
config.xml 17 <!-- Maximum age of program in days. 0 means forever. -->
20 <!-- Maximum age of watch history in days. 0 means forever. -->
  /libcore/jsr166-tests/src/test/java/jsr166/
TimeUnitTest.java 26 TimeUnit.DAYS));
48 TimeUnit.DAYS));
70 TimeUnit.DAYS));
92 TimeUnit.DAYS));
121 TimeUnit.DAYS.toNanos(t));
144 TimeUnit.DAYS.toMicros(t));
167 TimeUnit.DAYS.toMillis(t));
190 TimeUnit.DAYS.toSeconds(t));
213 TimeUnit.DAYS.toMinutes(t));
236 TimeUnit.DAYS.toHours(t))
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
chnsecal.cpp 75 * Value to be added or subtracted from the local days of a new moon to
229 * Override Calendar method to return the number of days in the given
238 kEpochStartAsJulianDay + 1; // Julian day -> local days
263 computeChineseFields(julianDay - kEpochStartAsJulianDay, // local days
467 * Convert local days to UTC epoch milliseconds.
475 * @param days days after January 1, 1970 0:00 in the astronomical base zone
478 double ChineseCalendar::daysToMillis(double days) const {
479 double millis = days * (double)kOneDay;
492 * Convert UTC epoch milliseconds to local days
    [all...]
  /external/icu/icu4c/source/i18n/
chnsecal.cpp 75 * Value to be added or subtracted from the local days of a new moon to
229 * Override Calendar method to return the number of days in the given
238 kEpochStartAsJulianDay + 1; // Julian day -> local days
263 computeChineseFields(julianDay - kEpochStartAsJulianDay, // local days
467 * Convert local days to UTC epoch milliseconds.
475 * @param days days after January 1, 1970 0:00 in the astronomical base zone
478 double ChineseCalendar::daysToMillis(double days) const {
479 double millis = days * (double)kOneDay;
492 * Convert UTC epoch milliseconds to local days
    [all...]

Completed in 2674 milliseconds

1 2 3 4 5 6 7 8 91011>>