OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:word_index
(Results
1 - 2
of
2
) sorted by null
/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
));
/external/chromium/net/disk_cache/
bitmap.cc
224
int
word_index
= bit_index >> kLogIntBits;
local
225
uint32 one_word = map_[
word_index
];
250
while (
word_index
< last_word_index) {
252
*index = (
word_index
<< kLogIntBits) + FindLSBNonEmpty(one_word, value);
255
one_word = map_[++
word_index
];
269
*index = (
word_index
<< kLogIntBits) + FindLSBNonEmpty(one_word, value);
Completed in 105 milliseconds