HomeSort by relevance Sort by last modified time
    Searched defs:POSITION (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz/src/
harfbuzz-buffer-private.h 82 #define POSITION( pos ) (&buffer->positions[(pos)])
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
CompletionInfoTest.java 31 private static final int POSITION = 1;
83 new CompletionInfo(ID, POSITION, TEXT);
84 CompletionInfo info = new CompletionInfo(ID, POSITION, TEXT, LABEL);
100 assertEquals(POSITION, info.getPosition());
  /external/expat/lib/
xmltok.h 112 typedef struct position { struct
116 } POSITION;
156 POSITION *);
  /frameworks/base/core/java/android/provider/
BrowserContract.java 281 * The position of the bookmark in relation to it's siblings that share the same
285 public static final String POSITION = "position";
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java 272 * @tests java.nio.channels.FileChannel#position()
275 assertEquals(0, readOnlyFileChannel.position());
276 assertEquals(0, writeOnlyFileChannel.position());
277 assertEquals(0, readWriteFileChannel.position());
281 * @tests java.nio.channels.FileChannel#position()
286 assertEquals(0, readOnlyFileChannel.position());
289 assertEquals(CONTENT_LENGTH, readOnlyFileChannel.position());
331 * @tests java.nio.channels.FileChannel#position()
336 assertEquals(CONTENT_LENGTH, writeOnlyFileChannel.position());
340 * @tests java.nio.channels.FileChannel#position()
3045 public long position() throws IOException { method in class:FileChannelTest.MockFileChannel
3049 public FileChannel position(long arg0) throws IOException { method in class:FileChannelTest.MockFileChannel
    [all...]

Completed in 110 milliseconds