Searched refs:nextSetBit (Results 1 – 10 of 10) sorted by relevance
241 for (int bit = set.nextSetBit(0); bit >= 0; bit = set.nextSetBit(bit+1)) { in namesOf()
174 while ((index = removed.nextSetBit(index + 1)) != -1) { in checkHotplug()198 while ((index = added.nextSetBit(index + 1)) != -1) { in checkHotplug()
69 uint32_t nextSetBit(uint32_t fromIndex) const;
134 uint32_t SparseBitSet::nextSetBit(uint32_t fromIndex) const { in nextSetBit() function in minikin::SparseBitSet
165 lastChar.push_back(coverage.nextSetBit(0)); in init()199 uint32_t nextChar = family->getCoverage().nextSetBit((i + 1) << kLogCharsPerPage); in init()
10238 for (int code = notedAppOps.nextSetBit(0); code != -1; in readAndLogNotedAppops()10239 code = notedAppOps.nextSetBit(code + 1)) { in readAndLogNotedAppops()10253 for (int code = notedAppOps.nextSetBit(0); code != -1; in readAndLogNotedAppops()10254 code = notedAppOps.nextSetBit(code + 1)) { in readAndLogNotedAppops()
737 int uidRangeIndex = mAvailableUidRanges.nextSetBit(0); in getOrCreateIsolatedUidRangeLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
47795 method public int nextSetBit(int);
27409 HSPLjava/util/BitSet;->nextSetBit(I)I