Home
last modified time | relevance | path

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

/libcore/tools/testmapping/
Dsave_logs.py66 sources = [f for f in glob.glob(CTS_LOGS_PATTERN) if is_real_log_file(f)]
67 if not sources:
69 return sorted(sources, key=os.path.getmtime, reverse=True)
134 sources = find_all_log_files()
137 map(relative_source_name, sources)):
138 do_copy(sources[index])
/libcore/luni/src/test/java/libcore/java/io/
DFileDescriptorTest.java56 FileDescriptor [] sources = { FileDescriptor.in, FileDescriptor.out, FileDescriptor.err }; in testFileDescriptorCloneForFork() local
57 for (FileDescriptor source : sources) { in testFileDescriptorCloneForFork()
/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/expectations/
Dvirtualdeviceknownfailures.txt11 * IPv4 sources.
/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/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() argument
3796 if(0 == offset && length == sources.length){ in write()
/libcore/
DJavaLibrary.bp711 // For now, we use patch_module to put all sources
Dopenjdk_java_files.bp1408 // sources, these API annotations can be placed in .annotated.java stub files