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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
ReadOnlyDoubleBufferTest.java 16 package org.apache.harmony.nio.tests.java.nio;
22 import java.nio.DoubleBuffer;
23 import java.nio.ReadOnlyBufferException;
25 @TestTargetClass(java.nio.DoubleBuffer.class)
187 args = {java.nio.DoubleBuffer.class}
ReadOnlyFloatBufferTest.java 16 package org.apache.harmony.nio.tests.java.nio;
22 import java.nio.FloatBuffer;
23 import java.nio.ReadOnlyBufferException;
25 @TestTargetClass(java.nio.FloatBuffer.class)
188 args = {java.nio.FloatBuffer.class}
ReadOnlyIntBufferTest.java 16 package org.apache.harmony.nio.tests.java.nio;
22 import java.nio.IntBuffer;
23 import java.nio.ReadOnlyBufferException;
25 @TestTargetClass(java.nio.IntBuffer.class)
188 args = {java.nio.IntBuffer.class}
ReadOnlyLongBufferTest.java 16 package org.apache.harmony.nio.tests.java.nio;
22 import java.nio.LongBuffer;
23 import java.nio.ReadOnlyBufferException;
25 @TestTargetClass(java.nio.LongBuffer.class)
188 args = {java.nio.LongBuffer.class}
ReadOnlyShortBufferTest.java 16 package org.apache.harmony.nio.tests.java.nio;
22 import java.nio.ReadOnlyBufferException;
23 import java.nio.ShortBuffer;
25 @TestTargetClass(java.nio.ShortBuffer.class)
188 args = {java.nio.ShortBuffer.class}
IntBufferTest.java 18 package org.apache.harmony.nio.tests.java.nio;
25 import java.nio.BufferOverflowException;
26 import java.nio.BufferUnderflowException;
27 import java.nio.ByteBuffer;
28 import java.nio.ByteOrder;
29 import java.nio.IntBuffer;
30 import java.nio.InvalidMarkException;
33 * Tests java.nio.IntBuffer
36 @TestTargetClass(java.nio.IntBuffer.class
    [all...]
ShortBufferTest.java 18 package org.apache.harmony.nio.tests.java.nio;
25 import java.nio.BufferOverflowException;
26 import java.nio.BufferUnderflowException;
27 import java.nio.ByteBuffer;
28 import java.nio.ByteOrder;
29 import java.nio.InvalidMarkException;
30 import java.nio.ShortBuffer;
33 * Tests java.nio.ShortBuffer
36 @TestTargetClass(java.nio.ShortBuffer.class
    [all...]
DoubleBufferTest.java 18 package org.apache.harmony.nio.tests.java.nio;
25 import java.nio.BufferOverflowException;
26 import java.nio.BufferUnderflowException;
27 import java.nio.ByteBuffer;
28 import java.nio.ByteOrder;
29 import java.nio.DoubleBuffer;
30 import java.nio.InvalidMarkException;
33 * Tests java.nio.DoubleBuffer
35 @TestTargetClass(java.nio.DoubleBuffer.class
    [all...]
FloatBufferTest.java 18 package org.apache.harmony.nio.tests.java.nio;
25 import java.nio.BufferOverflowException;
26 import java.nio.BufferUnderflowException;
27 import java.nio.ByteBuffer;
28 import java.nio.ByteOrder;
29 import java.nio.FloatBuffer;
30 import java.nio.InvalidMarkException;
33 * Tests java.nio.FloatBuffer
36 @TestTargetClass(java.nio.FloatBuffer.class
    [all...]
LongBufferTest.java 18 package org.apache.harmony.nio.tests.java.nio;
25 import java.nio.BufferOverflowException;
26 import java.nio.BufferUnderflowException;
27 import java.nio.ByteOrder;
28 import java.nio.InvalidMarkException;
29 import java.nio.LongBuffer;
32 * Tests java.nio.LongBuffer
35 @TestTargetClass(java.nio.LongBuffer.class)
235 args = {java.nio.LongBuffer.class
    [all...]
ReadOnlyCharBufferTest.java 16 package org.apache.harmony.nio.tests.java.nio;
22 import java.nio.CharBuffer;
23 import java.nio.ReadOnlyBufferException;
25 @TestTargetClass(java.nio.CharBuffer.class)
187 args = {java.nio.CharBuffer.class}
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetEncoderDecoderBufferTest.java 17 package tests.api.java.nio.charset;
26 import java.nio.charset.Charset;
27 import java.nio.charset.CharsetDecoder;
28 import java.nio.charset.CharsetEncoder;
29 import java.nio.ByteBuffer;
30 import java.nio.CharBuffer;
AbstractCharsetTestCase.java 18 package tests.api.java.nio.charset;
20 import java.nio.ByteBuffer;
21 import java.nio.CharBuffer;
22 import java.nio.charset.Charset;
163 args = {java.nio.CharBuffer.class}
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 26 import java.nio.ByteBuffer;
27 import java.nio.CharBuffer;
28 import java.nio.charset.Charset;
29 import java.nio.charset.CharsetEncoder;
30 import java.nio.charset.CoderResult;
31 import java.nio.charset.IllegalCharsetNameException;
32 import java.nio.charset.UnsupportedCharsetException;
  /external/guava/javadoc/com/google/common/io/
Files.html 131 <TD><CODE><B><A HREF="../../../../com/google/common/io/Files.html#append(java.lang.CharSequence, java.io.File, java.nio.charset.Charset)">append</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</A>&nbsp;from,
133 <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</A>&nbsp;charset)</CODE>
142 <TD><CODE><B><A HREF="../../../../com/google/common/io/Files.html#copy(java.io.File, java.nio.charset.Charset, java.lang.Appendable)">copy</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>&nbsp;from,
143 <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</A>&nbsp;charset,
162 <TD><CODE><B><A HREF="../../../../com/google/common/io/Files.html#copy(java.io.File, java.nio.charset.Charset, com.google.common.io.OutputSupplier)">copy</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</A>&nbsp;from,
163 <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</A>&nbsp;charset,
221 <TD><CODE><B><A HREF="../../../../com/google/common/io/Files.html#copy(com.google.common.io.InputSupplier, java.io.File, java.nio.charset.Charset)">copy</A></B>(<A HREF="../../../../com/google/common/io/InputSupplier.html" title (…)
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
URLDecoder.java 21 import java.nio.ByteBuffer;
22 import java.nio.CharBuffer;
23 import java.nio.charset.Charset;
24 import java.nio.charset.IllegalCharsetNameException;
25 import java.nio.charset.UnsupportedCharsetException;
  /frameworks/base/opengl/tools/glgen/stubs/gles11/
GLES10cHeader.cpp 59 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
62 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
66 "getBasePointer", "(Ljava/nio/Buffer;)J");
68 "getBaseArray", "(Ljava/nio/Buffer;)Ljava/lang/Object;");
70 "getBaseArrayOffset", "(Ljava/nio/Buffer;)I");
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
ServerSocketChannelTest.java 18 package org.apache.harmony.nio.tests.java.nio.channels;
33 import java.nio.ByteBuffer;
34 import java.nio.channels.AsynchronousCloseException;
35 import java.nio.channels.ClosedByInterruptException;
36 import java.nio.channels.ClosedChannelException;
37 import java.nio.channels.IllegalBlockingModeException;
38 import java.nio.channels.NotYetBoundException;
39 import java.nio.channels.SelectionKey;
40 import java.nio.channels.ServerSocketChannel
    [all...]
  /dalvik/libcore/luni/src/test/java/java/nio/charset/
CharsetDecoderTest.java 17 package java.nio.charset;
19 import java.nio.ByteBuffer;
20 import java.nio.CharBuffer;
  /dalvik/libcore/nio/src/main/java/java/nio/
NIOAccess.java 17 package java.nio;
20 import org.apache.harmony.nio.internal.DirectBuffer;
24 * an NIO Buffer, breaking encapsulation in the name of efficiency.
DirectByteBuffer.java 18 package java.nio;
22 import org.apache.harmony.nio.internal.DirectBuffer;
23 import org.apache.harmony.nio.internal.nls.Messages;
92 * @see java.nio.ByteBuffer#get(byte[], int, int)
230 // nio.08=Cannot use the direct byte buffer after it has been
232 throw new IllegalStateException(Messages.getString("nio.08")); //$NON-NLS-1$
  /dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
MalformedInputExceptionTest.java 17 package org.apache.harmony.nio_char.tests.java.nio.charset;
25 import java.nio.charset.CharacterCodingException;
26 import java.nio.charset.MalformedInputException;
UnmappableCharacterExceptionTest.java 17 package org.apache.harmony.nio_char.tests.java.nio.charset;
25 import java.nio.charset.CharacterCodingException;
26 import java.nio.charset.UnmappableCharacterException;
  /frameworks/base/opengl/java/android/opengl/
Group.java 19 import java.nio.ByteBuffer;
20 import java.nio.ByteOrder;
21 import java.nio.ShortBuffer;
Texture.java 21 import java.nio.Buffer;
22 import java.nio.ByteBuffer;
23 import java.nio.ByteOrder;

Completed in 383 milliseconds

1 2 3 4 5 6 7 8 91011>>