Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DEntitlementManager.java263 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()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHotplugDetectionAction.java157 while ((index = removed.nextSetBit(index + 1)) != -1) { in checkHotplug()
180 while ((index = added.nextSetBit(index + 1)) != -1) { in checkHotplug()
/frameworks/base/core/java/android/net/metrics/
DApfProgramEvent.java238 for (int bit = set.nextSetBit(0); bit >= 0; bit = set.nextSetBit(bit+1)) { in namesOf()
/frameworks/minikin/include/minikin/
DSparseBitSet.h61 uint32_t nextSetBit(uint32_t fromIndex) const;
/frameworks/minikin/libs/minikin/
DFontCollection.cpp72 lastChar.push_back(coverage.nextSetBit(0)); in init()
95 uint32_t nextChar = family->getCoverage().nextSetBit((i + 1) << kLogCharsPerPage); in init()
DSparseBitSet.cpp107 uint32_t SparseBitSet::nextSetBit(uint32_t fromIndex) const { in nextSetBit() function in minikin::SparseBitSet
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java753 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 …]
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java2476 int nextSetBit = -1; in writeBitSet() local
2480 while ((nextSetBit = set.nextSetBit(nextSetBit + 1)) != -1) { in writeBitSet()
2481 dest.writeInt(nextSetBit); in writeBitSet()
/frameworks/base/core/java/android/app/
DAppOpsManager.java8201 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()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java588 int uidRangeIndex = mAvailableUidRanges.nextSetBit(0); in getOrCreateIsolatedUidRangeLocked()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt47795 method public int nextSetBit(int);
/frameworks/base/config/
Dboot-image-profile.txt35581 HSPLjava/util/BitSet;->nextSetBit(I)I
/frameworks/base/api/
Dcurrent.txt73286 method public int nextSetBit(int);