/external/harfbuzz/src/ |
harfbuzz-buffer-private.h | 82 #define POSITION( pos ) (&buffer->positions[(pos)])
|
/external/harfbuzz_ng/src/hb-old/ |
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/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 | 179 // Returns the position of bound or linked labels. Cannot be used 186 // and the binding position (via its value) of a label. 188 // pos_ < 0 bound label, pos() returns the jump target position 190 // pos_ > 0 linked label, pos() returns the last reference position 234 // "position" (RelocMode position) and "statement position" (RelocMode 235 // statement_position). The "position" is collected at places in the source 237 // location of a stack frame as close as possible. The "statement position" is 240 // invalid/uninitialized position value [all...] |
/external/v8/src/ |
assembler.h | 105 // Returns the position of bound or linked labels. Cannot be used 112 // and the binding position (via its value) of a label. 114 // pos_ < 0 bound label, pos() returns the jump target position 116 // pos_ > 0 linked label, pos() returns the last reference position 161 // "position" (RelocMode position) and "statement position" (RelocMode 162 // statement_position). The "position" is collected at places in the source 164 // location of a stack frame as close as possible. The "statement position" is 167 // invalid/uninitialized position value [all...] |
/frameworks/base/services/input/tests/ |
InputReader_test.cpp | [all...] |
/libcore/harmony-tests/src/test/java/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...] |
/external/chromium_org/v8/include/ |
v8.h | [all...] |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |