HomeSort by relevance Sort by last modified time
    Searched refs:nio (Results 101 - 125 of 1170) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
SliceDirectByteBufferTest.java 17 package org.apache.harmony.nio.tests.java.nio;
SliceHeapByteBufferTest.java 17 package org.apache.harmony.nio.tests.java.nio;
SliceWrappedByteBufferTest.java 17 package org.apache.harmony.nio.tests.java.nio;
BufferOverflowExceptionTest.java 17 package org.apache.harmony.nio.tests.java.nio;
19 import java.nio.BufferOverflowException;
44 *@tests {@link java.nio.BufferOverflowException#BufferOverflowException()}
BufferUnderflowExceptionTest.java 17 package org.apache.harmony.nio.tests.java.nio;
19 import java.nio.BufferUnderflowException;
47 *@tests {@link java.nio.BufferUnderflowException#BufferUnderflowException()}
DirectByteBufferTest.java 16 package org.apache.harmony.nio.tests.java.nio;
18 import java.nio.ByteBuffer;
35 * @tests java.nio.ByteBuffer#allocateDirect(int)
HeapByteBufferTest.java 17 package org.apache.harmony.nio.tests.java.nio;
19 import java.nio.ByteBuffer;
37 * @tests java.nio.ByteBuffer#allocate(int)
InvalidMarkExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio;
18 import java.nio.InvalidMarkException;
43 *@tests {@link java.nio.InvalidMarkException#InvalidMarkException()}
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/
MockAbstractSelector.java 17 package org.apache.harmony.nio.tests.java.nio.channels.spi;
20 import java.nio.channels.SelectionKey;
21 import java.nio.channels.Selector;
22 import java.nio.channels.spi.AbstractSelectableChannel;
23 import java.nio.channels.spi.AbstractSelectionKey;
24 import java.nio.channels.spi.AbstractSelector;
25 import java.nio.channels.spi.SelectorProvider;
  /libcore/luni/src/main/java/java/nio/
SelectionKeyImpl.java 17 package java.nio;
19 import java.nio.channels.CancelledKeyException;
20 import java.nio.channels.SelectableChannel;
21 import java.nio.channels.SelectionKey;
22 import java.nio.channels.Selector;
23 import java.nio.channels.SocketChannel;
24 import java.nio.channels.spi.AbstractSelectableChannel;
25 import java.nio.channels.spi.AbstractSelectionKey;
  /libcore/luni/src/main/java/java/nio/channels/
GatheringByteChannel.java 17 package java.nio.channels;
20 import java.nio.ByteBuffer;
ScatteringByteChannel.java 17 package java.nio.channels;
20 import java.nio.ByteBuffer;
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelectionKey.java 17 package java.nio.channels.spi;
19 import java.nio.channels.SelectionKey;
AbstractInterruptibleChannel.java 18 package java.nio.channels.spi;
21 import java.nio.channels.AsynchronousCloseException;
22 import java.nio.channels.Channel;
23 import java.nio.channels.ClosedByInterruptException;
24 import java.nio.channels.InterruptibleChannel;
65 * {@link java.nio.channels.ClosedChannelException} is thrown.
73 * @see java.nio.channels.Channel#close()
SelectorProvider.java 18 package java.nio.channels.spi;
21 import java.nio.SelectorProviderImpl;
22 import java.nio.channels.Channel;
23 import java.nio.channels.DatagramChannel;
24 import java.nio.channels.Pipe;
25 import java.nio.channels.ServerSocketChannel;
26 import java.nio.channels.SocketChannel;
32 * {@link java.nio.channels.Selector} , {@link ServerSocketChannel}, and
53 * <li> if the system property "java.nio.channels.spi.SelectorProvider" is
57 * "java.nio.channels.spi.SelectorProvider" in META-INF/services of a ja
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
ServerSocketChannelTest.java 17 package libcore.java.nio.channels;
19 import java.nio.channels.ServerSocketChannel;
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_GSM0338.java 16 package libcore.java.nio.charset;
18 import java.nio.charset.CharacterCodingException;
OldCharset_MultiByte_ISO_2022_JP.java 16 package libcore.java.nio.charset;
18 import java.nio.charset.CharacterCodingException;
OldCharset_SingleByte_ISO_8859_3.java 16 package libcore.java.nio.charset;
18 import java.nio.charset.CharacterCodingException;
OldCharset_MultiByte_EUC_JP.java 16 package libcore.java.nio.charset;
18 import java.nio.ByteBuffer;
19 import java.nio.CharBuffer;
20 import java.nio.charset.CharacterCodingException;
21 import java.nio.charset.CodingErrorAction;
    [all...]
OldCharset_MultiByte_EUC_JP_Android.java 16 package libcore.java.nio.charset;
18 import java.nio.ByteBuffer;
19 import java.nio.CharBuffer;
20 import java.nio.charset.CharacterCodingException;
21 import java.nio.charset.CodingErrorAction;
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
MockSocketChannel.java 18 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.ByteBuffer;
24 import java.nio.channels.SocketChannel;
25 import java.nio.channels.spi.SelectorProvider;
PipeTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels;
21 import java.nio.channels.Pipe;
22 import java.nio.channels.Pipe.SinkChannel;
23 import java.nio.channels.Pipe.SourceChannel;
34 * @tests java.nio.channels.Pipe#open()
42 * @tests java.nio.channels.Pipe#sink()
51 * @tests java.nio.channels.Pipe#source()
SelectableChannelTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels;
20 import java.nio.channels.ClosedChannelException;
21 import java.nio.channels.SelectableChannel;
22 import java.nio.channels.SelectionKey;
23 import java.nio.channels.Selector;
24 import java.nio.channels.spi.SelectorProvider;
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 112 java.nio.Buffer pointer
123 java.nio.Buffer data
135 java.nio.Buffer data
172 java.nio.IntBuffer textures
211 java.nio.Buffer indices
241 java.nio.FloatBuffer params
257 java.nio.IntBuffer params
290 java.nio.IntBuffer textures
304 java.nio.IntBuffer params
329 java.nio.FloatBuffer param
    [all...]

Completed in 1257 milliseconds

1 2 3 45 6 7 8 91011>>