Searched refs:nextSetBit (Results 1 – 14 of 14) sorted by relevance
263 for (int downstream = mCurrentDownstreams.nextSetBit(0); downstream >= 0; in maybeRunProvisioning()264 downstream = mCurrentDownstreams.nextSetBit(downstream + 1)) { in maybeRunProvisioning()522 for (int type = mCurrentDownstreams.nextSetBit(0); type >= 0; in dump()523 type = mCurrentDownstreams.nextSetBit(type + 1)) { in dump()539 for (int type = mExemptedDownstreams.nextSetBit(0); type >= 0; in dump()540 type = mExemptedDownstreams.nextSetBit(type + 1)) { in dump()
157 while ((index = removed.nextSetBit(index + 1)) != -1) { in checkHotplug()180 while ((index = added.nextSetBit(index + 1)) != -1) { in checkHotplug()
238 for (int bit = set.nextSetBit(0); bit >= 0; bit = set.nextSetBit(bit+1)) { in namesOf()
61 uint32_t nextSetBit(uint32_t fromIndex) const;
72 lastChar.push_back(coverage.nextSetBit(0)); in init()95 uint32_t nextChar = family->getCoverage().nextSetBit((i + 1) << kLogCharsPerPage); in init()
107 uint32_t SparseBitSet::nextSetBit(uint32_t fromIndex) const { in nextSetBit() function in minikin::SparseBitSet
753 for (int bit = keyMgmt.nextSetBit(0); bit != -1; in wifiConfigurationToSupplicantKeyMgmtMask()754 bit = keyMgmt.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantKeyMgmtMask()824 for (int bit = protoMask.nextSetBit(0); bit != -1; in wifiConfigurationToSupplicantProtoMask()825 bit = protoMask.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantProtoMask()850 for (int bit = authAlgMask.nextSetBit(0); bit != -1; in wifiConfigurationToSupplicantAuthAlgMask()851 bit = authAlgMask.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantAuthAlgMask()876 for (int bit = groupCipherMask.nextSetBit(0); bit != -1; bit = in wifiConfigurationToSupplicantGroupCipherMask()877 groupCipherMask.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantGroupCipherMask()914 for (int bit = groupMgmtCipherMask.nextSetBit(0); bit != -1; bit = in wifiConfigurationToSupplicantGroupMgmtCipherMask()915 groupMgmtCipherMask.nextSetBit(bit + 1)) { in wifiConfigurationToSupplicantGroupMgmtCipherMask()[all …]
2476 int nextSetBit = -1; in writeBitSet() local2480 while ((nextSetBit = set.nextSetBit(nextSetBit + 1)) != -1) { in writeBitSet()2481 dest.writeInt(nextSetBit); in writeBitSet()
8201 for (int code = notedAppOps.nextSetBit(0); code != -1; in readAndLogNotedAppops()8202 code = notedAppOps.nextSetBit(code + 1)) { in readAndLogNotedAppops()8216 for (int code = notedAppOps.nextSetBit(0); code != -1; in readAndLogNotedAppops()8217 code = notedAppOps.nextSetBit(code + 1)) { in readAndLogNotedAppops()
588 int uidRangeIndex = mAvailableUidRanges.nextSetBit(0); in getOrCreateIsolatedUidRangeLocked()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
47795 method public int nextSetBit(int);
35581 HSPLjava/util/BitSet;->nextSetBit(I)I
73286 method public int nextSetBit(int);