Home
last modified time | relevance | path

Searched refs:nio (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
DCharsetDecoderTest.java17 package org.apache.harmony.nio_char.tests.java.nio.charset;
20 import java.nio.BufferOverflowException;
21 import java.nio.ByteBuffer;
22 import java.nio.CharBuffer;
23 import java.nio.charset.CharacterCodingException;
24 import java.nio.charset.Charset;
25 import java.nio.charset.CharsetDecoder;
26 import java.nio.charset.CharsetEncoder;
27 import java.nio.charset.CoderMalfunctionError;
28 import java.nio.charset.CoderResult;
[all …]
DCharsetEncoderTest.java17 package org.apache.harmony.nio_char.tests.java.nio.charset;
20 import java.nio.BufferOverflowException;
21 import java.nio.ByteBuffer;
22 import java.nio.CharBuffer;
23 import java.nio.charset.Charset;
24 import java.nio.charset.CharsetDecoder;
25 import java.nio.charset.CharsetEncoder;
26 import java.nio.charset.CoderMalfunctionError;
27 import java.nio.charset.CoderResult;
143 static class MockMalfunctionEncoder extends java.nio.charset.CharsetEncoder {
DCharsetTest.java17 package org.apache.harmony.nio_char.tests.java.nio.charset;
19 import java.nio.ByteBuffer;
20 import java.nio.CharBuffer;
21 import java.nio.charset.Charset;
22 import java.nio.charset.CharsetDecoder;
23 import java.nio.charset.CharsetEncoder;
24 import java.nio.charset.CoderResult;
25 import java.nio.charset.IllegalCharsetNameException;
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/
DMockAbstractSelector.java17 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;
DAbstractSelectionKeyTest.java17 package org.apache.harmony.nio.tests.java.nio.channels.spi;
19 import java.nio.channels.SelectableChannel;
20 import java.nio.channels.SelectionKey;
21 import java.nio.channels.Selector;
22 import java.nio.channels.spi.AbstractSelectionKey;
DAbstractSelectorTest.java17 package org.apache.harmony.nio.tests.java.nio.channels.spi;
20 import java.nio.channels.IllegalBlockingModeException;
21 import java.nio.channels.SelectionKey;
22 import java.nio.channels.Selector;
23 import java.nio.channels.ServerSocketChannel;
24 import java.nio.channels.spi.SelectorProvider;
DAbstractSelectableChannelTest.java17 package org.apache.harmony.nio.tests.java.nio.channels.spi;
20 import java.nio.channels.ClosedChannelException;
21 import java.nio.channels.IllegalBlockingModeException;
22 import java.nio.channels.IllegalSelectorException;
23 import java.nio.channels.SelectableChannel;
24 import java.nio.channels.SelectionKey;
25 import java.nio.channels.Selector;
26 import java.nio.channels.SocketChannel;
27 import java.nio.channels.spi.AbstractSelectableChannel;
28 import java.nio.channels.spi.SelectorProvider;
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DSelectableChannelTest.java17 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;
DMockServerSocketChannel.java18 package org.apache.harmony.nio.tests.java.nio.channels;
22 import java.nio.channels.ServerSocketChannel;
23 import java.nio.channels.SocketChannel;
24 import java.nio.channels.spi.SelectorProvider;
DPipeTest.java17 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;
DMockSocketChannel.java18 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;
DSocketChannelTest.java18 package org.apache.harmony.nio.tests.java.nio.channels;
31 import java.nio.Buffer;
32 import java.nio.ByteBuffer;
33 import java.nio.channels.AlreadyConnectedException;
34 import java.nio.channels.ClosedChannelException;
35 import java.nio.channels.ConnectionPendingException;
36 import java.nio.channels.IllegalBlockingModeException;
37 import java.nio.channels.NoConnectionPendingException;
38 import java.nio.channels.NotYetConnectedException;
39 import java.nio.channels.ServerSocketChannel;
[all …]
DMockDatagramChannel.java18 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.ByteBuffer;
24 import java.nio.channels.DatagramChannel;
25 import java.nio.channels.spi.SelectorProvider;
DFileChannelLockingTest.java17 package org.apache.harmony.nio.tests.java.nio.channels;
25 import java.nio.channels.FileChannel;
26 import java.nio.channels.FileLock;
27 import java.nio.channels.NonReadableChannelException;
28 import java.nio.channels.NonWritableChannelException;
29 import java.nio.channels.OverlappingFileLockException;
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
DISOCharsetEncoderTest.java16 package tests.api.java.nio.charset;
18 import java.nio.ByteBuffer;
19 import java.nio.CharBuffer;
20 import java.nio.charset.CharacterCodingException;
21 import java.nio.charset.Charset;
22 import java.nio.charset.CoderResult;
23 import java.nio.charset.CodingErrorAction;
24 import java.nio.charset.UnmappableCharacterException;
DUTF16CharsetEncoderTest.java17 package tests.api.java.nio.charset;
19 import java.nio.ByteBuffer;
20 import java.nio.CharBuffer;
21 import java.nio.charset.CharacterCodingException;
22 import java.nio.charset.Charset;
23 import java.nio.charset.CharsetDecoder;
DUTF16CharsetDecoderTest.java17 package tests.api.java.nio.charset;
20 import java.nio.ByteBuffer;
21 import java.nio.CharBuffer;
22 import java.nio.charset.CharacterCodingException;
23 import java.nio.charset.Charset;
24 import java.nio.charset.CoderResult;
25 import java.nio.charset.CodingErrorAction;
/external/apache-harmony/nio/src/test/java/unix/org/apache/harmony/nio/tests/java/nio/channels/
DUnixSelectorTest.java17 package org.apache.harmony.nio.tests.java.nio.channels;
21 import java.nio.channels.SelectableChannel;
22 import java.nio.channels.SelectionKey;
23 import java.nio.channels.Selector;
24 import java.nio.channels.ServerSocketChannel;
25 import java.nio.channels.SocketChannel;
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DMappedByteBufferTest.java18 package org.apache.harmony.nio.tests.java.nio;
25 import java.nio.BufferUnderflowException;
26 import java.nio.ByteBuffer;
27 import java.nio.IntBuffer;
28 import java.nio.MappedByteBuffer;
29 import java.nio.channels.FileChannel;
30 import java.nio.channels.NonWritableChannelException;
31 import java.nio.channels.FileChannel.MapMode;
DDirectIntBufferTest.java16 package org.apache.harmony.nio.tests.java.nio;
18 import java.nio.ByteBuffer;
19 import java.nio.ByteOrder;
DDirectLongBufferTest.java16 package org.apache.harmony.nio.tests.java.nio;
18 import java.nio.ByteBuffer;
19 import java.nio.ByteOrder;
DDirectCharBufferTest.java16 package org.apache.harmony.nio.tests.java.nio;
18 import java.nio.ByteBuffer;
19 import java.nio.ByteOrder;
DDirectFloatBufferTest.java16 package org.apache.harmony.nio.tests.java.nio;
18 import java.nio.ByteBuffer;
19 import java.nio.ByteOrder;
DDirectDoubleBufferTest.java16 package org.apache.harmony.nio.tests.java.nio;
18 import java.nio.ByteBuffer;
19 import java.nio.ByteOrder;
DDirectShortBufferTest.java16 package org.apache.harmony.nio.tests.java.nio;
18 import java.nio.ByteBuffer;
19 import java.nio.ByteOrder;

12345678910>>...24