Home
last modified time | relevance | path

Searched defs:sources (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
DFileDescriptorTest.java56 FileDescriptor [] sources = { FileDescriptor.in, FileDescriptor.out, FileDescriptor.err }; in testFileDescriptorCloneForFork() local
/libcore/ojluni/src/main/java/java/util/jar/
DJarVerifier.java564 List<CodeSource> sources = new ArrayList<>(); in mapSignersToCodeSources() local
591 CodeSource[] sources = mapSignersToCodeSources(cs.getLocation(), getJarCodeSigners(), true); in findMatchingSigners() local
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java398 public long write(ByteBuffer[] sources, int offset, int length) in write()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSocketChannelTest.java3792 public long write(ByteBuffer[] sources, int offset, int length) throws IOException { in write()