Searched defs:sources (Results 1 – 3 of 3) sorted by relevance
56 FileDescriptor [] sources = { FileDescriptor.in, FileDescriptor.out, FileDescriptor.err }; in testFileDescriptorCloneForFork() local
564 List<CodeSource> sources = new ArrayList<>(); in mapSignersToCodeSources() local591 CodeSource[] sources = mapSignersToCodeSources(cs.getLocation(), getJarCodeSigners(), true); in findMatchingSigners() local
398 public long write(ByteBuffer[] sources, int offset, int length) in write()