Searched refs:cvt (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DTimeUnit.java119 * method cvt.
152 private static long cvt(long d, long dst, long src) { method in class:TimeUnit
190 default: return cvt(sourceDuration, scale, sourceUnit.scale);
290 return cvt(duration, MINUTE_SCALE, scale);
303 return cvt(duration, HOUR_SCALE, scale);
314 return cvt(duration, DAY_SCALE, scale);
/openjdk10/jdk/test/java/io/File/
H A DCons.java41 private static String cvt(String s) { method in class:Cons
129 ck(cvt(path), op(f.exp, "getPath"), f.getPath());
130 ck(cvt(parent), op(f.exp, "getParent"), f.getParent());
131 ck(cvt(name), op(f.exp, "getName"), f.getName());
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017084.js2651 cvt: 2620,

Completed in 63 milliseconds