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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
sparse_table.h 52 static const int INDEX_SIZE;
sparse_table.cpp 22 const int SparseTable::INDEX_SIZE = 4;
29 const int index = mIndexTableBuffer->readUint(INDEX_SIZE, readingPos);
35 const int index = mIndexTableBuffer->readUint(INDEX_SIZE, indexTableReadingPos);
52 if (!mIndexTableBuffer->writeUintAndAdvancePosition(NOT_EXIST, INDEX_SIZE, &tailPos)) {
59 const int index = mIndexTableBuffer->readUint(INDEX_SIZE, posInIndexTable);
71 if (!mIndexTableBuffer->writeUint(index, INDEX_SIZE, posInIndexTable)) {
93 return (id / mBlockSize) * INDEX_SIZE;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java 52 private static final int INDEX_SIZE = 11;
113 fileSize = cursor.getLong(INDEX_SIZE);
149 fileSize = uh.update(fileSize, cursor.getLong(INDEX_SIZE));
MediaDetails.java 50 public static final int INDEX_SIZE = 10;
LocalImage.java 68 private static final int INDEX_SIZE = 11;
145 fileSize = cursor.getLong(INDEX_SIZE);
167 fileSize = uh.update(fileSize, cursor.getLong(INDEX_SIZE));
  /packages/apps/Camera2/src/com/android/camera/data/
MediaDetails.java 49 public static final int INDEX_SIZE = 10;

Completed in 188 milliseconds