Searched refs:sources (Results 1 – 9 of 9) sorted by relevance
/libcore/tools/testmapping/ |
D | save_logs.py | 66 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/ |
D | FileDescriptorTest.java | 56 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/ |
D | JarVerifier.java | 564 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/ |
D | virtualdeviceknownfailures.txt | 11 * IPv4 sources.
|
/libcore/ojluni/annotations/ |
D | README | 4 files, to avoid carrying patches against the upstream sources.
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | OldSocketChannelTest.java | 398 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/ |
D | SocketChannelTest.java | 3792 public long write(ByteBuffer[] sources, int offset, int length) throws IOException { in write() argument 3796 if(0 == offset && length == sources.length){ in write()
|
/libcore/ |
D | JavaLibrary.bp | 711 // For now, we use patch_module to put all sources
|
D | openjdk_java_files.bp | 1408 // sources, these API annotations can be placed in .annotated.java stub files
|