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

  /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/v8/test/cctest/
test-reloc-info.cc 57 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
68 RelocIterator it(desc, RelocInfo::ModeMask(RelocInfo::POSITION));
72 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
73 if (mode == RelocInfo::POSITION) {
89 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
106 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION;
  /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...]
  /packages/apps/Browser/src/com/android/browser/
BookmarksLoader.java 46 Bookmarks.POSITION, // 7
  /external/harfbuzz/src/
harfbuzz-buffer-private.h 82 #define POSITION( pos ) (&buffer->positions[(pos)])
harfbuzz-gpos.c 1039 sp->ValueFormat, POSITION( buffer->in_pos ) );
1048 sp->ValueFormat, POSITION( buffer->in_pos ) );
1523 POSITION( first_pos ) )
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer-private.h 82 #define POSITION( pos ) (&buffer->positions[(pos)])
harfbuzz-gpos.c 1039 sp->ValueFormat, POSITION( buffer->in_pos ) );
1048 sp->ValueFormat, POSITION( buffer->in_pos ) );
1523 POSITION( first_pos ) )
    [all...]
  /external/expat/lib/
xmltok.h 112 typedef struct position { struct
116 } POSITION;
156 POSITION *);
xmltok.c 942 const char *end, POSITION *pos)
    [all...]
xmltok_impl.c     [all...]
xmlparse.c 546 POSITION m_position;
616 #define position (parser->m_position) macro
888 memset(&position, 0, sizeof(POSITION));
    [all...]
  /external/v8/src/
assembler.cc 177 // position: 01
344 // Use signed delta-encoding for position.
347 int pos_type_tag = (rmode == RelocInfo::POSITION) ? kNonstatementPositionTag
474 RelocInfo::POSITION :
505 // so it must be a position.
622 case RelocInfo::POSITION:
623 return "position";
625 return "statement position";
711 case POSITION:
    [all...]
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...]
  /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";
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 182 Bookmarks.IS_FOLDER + " DESC, position ASC, _id ASC";
185 static final String DEFAULT_BOOKMARKS_SORT_ORDER_SYNC = "position ASC, _id ASC";
261 map.put(Bookmarks.POSITION, Bookmarks.POSITION);
298 OTHER_BOOKMARKS_PROJECTION_MAP.put(Bookmarks.POSITION,
299 Long.toString(Long.MAX_VALUE) + " AS " + Bookmarks.POSITION);
408 Bookmarks.POSITION + " INTEGER NOT NULL," +
537 values.put(Bookmarks.POSITION, 0);
648 values.put(Bookmarks.POSITION, 0);
673 Bookmarks.POSITION + ","
    [all...]
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetService.java 64 BrowserContract.Bookmarks.POSITION, /* needed for order by */
205 public long getItemId(int position) {
206 return position;
216 public RemoteViews getViewAt(int position) {
217 if (!mBookmarks.moveToPosition(position)) {
  /external/v8/src/arm/
assembler-arm.cc 542 // generated code. pos() is the position the label refers to.
545 // to be generated; pos() is the position of the last
549 // The link chain is terminated by a negative code position (must be aligned)
654 ASSERT(0 <= pos && pos <= pc_offset()); // must have a valid binding position
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 437 milliseconds