Home
last modified time | relevance | path

Searched defs:toDays (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
DTimeUnit.java25 public long toDays(long d) { return d/(C6/C0); } in toDays() method
36 public long toDays(long d) { return d/(C6/C1); } in toDays() method
47 public long toDays(long d) { return d/(C6/C2); } in toDays() method
58 public long toDays(long d) { return d/(C6/C3); } in toDays() method
69 public long toDays(long d) { return d/(C6/C4); } in toDays() method
80 public long toDays(long d) { return d/(C6/C5); } in toDays() method
91 public long toDays(long d) { return d; } in toDays() method
143 public long toDays(long duration) { in toDays() method in TimeUnit