HomeSort by relevance Sort by last modified time
    Searched full:word_index (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
bitmap.cc 215 int word_index = bit_index >> kLogIntBits; local
216 uint32 one_word = map_[word_index];
241 while (word_index < last_word_index) {
243 *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value);
246 one_word = map_[++word_index];
260 *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value);
  /cts/tests/tests/provider/src/android/provider/cts/
UserDictionary_WordsTest.java 47 private static final int WORD_INDEX = 1;
89 assertEquals(word, cursor.getString(WORD_INDEX));

Completed in 42 milliseconds