Searched refs:channels (Results 51 - 75 of 511) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/io/RandomAccessFile/
H A DClose.java30 import java.nio.channels.*;
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DReceive.java30 import java.nio.channels.*;
H A DBindNull.java34 import java.nio.channels.*;
H A DIsConnected.java31 import java.nio.channels.*;
H A DNoSender.java31 import java.nio.channels.*;
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DRelease.java30 import java.nio.channels.*;
H A DTransferToNonWritable.java30 import java.nio.channels.*;
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DCloseInvalidatesKeys.java29 import java.nio.channels.*;
H A DHelperSlowToDie.java31 import java.nio.channels.*;
47 // register channels
48 SocketChannel[] channels = new SocketChannel[CHANNELS_PER_THREAD];
53 channels[i] = sc;
68 // Loop changing the number of channels from 1023 to 1024 and back.
83 channels[i].close();
H A DWakeupEmpty.java31 import java.nio.channels.*;
H A DCheckLocking.java31 import java.nio.channels.*;
32 import java.nio.channels.spi.*;
H A DKeysReady.java31 import java.nio.channels.*;
32 import java.nio.channels.spi.SelectorProvider;
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DBufferSize.java30 import java.nio.channels.*;
H A DCloseAfterConnect.java27 import java.nio.channels.SocketChannel;
28 import java.nio.channels.ServerSocketChannel;
/openjdk7/jdk/test/java/nio/channels/spi/AsynchronousChannelProvider/
H A DCheckProvider.java24 import java.nio.channels.spi.AsynchronousChannelProvider;
/openjdk7/jdk/src/share/sample/nio/server/
H A DN1.java41 import java.nio.channels.*;
/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DSctpMultiChannel.java32 import java.nio.channels.spi.AbstractSelectableChannel;
33 import java.nio.channels.spi.SelectorProvider;
34 import java.nio.channels.ClosedChannelException;
35 import java.nio.channels.NotYetBoundException;
36 import java.nio.channels.SelectionKey;
131 * <p> SCTP multi channels are safe for use by multiple concurrent threads.
228 * @throws java.nio.channels.AlreadyBoundException
231 * @throws java.nio.channels.UnsupportedAddressTypeException
265 * @throws java.nio.channels.AlreadyBoundException
268 * @throws java.nio.channels
[all...]
H A DSctpChannel.java32 import java.nio.channels.spi.AbstractSelectableChannel;
33 import java.nio.channels.spi.SelectorProvider;
34 import java.nio.channels.ClosedChannelException;
35 import java.nio.channels.SelectionKey;
45 * channel will cause a {@link java.nio.channels.NotYetConnectedException} to be
51 * <p> SCTP channels support <i>non-blocking connection:</i>&nbsp;A
127 * <p> SCTP channels are safe for use by multiple concurrent threads.
192 * @throws java.nio.channels.AsynchronousCloseException
196 * @throws java.nio.channels.ClosedByInterruptException
202 * @throws java.nio.channels
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingMixer.java100 for (int channels = 1; channels <= 2; channels++) {
102 AudioSystem.NOT_SPECIFIED, 8, channels, channels,
105 AudioSystem.NOT_SPECIFIED, 8, channels, channels,
109 AudioSystem.NOT_SPECIFIED, bits, channels, channels
112 AudioSystem.NOT_SPECIFIED, bits, channels, channel
[all...]
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DAsynchronousChannelGroup.java26 package java.nio.channels;
28 import java.nio.channels.spi.AsynchronousChannelProvider;
35 * A grouping of asynchronous channels for the purpose of resource sharing.
39 * asynchronous channels} that are bound to the group. A group has an associated
42 * asynchronous operations performed on channels in the group. In addition to
55 * automatically. Asynchronous channels that do not specify a group at
70 * <td> {@code java.nio.channels.DefaultThreadPool.threadFactory} </td>
81 * <td> {@code java.nio.channels.DefaultThreadPool.initialSize} </td>
114 * the group <em>terminates</em> when all asynchronous channels that are bound to
124 * by an orderly shutdown, the {@code shutdownNow} method closes all open channels
[all...]
H A DMembershipKey.java26 package java.nio.channels;
H A DSeekableByteChannel.java26 package java.nio.channels;
/openjdk7/jdk/test/java/nio/channels/Pipe/
H A DEmptyRead.java32 import java.nio.channels.*;
33 import java.nio.channels.spi.SelectorProvider;
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSelectionKeyImpl.java29 import java.nio.channels.*;
30 import java.nio.channels.spi.*;
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwtran.c69 /* png_byte channels; number of channels (1-4) */
70 /* png_byte pixel_depth; bits per pixel (depth*channels) */
125 * row_info bit depth should be 8 (one pixel per byte). The channels
134 row_info->channels == 1)
258 row_info->pixel_depth = (png_byte)(bit_depth * row_info->channels);
282 int channels = 0; local
286 shift_start[channels] = row_info->bit_depth - bit_depth->red;
287 shift_dec[channels] = bit_depth->red;
288 channels
[all...]

Completed in 103 milliseconds

1234567891011>>