Searched refs:nextSetBit (Results 1 – 15 of 15) sorted by relevance
262 for (int downstream = mCurrentDownstreams.nextSetBit(0); downstream >= 0; in maybeRunProvisioning()263 downstream = mCurrentDownstreams.nextSetBit(downstream + 1)) { in maybeRunProvisioning()520 for (int type = mCurrentDownstreams.nextSetBit(0); type >= 0; in dump()521 type = mCurrentDownstreams.nextSetBit(type + 1)) { in dump()532 for (int type = mExemptedDownstreams.nextSetBit(0); type >= 0; in dump()533 type = mExemptedDownstreams.nextSetBit(type + 1)) { in dump()
241 for (int bit = set.nextSetBit(0); bit >= 0; bit = set.nextSetBit(bit+1)) { in namesOf()
158 while ((index = removed.nextSetBit(index + 1)) != -1) { in checkHotplug()181 while ((index = added.nextSetBit(index + 1)) != -1) { in checkHotplug()
537 int nextSetBit = -1; in writeBitSet() local541 while ((nextSetBit = set.nextSetBit(nextSetBit + 1)) != -1) { in writeBitSet()542 dest.writeInt(nextSetBit); in writeBitSet()
3273 int nextSetBit = -1; in writeBitSet() local3277 while ((nextSetBit = set.nextSetBit(nextSetBit + 1)) != -1) { in writeBitSet()3278 dest.writeInt(nextSetBit); in writeBitSet()
66 uint32_t nextSetBit(uint32_t fromIndex) const;
835 for (int bit = keyMgmt.nextSetBit(0); bit != -1; in wifiConfigurationToSupplicantKeyMgmtMask()836 bit = keyMgmt.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantKeyMgmtMask()906 for (int bit = protoMask.nextSetBit(0); bit != -1; in wifiConfigurationToSupplicantProtoMask()907 bit = protoMask.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantProtoMask()932 for (int bit = authAlgMask.nextSetBit(0); bit != -1; in wifiConfigurationToSupplicantAuthAlgMask()933 bit = authAlgMask.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantAuthAlgMask()958 for (int bit = groupCipherMask.nextSetBit(0); bit != -1; bit = in wifiConfigurationToSupplicantGroupCipherMask()959 groupCipherMask.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantGroupCipherMask()1017 groupMgmtCipherMask.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantGroupMgmtCipherMask()1041 for (int bit = pairwiseCipherMask.nextSetBit(0); bit != -1; in wifiConfigurationToSupplicantPairwiseCipherMask()[all …]
132 uint32_t SparseBitSet::nextSetBit(uint32_t fromIndex) const { in nextSetBit() function in minikin::SparseBitSet
90 lastChar.push_back(coverage.nextSetBit(0)); in init()114 uint32_t nextChar = family->getCoverage().nextSetBit((i + 1) << kLogCharsPerPage); in init()
9342 for (int code = notedAppOps.nextSetBit(0); code != -1; in readAndLogNotedAppops()9343 code = notedAppOps.nextSetBit(code + 1)) { in readAndLogNotedAppops()9357 for (int code = notedAppOps.nextSetBit(0); code != -1; in readAndLogNotedAppops()9358 code = notedAppOps.nextSetBit(code + 1)) { in readAndLogNotedAppops()
659 int uidRangeIndex = mAvailableUidRanges.nextSetBit(0); in getOrCreateIsolatedUidRangeLocked()
4955 HSPLjava/util/BitSet;->nextSetBit(I)I
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
47795 method public int nextSetBit(int);
27561 HSPLjava/util/BitSet;->nextSetBit(I)I