HomeSort by relevance Sort by last modified time
    Searched refs:nio (Results 176 - 200 of 728) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/test/java/libcore/java/nio/channels/
ChannelsTest.java 17 package libcore.java.nio.channels;
20 import java.nio.ByteBuffer;
21 import java.nio.channels.Channels;
22 import java.nio.channels.IllegalBlockingModeException;
23 import java.nio.channels.Pipe;
24 import java.nio.channels.WritableByteChannel;
DatagramChannelTest.java 17 package libcore.java.nio.channels;
20 import java.nio.ByteBuffer;
21 import java.nio.channels.DatagramChannel;
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 22 import java.nio.Buffer;
166 java.nio.Buffer data,
176 java.nio.Buffer data
191 java.nio.FloatBuffer equation
206 java.nio.IntBuffer equation
239 java.nio.IntBuffer buffers
263 java.nio.IntBuffer buffers
278 java.nio.IntBuffer params
295 java.nio.IntBuffer params
310 java.nio.FloatBuffer eq
    [all...]
GLES11Ext.java 22 import java.nio.Buffer;
202 java.nio.ShortBuffer coords
215 java.nio.IntBuffer coords
228 java.nio.IntBuffer coords
251 java.nio.FloatBuffer coords
258 java.nio.Buffer image
265 java.nio.Buffer image
302 java.nio.IntBuffer equation
340 java.nio.IntBuffer params
366 java.nio.IntBuffer eq
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 146 void glGetPointerv(int pname, java.nio.Buffer[] params);
155 java.nio.Buffer data,
163 java.nio.Buffer data
174 java.nio.FloatBuffer equation
185 java.nio.IntBuffer equation
210 java.nio.IntBuffer buffers
228 java.nio.IntBuffer buffers
239 java.nio.IntBuffer params
252 java.nio.IntBuffer params
263 java.nio.FloatBuffer eq
    [all...]
GL11Ext.java 60 java.nio.FloatBuffer coords
77 java.nio.IntBuffer coords
94 java.nio.ShortBuffer coords
111 java.nio.IntBuffer coords
129 java.nio.Buffer pointer
143 java.nio.Buffer pointer
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 28 import java.nio.Buffer;
61 public void glGetPointerv(int pname, java.nio.Buffer[] params) {
201 java.nio.Buffer pointer,
209 java.nio.Buffer pointer
237 java.nio.Buffer data
251 java.nio.Buffer data
298 java.nio.IntBuffer textures
353 java.nio.Buffer indices
397 java.nio.FloatBuffer params
419 java.nio.IntBuffer param
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
MockDatagramChannel.java 18 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;
MapModeTest.java 17 package org.apache.harmony.nio.tests.java.nio.channels;
19 import java.nio.channels.FileChannel;
29 * java.nio.channels.FileChannel.MapMode#PRIVATE,READONLY,READWRITE
45 * java.nio.channels.FileChannel.MapMode#toString()
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
WrappedCharBufferTest1.java 17 package org.apache.harmony.nio.tests.java.nio;
19 import java.nio.CharBuffer;
37 * @tests java.nio.CharBuffer#allocate(char[],int,int)
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
UTFCharsetDecoderTest.java 17 package tests.api.java.nio.charset;
20 import java.nio.ByteBuffer;
21 import java.nio.charset.Charset;
UTF16CharsetEncoderTest.java 17 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;
ASCCharsetTest.java 17 package tests.api.java.nio.charset;
38 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testEncode_Normal()
51 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testDecode_Normal()
ISOCharsetTest.java 17 package tests.api.java.nio.charset;
37 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testEncode_Normal()
50 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testDecode_Normal()
UTF16BECharsetEncoderTest.java 17 package tests.api.java.nio.charset;
19 import java.nio.CharBuffer;
20 import java.nio.charset.CharacterCodingException;
21 import java.nio.charset.Charset;
UTF16BECharsetTest.java 17 package tests.api.java.nio.charset;
35 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testEncode_Normal()
46 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testDecode_Normal()
UTF16LECharsetEncoderTest.java 17 package tests.api.java.nio.charset;
19 import java.nio.CharBuffer;
20 import java.nio.charset.CharacterCodingException;
21 import java.nio.charset.Charset;
UTF16LECharsetTest.java 17 package tests.api.java.nio.charset;
35 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testEncode_Normal()
46 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testDecode_Normal()
  /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()
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharacterCodingExceptionTest.java 17 package org.apache.harmony.nio_char.tests.java.nio.charset;
20 import java.nio.charset.CharacterCodingException;
CoderMalfunctionErrorTest.java 17 package org.apache.harmony.nio_char.tests.java.nio.charset;
19 import java.nio.charset.CoderMalfunctionError;
26 * Test java.nio.CoderMalfunctionError.
  /libcore/luni/src/main/java/java/net/
URLEncoder.java 21 import java.nio.charset.Charset;
22 import java.nio.charset.Charsets;
  /libcore/luni/src/main/java/java/nio/channels/
Selector.java 17 package java.nio.channels;
20 import java.nio.channels.spi.SelectorProvider;
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 18 package java.nio.channels.spi;
21 import java.nio.channels.CancelledKeyException;
22 import java.nio.channels.ClosedChannelException;
23 import java.nio.channels.IllegalBlockingModeException;
24 import java.nio.channels.IllegalSelectorException;
25 import java.nio.channels.SelectableChannel;
26 import java.nio.channels.SelectionKey;
27 import java.nio.channels.Selector;
62 * @see java.nio.channels.SelectableChannel#provider()
221 * @see java.nio.channels.SelectableChannel#configureBlocking(boolean
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
Texture.java 19 import java.nio.ByteBuffer;

Completed in 595 milliseconds

1 2 3 4 5 6 78 91011>>