Searched refs:check_feature (Results 1 - 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-main/ |
H A D | main-unix.c | 386 check_feature (jerry_feature_t feature, /**< feature to check */ in check_feature() function 396 } /* check_feature */ in check_feature() 526 if (check_feature (JERRY_FEATURE_MEM_STATS, cli_state.arg)) in main() 540 if (check_feature (JERRY_FEATURE_PARSER_DUMP, cli_state.arg)) in main() 554 if (check_feature (JERRY_FEATURE_REGEXP_DUMP, cli_state.arg)) in main() 563 if (check_feature (JERRY_FEATURE_DEBUGGER, cli_state.arg)) in main() 571 if (check_feature (JERRY_FEATURE_DEBUGGER, cli_state.arg)) in main() 579 if (check_feature (JERRY_FEATURE_DEBUGGER, cli_state.arg)) in main() 589 if (check_feature (JERRY_FEATURE_DEBUGGER, cli_state.arg)) in main() 599 if (check_feature (JERRY_FEATURE_DEBUGGE in main() [all...] |
H A D | main-unix-snapshot.c | 93 check_feature (jerry_feature_t feature, /**< feature to check */ in check_feature() function 103 } /* check_feature */ in check_feature() 291 if (check_feature (JERRY_FEATURE_PARSER_DUMP, cli_state_p->arg)) in process_generate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_capa.c | 1138 static int check_feature(enum qca_wlan_vendor_features feature, in check_feature() function 1171 if (check_feature(QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD, &info)) in qca_nl80211_get_features() 1174 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY, &info)) in qca_nl80211_get_features() 1177 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS, in qca_nl80211_get_features() 1180 if (check_feature(QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD, &info)) in qca_nl80211_get_features() 1182 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA, &info)) in qca_nl80211_get_features() 1184 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_AP, &info)) in qca_nl80211_get_features() 1186 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON, &info)) in qca_nl80211_get_features()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/ |
H A D | jsimd.c | 40 check_feature(char *buffer, char *feature) in check_feature() function 88 if (check_feature(buffer, "neon")) in parse_proc_cpuinfo()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_capa.c | 1274 static int check_feature(enum qca_wlan_vendor_features feature, in check_feature() function 1308 if (check_feature(QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD, &info)) in qca_nl80211_get_features() 1311 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY, &info)) in qca_nl80211_get_features() 1314 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS, in qca_nl80211_get_features() 1317 if (check_feature(QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD, &info)) in qca_nl80211_get_features() 1319 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA, &info)) in qca_nl80211_get_features() 1321 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_AP, &info)) in qca_nl80211_get_features() 1323 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON, &info)) in qca_nl80211_get_features()
|
Completed in 9 milliseconds