Searched refs:channels (Results 326 - 350 of 590) sorted by relevance

<<11121314151617181920>>

/openjdk10/test/lib/jdk/test/lib/hprof/parser/
H A DMappedReadBuffer.java38 import java.nio.channels.FileChannel;
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java28 import java.nio.channels.Channel;
29 import java.nio.channels.AsynchronousChannelGroup;
30 import java.nio.channels.spi.AsynchronousChannelProvider;
223 * Returns true if there are no channels in the group
239 * Closes all channels in the group
267 // if there are channels in the group then shutdown will continue
H A DFileChannelImpl.java32 import java.nio.channels.ClosedByInterruptException;
33 import java.nio.channels.ClosedChannelException;
34 import java.nio.channels.FileChannel;
35 import java.nio.channels.FileLock;
36 import java.nio.channels.FileLockInterruptionException;
37 import java.nio.channels.NonReadableChannelException;
38 import java.nio.channels.NonWritableChannelException;
39 import java.nio.channels.OverlappingFileLockException;
40 import java.nio.channels.ReadableByteChannel;
41 import java.nio.channels
[all...]
H A DServerSocketAdaptor.java30 import java.nio.channels.*;
H A DMembershipKeyImpl.java28 import java.nio.channels.*;
/openjdk10/jdk/test/java/nio/channels/FileChannel/
H A DFileExtensionAndMap.java37 import java.nio.channels.ClosedChannelException;
38 import java.nio.channels.FileChannel;
39 import java.nio.channels.FileChannel.MapMode;
/openjdk10/jdk/test/java/net/httpclient/websocket/
H A DDummyWebSocketServer.java31 import java.nio.channels.ClosedByInterruptException;
32 import java.nio.channels.ServerSocketChannel;
33 import java.nio.channels.SocketChannel;
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DAiffFileWriter.java128 int channels = aiffFileFormat.getFormat().getChannels();
130 int ssndBlockSize = channels * ((sampleSize + 7) / 8);
278 short channels = (short) format.getChannels();
280 int ssndBlockSize = channels * ((sampleSize + 7) / 8);
362 dos.writeShort(channels);
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileSystem.java32 import java.nio.channels.Channels;
33 import java.nio.channels.FileChannel;
34 import java.nio.channels.NonWritableChannelException;
35 import java.nio.channels.ReadableByteChannel;
36 import java.nio.channels.SeekableByteChannel;
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DHttpClientImpl.java36 import java.nio.channels.ClosedChannelException;
37 import java.nio.channels.SelectableChannel;
38 import java.nio.channels.SelectionKey;
39 import java.nio.channels.Selector;
40 import java.nio.channels.SocketChannel;
H A DPlainHttpConnection.java32 import java.nio.channels.SelectableChannel;
33 import java.nio.channels.SelectionKey;
34 import java.nio.channels.SocketChannel;
410 // used in blocking channels only
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpngrtran.c336 * premultiply the color channels
338 * encode the alpha as well as the color channels
342 * premultiplying the color channels or not.
357 case PNG_ALPHA_ASSOCIATED: /* color channels premultiplied */
883 * to alpha channels.
938 /* Expand tRNS chunks to alpha channels. */
952 /* Expand to 16-bit channels, expand the tRNS chunk too (because otherwise
2094 info_ptr->channels = 1;
2097 info_ptr->channels = 3;
2100 info_ptr->channels
2277 int channels = 0; local
[all...]
/openjdk10/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DBasic.java31 import java.nio.channels.*;
346 // test sharing a thread pool between many channels
350 AsynchronousFileChannel[] channels = new AsynchronousFileChannel[n];
354 channels[i] = AsynchronousFileChannel.open(file, opts, executor);
356 channels[i].write(genBuffer(), 0L, (Void)null, new CompletionHandler<Integer,Void>() {
365 // close ~half the channels
367 channels[i].close();
370 // close remaining channels
372 if (channels[i] != null) channels[
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/
H A DGraphOutput.java27 import java.nio.channels.WritableByteChannel;
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/transport/
H A DSocketOrChannelAcceptorImpl.java32 import java.nio.channels.SelectableChannel;
33 import java.nio.channels.SelectionKey;
34 import java.nio.channels.ServerSocketChannel;
35 import java.nio.channels.SocketChannel;
H A DEventHandlerBase.java28 import java.nio.channels.SelectionKey;
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/transport/
H A DCorbaConnection.java30 import java.nio.channels.SocketChannel;
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/legacy/connection/
H A DSocketFactoryConnectionImpl.java29 import java.nio.channels.SocketChannel;
/openjdk10/jdk/src/java.base/solaris/classes/sun/nio/ch/
H A DSolarisEventPort.java28 import java.nio.channels.spi.AsynchronousChannelProvider;
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DSocketInputStream.java31 import java.nio.channels.FileChannel;
67 * Returns the unique {@link java.nio.channels.FileChannel FileChannel}
/openjdk10/jdk/src/java.base/share/classes/java/nio/channels/
H A DAsynchronousFileChannel.java26 package java.nio.channels;
83 * channels. The default thread pool is configured by the system properties
232 * support creating asynchronous file channels, or an unsupported
288 * support creating file channels, or an unsupported open option is
/openjdk10/jdk/src/java.base/share/classes/java/io/
H A DFileInputStream.java28 import java.nio.channels.FileChannel;
367 * Returns the unique {@link java.nio.channels.FileChannel FileChannel}
370 * <p> The initial {@link java.nio.channels.FileChannel#position()
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/module/
H A DModuleHashes.java31 import java.nio.channels.FileChannel;
/openjdk10/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DHttpConnection.java30 import java.nio.channels.*;
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/websocket/
H A DReceiver.java30 import java.nio.channels.SelectionKey;

Completed in 302 milliseconds

<<11121314151617181920>>