Searched defs:dest (Results 1 - 4 of 4) sorted by relevance

/libcore/support/src/test/java/tests/support/
H A DSupport_ASimpleReader.java56 public int read(char[] dest, int offset, int count) throws IOException { argument
63 System.arraycopy(buf, pos, dest, offset, readable);
/libcore/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java110 File dest = new File(f.toString() + "/" + file);
115 copyLocalFileto(dest, in);
124 return dest;
131 public static void copyLocalFileto(File dest, InputStream in) throws IOException { argument
132 if (!dest.exists()) {
133 FileOutputStream out = new FileOutputStream(dest);
136 dest.deleteOnExit();
200 public static void copyLocalFileTo(File dest, InputStream in) throws IOException { argument
201 if (!dest.exists()) {
202 FileOutputStream out = new FileOutputStream(dest);
[all...]
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DSSLEngineTest.java279 SSLEngine dest, boolean needsRecordSplit) throws SSLException {
291 SSLSession destSession = dest.getSession();
296 SSLEngineResult destRes = dest.unwrap(sourceToDest, destIn);
278 assertSendsCorrectly(final byte[] sourceBytes, SSLEngine source, SSLEngine dest, boolean needsRecordSplit) argument
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 97 milliseconds