Home
last modified time | relevance | path

Searched refs:nextSetBit (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DEntitlementManager.java262 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()
/aosp12/frameworks/base/core/java/android/net/metrics/
H A DApfProgramEvent.java241 for (int bit = set.nextSetBit(0); bit >= 0; bit = set.nextSetBit(bit+1)) { in namesOf()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHotplugDetectionAction.java158 while ((index = removed.nextSetBit(index + 1)) != -1) { in checkHotplug()
181 while ((index = added.nextSetBit(index + 1)) != -1) { in checkHotplug()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSecurityParams.java537 int nextSetBit = -1; in writeBitSet() local
541 while ((nextSetBit = set.nextSetBit(nextSetBit + 1)) != -1) { in writeBitSet()
542 dest.writeInt(nextSetBit); in writeBitSet()
H A DWifiConfiguration.java3273 int nextSetBit = -1; in writeBitSet() local
3277 while ((nextSetBit = set.nextSetBit(nextSetBit + 1)) != -1) { in writeBitSet()
3278 dest.writeInt(nextSetBit); in writeBitSet()
/aosp12/frameworks/minikin/include/minikin/
H A DSparseBitSet.h66 uint32_t nextSetBit(uint32_t fromIndex) const;
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java835 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 …]
/aosp12/frameworks/minikin/libs/minikin/
H A DSparseBitSet.cpp132 uint32_t SparseBitSet::nextSetBit(uint32_t fromIndex) const { in nextSetBit() function in minikin::SparseBitSet
H A DFontCollection.cpp90 lastChar.push_back(coverage.nextSetBit(0)); in init()
114 uint32_t nextChar = family->getCoverage().nextSetBit((i + 1) << kLogCharsPerPage); in init()
/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java9342 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()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java659 int uidRangeIndex = mAvailableUidRanges.nextSetBit(0); in getOrCreateIsolatedUidRangeLocked()
/aosp12/art/build/boot/
H A Dboot-image-profile.txt4955 HSPLjava/util/BitSet;->nextSetBit(I)I
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt47795 method public int nextSetBit(int);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt27561 HSPLjava/util/BitSet;->nextSetBit(I)I