Searched refs:bitset (Results 1 – 15 of 15) 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 | 948 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/ |
D | SplitDependencyLoader.java | 221 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/ |
D | driver_gen.h | 104 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions); 107 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions);
|
D | api_gen.h | 219 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions); 223 const std::bitset<driver::ProcHook::EXTENSION_COUNT>& extensions);
|
D | driver.h | 78 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions; 101 std::bitset<ProcHook::EXTENSION_COUNT> hook_extensions;
|
D | code-generator.tmpl | 40 #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)
|
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_; 367 const std::bitset<ProcHook::EXTENSION_COUNT>& 372 const std::bitset<ProcHook::EXTENSION_COUNT>&
|
D | driver_gen.cpp | 509 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions) { in InitDriverTable() 533 const std::bitset<ProcHook::EXTENSION_COUNT>& extensions) { in InitDriverTable()
|
D | api.cpp | 505 std::bitset<driver::ProcHook::EXTENSION_COUNT> enabled_extensions_;
|
D | api_gen.cpp | 148 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/ |
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/opt/gamesdk/src/swappy/ |
D | CpuInfo.cpp | 161 std::bitset<32> mask; in to_mask()
|
/frameworks/native/libs/gui/include/gui/ |
D | FrameTimestamps.h | 200 std::bitset<FrameEvents::EVENT_COUNT> mBitset;
|