Home
last modified time | relevance | path

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

/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()