Home
last modified time | relevance | path

Searched refs:bitset (Results 1 – 13 of 13) 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.java1017 int supplicantValue, BitSet bitset, in supplicantMaskValueToWifiConfigurationBitSet() argument
1019 bitset.set(bitSetPosition, (supplicantMask & supplicantValue) == supplicantValue); in supplicantMaskValueToWifiConfigurationBitSet()
1025 BitSet bitset = new BitSet(); in supplicantToWifiConfigurationKeyMgmtMask() local
1027 mask, ISupplicantStaNetwork.KeyMgmtMask.NONE, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
1030 mask, ISupplicantStaNetwork.KeyMgmtMask.WPA_PSK, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
1033 mask, ISupplicantStaNetwork.KeyMgmtMask.WPA_EAP, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
1036 mask, ISupplicantStaNetwork.KeyMgmtMask.IEEE8021X, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
1039 mask, ISupplicantStaNetwork.KeyMgmtMask.OSEN, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
1042 mask, ISupplicantStaNetwork.KeyMgmtMask.FT_PSK, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
1045 mask, ISupplicantStaNetwork.KeyMgmtMask.FT_EAP, bitset, in supplicantToWifiConfigurationKeyMgmtMask()
[all …]
/frameworks/native/vulkan/libvulkan/
Ddriver_gen.h107 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions);
110 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions);
Dapi_gen.h221 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions);
225 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions);
Ddriver.h76 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;
97 std::bitset<ProcHook::EXTENSION_COUNT> hook_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_;
369 const std::bitset<ProcHook::EXTENSION_COUNT>&
374 const std::bitset<ProcHook::EXTENSION_COUNT>&
Ddriver_gen.cpp532 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions) { in InitDriverTable()
556 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions) { in InitDriverTable()
Dapi.cpp508 std::bitset<driver::ProcHook::EXTENSION_COUNT> enabled_extensions_;
Dapi_gen.cpp147 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions) { in InitDispatchTable()
190 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/native/cmds/idlcli/vibrator/
DCommandGetCapabilities.cpp58 std::cout << "Capabilities: " << std::bitset<32>(cap) << std::endl; in doMain()
/frameworks/native/libs/gui/include/gui/
DFrameTimestamps.h200 std::bitset<FrameEvents::EVENT_COUNT> mBitset;