Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Random/
DRandomStreamTest.java68 final List<Integer> destination = new ArrayList<>(count); in testRandomIntStream() local
75 final List<Long> destination = new ArrayList<>(count); in testRandomLongStream() local
82 final List<Double> destination = new ArrayList<>(count); in testRandomDoubleStream() local
/libcore/luni/src/main/java/org/w3c/dom/ls/
DLSSerializer.java394 LSOutput destination) in write()
/libcore/luni/src/test/java/libcore/dalvik/system/
DClassLoaderTestSupport.java80 File destination) throws IOException { in copyResource()
DInMemoryDexClassLoaderTest.java81 File destination) throws IOException { in copyResource()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentImpl.java529 short operation, Node source, NodeImpl destination) { in notifyUserDataHandlers()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DParameterTest.java1152 private static void copyResource(String resourcePath, File destination) throws Exception { in copyResource()