Searched defs:onlyOne (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJFIFMarkerSegment.java479 boolean onlyOne,
487 if (onlyOne) {
505 if (onlyOne) {
512 if (onlyOne) {
528 if (onlyOne) {
536 if (onlyOne) {
475 writeThumb(ImageOutputStream ios, BufferedImage thumb, JFIFExtensionMarkerSegment jfxx, int index, boolean onlyOne, JPEGImageWriter writer) argument
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DThreadPoolExecutor.java767 * @param onlyOne If true, interrupt at most one worker. This is
779 private void interruptIdleWorkers(boolean onlyOne) { argument
793 if (onlyOne)

Completed in 38 milliseconds