Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DWhileOpStatefulTest.java246 Map<String, Supplier<Stream<Integer>>> sources = new HashMap<>(); in testTakeWhileMulti() local
264 Map<String, Supplier<Stream<Integer>>> sources = new HashMap<>(); in testDropWhileMulti() local
283 private void testWhileMulti(Map<String, Supplier<Stream<Integer>>> sources, in testWhileMulti()
/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.java568 List<CodeSource> sources = new ArrayList<>(); in mapSignersToCodeSources() local
595 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()