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/ | 
| D | WhileOpStatefulTest.java | 243         Map<String, Supplier<Stream<Integer>>> sources = new HashMap<>();  in testTakeWhileMulti()  local261         Map<String, Supplier<Stream<Integer>>> sources = new HashMap<>();  in testDropWhileMulti()  local
 280     private void testWhileMulti(Map<String, Supplier<Stream<Integer>>> sources,  in testWhileMulti()
 
 | 
| /libcore/luni/src/test/java/libcore/java/io/ | 
| D | FileDescriptorTest.java | 56     FileDescriptor [] sources = { FileDescriptor.in, FileDescriptor.out, FileDescriptor.err };  in testFileDescriptorCloneForFork()  local
 | 
| /libcore/ojluni/src/main/java/java/util/jar/ | 
| D | JarVerifier.java | 568         List<CodeSource> sources = new ArrayList<>();  in mapSignersToCodeSources()  local595         CodeSource[] sources = mapSignersToCodeSources(cs.getLocation(), getJarCodeSigners(), true);  in findMatchingSigners()  local
 
 | 
| /libcore/luni/src/test/java/libcore/java/nio/channels/ | 
| D | OldSocketChannelTest.java | 398         public long write(ByteBuffer[] sources, int offset, int length)  in write()
 | 
| /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()
 |