HomeSort by relevance Sort by last modified time
    Searched defs:DAYS (Results 1 - 25 of 48) sorted by null

1 2

  /packages/apps/TV/src/com/android/tv/dvr/recorder/
ScheduledProgramReaper.java 32 * Deletes {@link ScheduledRecording} older than {@value @DAYS} days.
37 static final int DAYS = 2;
49 long cutoff = mClock.currentTimeMillis() - TimeUnit.DAYS.toMillis(DAYS);
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 84 DAYS {
  /libcore/ojluni/src/main/java/java/time/temporal/
ChronoUnit.java 68 * For example, most non-ISO calendar systems define units of years, months and days,
121 * the rising and setting of the Sun on Earth. It is not required that days begin
125 DAYS("Days", Duration.ofSeconds(86400)),
128 * For the ISO calendar system, it is equal to 7 days.
130 * When used with other calendar systems it must correspond to an integral number of days.
136 * The estimated duration of a month is one twelfth of {@code 365.2425 Days}.
138 * When used with other calendar systems it must correspond to an integral number of days.
144 * The estimated duration of a year is {@code 365.2425 Days}.
146 * When used with other calendar systems it must correspond to an integral number of days
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/temporal/
TestChronoUnit.java 66 import static java.time.temporal.ChronoUnit.DAYS;
292 assertEquals(DAYS.between(start, end), expected);
297 assertEquals(DAYS.between(end, start), -expected);
302 assertEquals(DAYS.between(start.atTime(12, 30), end.atTime(12, 30)), expected);
308 assertEquals(DAYS.between(start.atTime(12, 30), end.atTime(12, 31)), expected);
310 assertEquals(DAYS.between(start.atTime(12, 30), end.atTime(12, 29)), expected);
316 assertEquals(DAYS.between(start.atStartOfDay(ZoneOffset.ofHours(2)), end.atStartOfDay(ZoneOffset.ofHours(2))), expected);
323 assertEquals(DAYS.between(start.atStartOfDay(ZoneOffset.ofHours(2)), end.atStartOfDay(ZoneOffset.ofHours(1))), expected);
325 assertEquals(DAYS.between(start.atStartOfDay(ZoneOffset.ofHours(1)), end.atStartOfDay(ZoneOffset.ofHours(2))), expected);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DeskClockTestsActivity.java 35 private static final ArrayList<Integer> DAYS = new ArrayList<Integer>();
44 .putExtra(AlarmClock.EXTRA_DAYS, DAYS);
47 DAYS.add(Calendar.MONDAY);
48 DAYS.add(Calendar.WEDNESDAY);
  /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);
  /libcore/ojluni/src/main/java/java/util/concurrent/
TimeUnit.java 174 DAYS {
310 * {@link #convert(long, TimeUnit) DAYS.convert(duration, this)}.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 80 DAYS = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
117 DAYS[wday], mday, MONTHS[mon-1], year, hour, min, sec)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 34 * <li>relative dates with a quantity e.g "in 5 days"</li>
43 * displaying "in 7 days" or "in 1 week." This API supports relative dates
46 * e.g "in 5 days and 4 hours" nor does it support parsing.
53 * fmt.format(1, Direction.NEXT, RelativeUnit.DAYS); // "in 1 day"
54 * fmt.format(3, Direction.NEXT, RelativeUnit.DAYS); // "in 3 days"
100 * Represents the unit for formatting a relative date. e.g "in 5 days"
121 * Days
123 DAYS,
260 * Represents the unit for formatting a relative date. e.g "in 5 days"
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 33 * <li>relative dates with a quantity e.g "in 5 days"</li>
42 * displaying "in 7 days" or "in 1 week." This API supports relative dates
45 * e.g "in 5 days and 4 hours" nor does it support parsing.
52 * fmt.format(1, Direction.NEXT, RelativeUnit.DAYS); // "in 1 day"
53 * fmt.format(3, Direction.NEXT, RelativeUnit.DAYS); // "in 3 days"
105 * Represents the unit for formatting a relative date. e.g "in 5 days"
130 * Days
133 DAYS,
293 * Represents the unit for formatting a relative date. e.g "in 5 days"
    [all...]
  /external/openssh/
misc.c 282 #define DAYS (HOURS * 24)
283 #define WEEKS (DAYS * 7)
295 * d|D days
301 * 2d 2 days
344 multiplier = DAYS;
  /external/python/cpython2/Lib/
cookielib.py 80 DAYS = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
117 DAYS[wday], mday, MONTHS[mon-1], year, hour, min, sec)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 80 DAYS = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
117 DAYS[wday], mday, MONTHS[mon-1], year, hour, min, sec)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 80 DAYS = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
117 DAYS[wday], mday, MONTHS[mon-1], year, hour, min, sec)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 80 DAYS = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
117 DAYS[wday], mday, MONTHS[mon-1], year, hour, min, sec)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 80 DAYS = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
117 DAYS[wday], mday, MONTHS[mon-1], year, hour, min, sec)
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/misc/common/robolectric/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 

Completed in 651 milliseconds

1 2