Searched defs:destination (Results 1 – 6 of 6) sorted by relevance
68 final List<Integer> destination = new ArrayList<>(count); in testRandomIntStream() local75 final List<Long> destination = new ArrayList<>(count); in testRandomLongStream() local82 final List<Double> destination = new ArrayList<>(count); in testRandomDoubleStream() local
394 LSOutput destination) in write()
80 File destination) throws IOException { in copyResource()
81 File destination) throws IOException { in copyResource()
529 short operation, Node source, NodeImpl destination) { in notifyUserDataHandlers()
1152 private static void copyResource(String resourcePath, File destination) throws Exception { in copyResource()