Home
last modified time | relevance | path

Searched refs:check_feature (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/test/Modules/Inputs/check-for-sanitizer-feature/
Dmap1 module check_feature {
/external/autotest/server/site_tests/firmware_SoftwareSync/
Dfirmware_SoftwareSync.py37 if self.ec.check_feature('EC_FEATURE_EFS2'):
173 if self.ec.check_feature('EC_FEATURE_EFS2'):
/external/autotest/server/site_tests/firmware_ECPowerButton/
Dfirmware_ECPowerButton.py109 if self.ec.check_feature('EC_FEATURE_EFS2'):
/external/libjpeg-turbo/simd/arm/aarch32/
Djsimd.c40 check_feature(char *buffer, char *feature) in check_feature() function
88 if (check_feature(buffer, "neon")) in parse_proc_cpuinfo()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c1267 static int check_feature(enum qca_wlan_vendor_features feature, in check_feature() function
1301 if (check_feature(QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD, &info)) in qca_nl80211_get_features()
1304 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY, &info)) in qca_nl80211_get_features()
1307 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS, in qca_nl80211_get_features()
1310 if (check_feature(QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD, &info)) in qca_nl80211_get_features()
1312 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA, &info)) in qca_nl80211_get_features()
1314 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_AP, &info)) in qca_nl80211_get_features()
1316 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON, &info)) in qca_nl80211_get_features()
/external/autotest/server/cros/servo/
Dchrome_ec.py406 def check_feature(self, feature): member in ChromeEC