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

  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-buffer-private.h 82 #define POSITION( pos ) (&buffer->positions[(pos)])
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
CompletionInfoTest.java 26 private static final int POSITION = 1;
31 new CompletionInfo(ID, POSITION, TEXT);
32 CompletionInfo info = new CompletionInfo(ID, POSITION, TEXT, LABEL);
48 assertEquals(POSITION, info.getPosition());
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mvref_common.c 16 typedef struct position { struct
19 } POSITION;
79 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = {
182 const POSITION *mi_pos) {
204 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type];
216 const POSITION *const mv_ref = &mv_ref_search[i];
236 const POSITION *const mv_ref = &mv_ref_search[i];
262 const POSITION *mv_ref = &mv_ref_search[i];
  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c 16 typedef struct position { struct
19 } POSITION;
79 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = {
182 const POSITION *mi_pos) {
204 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type];
216 const POSITION *const mv_ref = &mv_ref_search[i];
236 const POSITION *const mv_ref = &mv_ref_search[i];
262 const POSITION *mv_ref = &mv_ref_search[i];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.c 16 typedef struct position { struct
19 } POSITION;
79 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = {
182 const POSITION *mi_pos) {
204 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type];
216 const POSITION *const mv_ref = &mv_ref_search[i];
236 const POSITION *const mv_ref = &mv_ref_search[i];
262 const POSITION *mv_ref = &mv_ref_search[i];
  /external/expat/lib/
xmltok.h 112 typedef struct position { struct
116 } POSITION;
156 POSITION *);
  /frameworks/base/core/java/android/provider/
BrowserContract.java 367 * The position of the bookmark in relation to it's siblings that share the same
372 public static final String POSITION = "position";
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 97 POSITION = 315,
205 #define POSITION 315
program_parse.tab.c 181 (Current).position = YYRHSLOC(Rhs, 1).position; \
189 (Current).position = YYRHSLOC(Rhs, 0).position \
282 POSITION = 315,
390 #define POSITION 315
    [all...]
  /external/chromium_org/v8/src/
assembler.h 234 // Returns the position of bound or linked labels. Cannot be used
241 // and the binding position (via its value) of a label.
243 // pos_ < 0 bound label, pos() returns the jump target position
245 // pos_ > 0 linked label, pos() returns the last reference position
301 // "position" (RelocMode position) and "statement position" (RelocMode
302 // statement_position). The "position" is collected at places in the source
304 // location of a stack frame as close as possible. The "statement position" is
307 // invalid/uninitialized position value
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1085 milliseconds