Searched refs:bitset (Results 1 – 13 of 13) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | SparseBitSetTest.cpp | 36 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/ |
D | SupplicantStaNetworkHal.java | 1017 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/ |
D | driver_gen.h | 107 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions); 110 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions);
|
D | api_gen.h | 221 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions); 225 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions);
|
D | driver.h | 76 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions; 97 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;
|
D | stubhal.cpp | 45 static std::bitset<kMaxInstances> g_instance_used(false);
|
D | driver.cpp | 108 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>&
|
D | driver_gen.cpp | 532 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions) { in InitDriverTable() 556 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions) { in InitDriverTable()
|
D | api.cpp | 508 std::bitset<driver::ProcHook::EXTENSION_COUNT> enabled_extensions_;
|
D | api_gen.cpp | 147 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/ |
D | FontFamily.cpp | 193 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/ |
D | CommandGetCapabilities.cpp | 58 std::cout << "Capabilities: " << std::bitset<32>(cap) << std::endl; in doMain()
|
/frameworks/native/libs/gui/include/gui/ |
D | FrameTimestamps.h | 200 std::bitset<FrameEvents::EVENT_COUNT> mBitset;
|