Searched defs:convert (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | TimeUnit.java | 85 public long convert(long d, TimeUnit u) { return u.toNanos(d); } in convert() method 100 public long convert(long d, TimeUnit u) { return u.toMicros(d); } in convert() method 115 public long convert(long d, TimeUnit u) { return u.toMillis(d); } in convert() method 130 public long convert(long d, TimeUnit u) { return u.toSeconds(d); } in convert() method 146 public long convert(long d, TimeUnit u) { return u.toMinutes(d); } in convert() method 162 public long convert(long d, TimeUnit u) { return u.toHours(d); } in convert() method 178 public long convert(long d, TimeUnit u) { return u.toDays(d); } in convert() method 226 public long convert(long sourceDuration, TimeUnit sourceUnit) { in convert() method in TimeUnit
|
/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
D | DerIndefLenConverter.java | 92 byte[] convert(byte[] indefData) throws java.io.IOException { in convert() method in DerIndefLenConverter
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | DerIndefLenConverter.java | 320 byte[] convert(byte[] indefData) throws IOException { in convert() method in DerIndefLenConverter
|
/libcore/ojluni/src/main/java/sun/invoke/util/ |
D | Wrapper.java | 447 public <T> T convert(Object x, Class<T> type) { in convert() method in Wrapper 451 private <T> T convert(Object x, Class<T> type, boolean isCast) { in convert() method in Wrapper
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ArraysTest.java | 2221 Object convert(int[] a) { in convert() method 2227 Object convert(int[] a) { in convert() method 2238 Object convert(int[] a) { in convert() method 2249 Object convert(int[] a) { in convert() method 2260 Object convert(int[] a) { in convert() method 2271 Object convert(int[] a) { in convert() method 2282 Object convert(int[] a) { in convert() method 2292 abstract Object convert(int[] a); in convert() method in ArraysTest.PrimitiveTypeConverter
|