Searched refs:channels (Results 26 - 50 of 511) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DDefaultSelectorProvider.java28 import java.nio.channels.spi.SelectorProvider;
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DDefaultSelectorProvider.java28 import java.nio.channels.spi.SelectorProvider;
H A DWindowsSelectorProvider.java32 import java.nio.channels.spi.AbstractSelector;
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DWakeupOverflow.java29 import java.nio.channels.*;
/openjdk7/jdk/test/java/nio/channels/ServerSocketChannel/
H A DOpen.java33 import java.nio.channels.*;
/openjdk7/jdk/test/sun/nio/ch/
H A DBasic.java30 import java.nio.channels.Pipe;
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DNullTest.java29 import java.nio.channels.Channel;
30 import java.nio.channels.spi.SelectorProvider;
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageCreate.c44 * mlib_s32 channels,
51 * mlib_s32 channels,
79 * channels number of image channels
128 mlib_s32 channels,
141 image -> channels = channels;
156 if (width <= 0 || height <= 0 || channels < 1 || channels > 4) {
164 if (!SAFE_TO_MULT(width, channels)) {
126 mlib_ImageSet(mlib_image *image, mlib_type type, mlib_s32 channels, mlib_s32 width, mlib_s32 height, mlib_s32 stride, const void *data) argument
230 mlib_ImageCreateStruct(mlib_type type, mlib_s32 channels, mlib_s32 width, mlib_s32 height, mlib_s32 stride, const void *data) argument
256 mlib_ImageCreate(mlib_type type, mlib_s32 channels, mlib_s32 width, mlib_s32 height) argument
375 mlib_s32 channels; local
465 mlib_s32 channels = src -> channels; local
[all...]
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DServerSocketChannel.java26 package java.nio.channels;
32 import java.nio.channels.spi.AbstractSelectableChannel;
33 import java.nio.channels.spi.SelectorProvider;
47 * setOption} method. Server-socket channels support the following options:
66 * <p> Server-socket channels are safe for use by multiple concurrent threads.
90 * java.nio.channels.spi.SelectorProvider#openServerSocketChannel
92 * java.nio.channels.spi.SelectorProvider} object.
112 * <p> Server-socket channels only support the accepting of new
H A DPipe.java26 package java.nio.channels;
29 import java.nio.channels.spi.*;
33 * A pair of channels that implements a unidirectional pipe.
35 * <p> A pipe consists of a pair of channels: A writable {@link
44 * buffer up to a certain number of bytes between the sink and source channels,
75 * <p> Pipe-source channels only support reading, so this method
106 * <p> Pipe-sink channels only support writing, so this method returns
140 * java.nio.channels.spi.SelectorProvider#openPipe openPipe} method of the
141 * system-wide default {@link java.nio.channels.spi.SelectorProvider}
H A DSelector.java26 package java.nio.channels;
30 import java.nio.channels.spi.SelectorProvider;
39 * java.nio.channels.spi.SelectorProvider </code>selector provider<code>} to
41 * {@link java.nio.channels.spi.SelectorProvider#openSelector openSelector}
64 * cancelled but whose channels have not yet been deregistered. This set is
141 * channels to become ready, and if so for how long, is the only essential
158 * <p> Keys may be cancelled and channels may be closed at any time. Hence the
217 * java.nio.channels.spi.SelectorProvider#openSelector openSelector} method
219 * java.nio.channels.spi.SelectorProvider} object. </p>
278 * Selects a set of keys whose corresponding channels ar
[all...]
H A DGatheringByteChannel.java26 package java.nio.channels;
79 * writing all of the <i>r</i> requested bytes. Some types of channels,
H A DScatteringByteChannel.java26 package java.nio.channels;
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DGetChannels.java57 MidiChannel[] channels = synth.getChannels();
58 for (int i = 0; i < channels.length; i++) {
59 assertTrue(channels[i] != null);
/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DUnbounded.java30 import java.nio.channels.*;
61 AsynchronousSocketChannel[] channels =
67 channels[i] = AsynchronousSocketChannel.open();
68 channels[i].connect(sa).get();
86 channels[i].read( buf, channels[i],
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DEventHandler.java28 import java.nio.channels.SelectableChannel;
29 import java.nio.channels.SelectionKey;
/openjdk7/jdk/test/java/nio/channels/Channels/
H A DReadByte.java30 import java.nio.channels.ReadableByteChannel;
31 import java.nio.channels.Channels;
H A DReadOffset.java31 import java.nio.channels.ReadableByteChannel;
32 import java.nio.channels.Channels;
/openjdk7/jdk/test/java/nio/channels/spi/AsynchronousChannelProvider/
H A DProvider1.java24 import java.nio.channels.spi.AsynchronousChannelProvider;
25 import java.nio.channels.*;
H A DProvider2.java24 import java.nio.channels.spi.AsynchronousChannelProvider;
25 import java.nio.channels.*;
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSelectorProviderImpl.java33 import java.nio.channels.*;
34 import java.nio.channels.spi.*;
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DPipeImpl.java29 import java.nio.channels.*;
30 import java.nio.channels.spi.*;
37 // Source and sink channels
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioFormat.java52 * These include the number of channels, sample rate, sample size, byte order, frame rate, and frame size.
53 * Sounds may have different numbers of audio channels: one for mono, two for stereo.
57 * regardless of the number of channels. This is the standard use of the term.)
62 * For encodings like PCM, a frame consists of the set of samples for all channels at a given
64 * the number of channels. However, with some other sorts of encodings a frame can contain
145 * The number of audio channels in this format (1 for mono, 2 for stereo).
147 protected int channels; field in class:AudioFormat
177 * @param channels the number of channels (1 for mono, 2 for stereo, and so on)
185 int channels, in
184 AudioFormat(Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian) argument
218 AudioFormat(Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian, Map<String, Object> properties) argument
242 AudioFormat(float sampleRate, int sampleSizeInBits, int channels, boolean signed, boolean bigEndian) argument
[all...]
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk33 java/nio/channels/AsynchronousByteChannel.java \
34 java/nio/channels/AsynchronousChannel.java \
35 java/nio/channels/AsynchronousChannelGroup.java \
36 java/nio/channels/AsynchronousFileChannel.java \
37 java/nio/channels/AsynchronousServerSocketChannel.java \
38 java/nio/channels/AsynchronousSocketChannel.java \
39 java/nio/channels/ByteChannel.java \
40 java/nio/channels/Channel.java \
41 java/nio/channels/Channels.java \
42 java/nio/channels/CompletionHandle
[all...]
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpsExchange.java30 import java.nio.channels.*;

Completed in 110 milliseconds

1234567891011>>