Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DSparseBitSetTest.cpp36 SparseBitSet bitset(range.data(), range.size() / 2); in TEST() local
44 ASSERT_FALSE(bitset.get(ch)) << std::hex << ch; in TEST()
47 ASSERT_TRUE(bitset.get(ch)) << std::hex << ch; in TEST()
51 ASSERT_FALSE(bitset.get(ch)) << std::hex << ch; in TEST()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java948 int supplicantValue, BitSet bitset, in supplicantMaskValueToWifiConfigurationBitSet() argument
950 bitset.set(bitSetPosition, (supplicantMask & supplicantValue) == supplicantValue); in supplicantMaskValueToWifiConfigurationBitSet()
956 BitSet bitset = new BitSet(); in supplicantToWifiConfigurationKeyMgmtMask() local
958 mask, ISupplicantStaNetwork.KeyMgmtMask.NONE, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
961 mask, ISupplicantStaNetwork.KeyMgmtMask.WPA_PSK, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
964 mask, ISupplicantStaNetwork.KeyMgmtMask.WPA_EAP, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
967 mask, ISupplicantStaNetwork.KeyMgmtMask.IEEE8021X, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
970 mask, ISupplicantStaNetwork.KeyMgmtMask.OSEN, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
973 mask, ISupplicantStaNetwork.KeyMgmtMask.FT_PSK, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
976 mask, ISupplicantStaNetwork.KeyMgmtMask.FT_EAP, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
[all …]
/frameworks/base/core/java/android/content/pm/split/
DSplitDependencyLoader.java221 final BitSet bitset = new BitSet(); in createDependenciesFromPackage() local
225 bitset.clear(); in createDependenciesFromPackage()
228 if (bitset.get(splitIdx)) { in createDependenciesFromPackage()
233 bitset.set(splitIdx); in createDependenciesFromPackage()
/frameworks/native/vulkan/libvulkan/
Ddriver_gen.h104 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions);
107 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions);
Dapi_gen.h219 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions);
223 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions);
Ddriver.h78 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;
101 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;
Dcode-generator.tmpl40 #include <bitset>
70 const std::bitset<driver::ProcHook::EXTENSION_COUNT> &extensions);
74 const std::bitset<driver::ProcHook::EXTENSION_COUNT> &extensions);
124 const std::bitset<driver::ProcHook::EXTENSION_COUNT> &extensions) {
142 const std::bitset<driver::ProcHook::EXTENSION_COUNT> &extensions) {
220 #include <bitset>
253 const std::bitset<ProcHook::EXTENSION_COUNT> &extensions);
255 const std::bitset<ProcHook::EXTENSION_COUNT> &extensions);
336 const std::bitset<ProcHook::EXTENSION_COUNT> &extensions)
353 const std::bitset<ProcHook::EXTENSION_COUNT> &extensions)
Dstubhal.cpp45 static std::bitset<kMaxInstances> g_instance_used(false);
Ddriver.cpp108 const std::bitset<ProcHook::EXTENSION_COUNT>& GetHookExtensions() const;
109 const std::bitset<ProcHook::EXTENSION_COUNT>& GetHalExtensions() const;
148 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions_;
149 std::bitset<ProcHook::EXTENSION_COUNT> hal_extensions_;
367 const std::bitset<ProcHook::EXTENSION_COUNT>&
372 const std::bitset<ProcHook::EXTENSION_COUNT>&
Ddriver_gen.cpp509 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions) { in InitDriverTable()
533 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions) { in InitDriverTable()
Dapi.cpp505 std::bitset<driver::ProcHook::EXTENSION_COUNT> enabled_extensions_;
Dapi_gen.cpp148 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions) { in InitDispatchTable()
191 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions) { in InitDispatchTable()
/frameworks/minikin/libs/minikin/
DFontFamily.cpp193 const std::unique_ptr<SparseBitSet>& bitset = mCmapFmt14Coverage[vsIndex]; in hasGlyph() local
194 if (bitset.get() == nullptr) { in hasGlyph()
198 return bitset->get(codepoint); in hasGlyph()
/frameworks/opt/gamesdk/src/swappy/
DCpuInfo.cpp161 std::bitset<32> mask; in to_mask()
/frameworks/native/libs/gui/include/gui/
DFrameTimestamps.h200 std::bitset<FrameEvents::EVENT_COUNT> mBitset;