Searched defs:toMillis (Results 1 - 15 of 15) sorted by relevance

/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DTimeUnit.java21 public long toMillis(long d) { return d/(C2/C0); }
32 public long toMillis(long d) { return d/(C2/C1); }
43 public long toMillis(long d) { return d; }
48 public long convert(long d, TimeUnit u) { return u.toMillis(d); }
54 public long toMillis(long d) { return x(d, C3/C2, MAX/(C3/C2)); }
65 public long toMillis(long d) { return x(d, C4/C2, MAX/(C4/C2)); }
76 public long toMillis(long d) { return x(d, C5/C2, MAX/(C5/C2)); }
87 public long toMillis(long d) { return x(d, C6/C2, MAX/(C6/C2)); }
127 public long toMillis(long duration) { method in class:TimeUnit
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimeUtil.java282 public static long toMillis(Timestamp timestamp) { method in class:TimeUtil
292 public static long toMillis(Duration duration) { method in class:TimeUtil
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTime.java67 long millis = time.toMillis(true);
117 public long toMillis(boolean ignoreDst) { method in class:ShadowTime
167 long ams = a.toMillis(false);
168 long bms = b.toMillis(false);
218 return strftime.format(new Date(toMillis(false)));
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 218 milliseconds