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

  /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 *);
  /external/v8/src/
assembler.h 64 // Returns the position of bound or linked labels. Cannot be used
70 // and the binding position (via its value) of a label.
72 // pos_ < 0 bound label, pos() returns the jump target position
74 // pos_ > 0 linked label, pos() returns the last reference position
109 // "position" (RelocMode position) and "statement position" (RelocMode
110 // statement_position). The "position" is collected at places in the source
112 // location of a stack frame as close as possible. The "statement position" is
115 // invalid/uninitialized position value
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 76 POSITION (2),
180 rs.mElement_POSITION_2 = createAttrib(rs, DataType.FLOAT_32, DataKind.POSITION, 2);
187 rs.mElement_POSITION_3 = createAttrib(rs, DataType.FLOAT_32, DataKind.POSITION, 3);
298 dk == DataKind.POSITION ||
311 if (dk == DataKind.POSITION && (size < 1 || size > 4)) {
  /frameworks/base/libs/ui/tests/
InputReader_test.cpp     [all...]

Completed in 203 milliseconds