HomeSort by relevance Sort by last modified time
    Searched full:nio (Results 151 - 175 of 641) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
ClosedSelectorExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.ClosedSelectorException;
36 * @tests {@link java.nio.channels.ClosedSelectorException#ClosedSelectorException()}
ConnectionPendingExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.ConnectionPendingException;
36 * @tests {@link java.nio.channels.ConnectionPendingException#ConnectionPendingException()}
FileLockInterruptionExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.FileLockInterruptionException;
36 * @tests {@link java.nio.channels.FileLockInterruptionException#FileLockInterruptionException()}
IllegalBlockingModeExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.IllegalBlockingModeException;
36 * @tests {@link java.nio.channels.IllegalBlockingModeException#IllegalBlockingModeException()}
IllegalSelectorExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.IllegalSelectorException;
36 * @tests {@link java.nio.channels.IllegalSelectorException#IllegalSelectorException()}
NoConnectionPendingExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.NoConnectionPendingException;
36 * @tests {@link java.nio.channels.NoConnectionPendingException#NoConnectionPendingException()}
NonReadableChannelExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.NonReadableChannelException;
36 * @tests {@link java.nio.channels.NonReadableChannelException#NonReadableChannelException()}
NonWritableChannelExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.NonWritableChannelException;
36 * @tests {@link java.nio.channels.NonWritableChannelException#NonWritableChannelException()}
NotYetBoundExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.NotYetBoundException;
36 * @tests {@link java.nio.channels.NotYetBoundException#NotYetBoundException()}
NotYetConnectedExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.NotYetConnectedException;
36 * @tests {@link java.nio.channels.NotYetConnectedException#NotYetConnectedException()}
OverlappingFileLockExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.OverlappingFileLockException;
36 * @tests {@link java.nio.channels.OverlappingFileLockException#OverlappingFileLockException()}
UnresolvedAddressExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.UnresolvedAddressException;
36 * @tests {@link java.nio.channels.UnresolvedAddressException#UnresolvedAddressException()}
UnsupportedAddressTypeExceptionTest.java 16 package org.apache.harmony.nio.tests.java.nio.channels;
23 import java.nio.channels.UnsupportedAddressTypeException;
36 * @tests {@link java.nio.channels.UnsupportedAddressTypeException#UnsupportedAddressTypeException()}
DatagramChannelTest.java 18 package org.apache.harmony.nio.tests.java.nio.channels;
32 import java.nio.ByteBuffer;
33 import java.nio.channels.AsynchronousCloseException;
34 import java.nio.channels.ClosedByInterruptException;
35 import java.nio.channels.ClosedChannelException;
36 import java.nio.channels.DatagramChannel;
37 import java.nio.channels.IllegalBlockingModeException;
38 import java.nio.channels.NotYetConnectedException;
39 import java.nio.channels.SelectionKey
    [all...]
MockSecurityManager.java 1 package org.apache.harmony.nio.tests.java.nio.channels;
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels.spi;
26 import java.nio.channels.ClosedChannelException;
27 import java.nio.channels.IllegalBlockingModeException;
28 import java.nio.channels.IllegalSelectorException;
29 import java.nio.channels.SelectableChannel;
30 import java.nio.channels.SelectionKey;
31 import java.nio.channels.Selector;
32 import java.nio.channels.SocketChannel;
33 import java.nio.channels.spi.AbstractSelectableChannel
    [all...]
  /dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/spi/
CharsetProviderTest.java 17 package org.apache.harmony.nio_char.tests.java.nio.charset.spi;
24 import java.nio.charset.Charset;
25 import java.nio.charset.spi.CharsetProvider;
32 * Test class java.nio.charset.spi.CharsetProvider.
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
UTF16BECharsetDecoderTest.java 17 package tests.api.java.nio.charset;
22 import java.nio.ByteBuffer;
23 import java.nio.charset.Charset;
29 @TestTargetClass(java.nio.charset.CharsetDecoder.class)
UTF16LECharsetDecoderTest.java 17 package tests.api.java.nio.charset;
25 import java.nio.ByteBuffer;
26 import java.nio.charset.Charset;
31 @TestTargetClass(java.nio.charset.CharsetDecoder.class)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLWorld.java 19 import java.nio.ByteBuffer;
20 import java.nio.ByteOrder;
21 import java.nio.IntBuffer;
22 import java.nio.ShortBuffer;
  /frameworks/base/core/jni/
android_nio_utils.cpp 100 jclass localClass = findClass(env, "java/nio/NIOAccess");
102 "getBasePointer", "(Ljava/nio/Buffer;)J");
104 "getBaseArray", "(Ljava/nio/Buffer;)Ljava/lang/Object;");
106 "getBaseArrayOffset", "(Ljava/nio/Buffer;)I");
  /packages/apps/Email/src/com/beetstra/jutf7/
UTF7StyleCharset.java 27 import java.nio.charset.Charset;
28 import java.nio.charset.CharsetDecoder;
29 import java.nio.charset.CharsetEncoder;
58 * @param canonicalName The name as defined in java.nio.charset.Charset
59 * @param aliases The aliases as defined in java.nio.charset.Charset
72 * @see java.nio.charset.Charset#contains(java.nio.charset.Charset)
80 * @see java.nio.charset.Charset#newDecoder()
88 * @see java.nio.charset.Charset#newEncoder()
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 424 java.nio.Buffer data,
434 java.nio.Buffer data
495 java.nio.Buffer data
509 java.nio.Buffer data
567 java.nio.IntBuffer buffers
582 java.nio.IntBuffer framebuffers
603 java.nio.IntBuffer renderbuffers
    [all...]
  /dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java 18 package java.nio.channels.spi;
22 import java.nio.channels.AsynchronousCloseException;
23 import java.nio.channels.Channel;
24 import java.nio.channels.ClosedByInterruptException;
25 import java.nio.channels.InterruptibleChannel;
80 * @see java.nio.channels.Channel#isOpen()
92 * {@link java.nio.channels.ClosedChannelException} is thrown.
100 * @see java.nio.channels.Channel#close()
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
DirectShortBufferTest.java 16 package org.apache.harmony.nio.tests.java.nio;
22 import java.nio.BufferOverflowException;
23 import java.nio.ByteBuffer;
24 import java.nio.ByteOrder;
25 import java.nio.ShortBuffer;
26 import java.nio.IntBuffer;
28 @TestTargetClass(java.nio.ShortBuffer.class)

Completed in 366 milliseconds

1 2 3 4 5 67 8 91011>>