Searched refs:toHours (Results 1 – 5 of 5) sorted by relevance
83 public long toHours(long d) { return d/(C5/C0); } in toHours() method98 public long toHours(long d) { return d/(C5/C1); } in toHours() method113 public long toHours(long d) { return d/(C5/C2); } in toHours() method128 public long toHours(long d) { return d/(C5/C3); } in toHours() method144 public long toHours(long d) { return d/(C5/C4); } in toHours() method160 public long toHours(long d) { return d; } in toHours() method162 public long convert(long d, TimeUnit u) { return u.toHours(d); } in convert()176 public long toHours(long d) { return x(d, C6/C5, MAX/(C6/C5)); } in toHours() method300 public long toHours(long duration) { in toHours() method in TimeUnit
227 DAYS.toHours(t)); in testToHours()229 HOURS.toHours(t)); in testToHours()231 MINUTES.toHours(t*60)); in testToHours()233 SECONDS.toHours(t*60*60)); in testToHours()235 MILLISECONDS.toHours(t*1000L*60*60)); in testToHours()237 MICROSECONDS.toHours(t*1000000L*60*60)); in testToHours()239 NANOSECONDS.toHours(t*1000000000L*60*60)); in testToHours()
286 public long toHours() { in toHours() method in Duration
1133 public long toHours() { in toHours() method in Duration
1215 assertEquals(t.toHours(), expectedHours); in plusHours_long()1834 assertEquals(t.toHours(), expectedHours); in minusHours_long()