Searched refs:sindex (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DPollArrayWrapper.java87 static void replaceEntry(PollArrayWrapper source, int sindex, argument
89 target.putDescriptor(tindex, source.getDescriptor(sindex));
90 target.putEventOps(tindex, source.getEventOps(sindex));
91 target.putReventOps(tindex, source.getReventOps(sindex));

Completed in 587 milliseconds