Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/jar/
DJarVerifier.java564 List<CodeSource> sources = new ArrayList<>(); in mapSignersToCodeSources() local
567 sources.add(mapSignersToCodeSource(url, signers.get(i))); in mapSignersToCodeSources()
570 sources.add(mapSignersToCodeSource(url, null)); in mapSignersToCodeSources()
572 return sources.toArray(new CodeSource[sources.size()]); in mapSignersToCodeSources()
591 CodeSource[] sources = mapSignersToCodeSources(cs.getLocation(), getJarCodeSigners(), true); in findMatchingSigners() local
593 for (int i = 0; i < sources.length; i++) { in findMatchingSigners()
594 sourceList.add(sources[i]); in findMatchingSigners()
/libcore/ojluni/annotations/
DREADME4 files, to avoid carrying patches against the upstream sources.
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java398 public long write(ByteBuffer[] sources, int offset, int length) in write() argument
/libcore/
DJavaLibrary.bp555 // For now, we use --patch-module to put all sources
Dopenjdk_java_files.bp1380 // sources, these API annotations can be placed in .annotated.java stub files