Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-main/
Dmain-unix.c386 check_feature (jerry_feature_t feature, /**< feature to check */ in check_feature() function
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_DEBUGGER, cli_state.arg)) in main()
607 if (check_feature (JERRY_FEATURE_DEBUGGER, cli_state.arg)) in main()
[all …]
Dmain-unix-snapshot.c93 check_feature (jerry_feature_t feature, /**< feature to check */ in check_feature() function
291 if (check_feature (JERRY_FEATURE_PARSER_DUMP, cli_state_p->arg)) in process_generate()
/third_party/mbedtls/tests/suites/
Dtest_suite_version.data8 check_feature:"MBEDTLS_VERSION_C":0
12 check_feature:"MBEDTLS_AES_C":0
15 check_feature:"MBEDTLS_UNKNOWN":-1
Dtest_suite_version.function68 void check_feature(char *feature, int result)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_capa.c1138 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_capa.c1271 static int check_feature(enum qca_wlan_vendor_features feature, in check_feature() function
1305 if (check_feature(QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD, &info)) in qca_nl80211_get_features()
1308 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY, &info)) in qca_nl80211_get_features()
1311 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS, in qca_nl80211_get_features()
1314 if (check_feature(QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD, &info)) in qca_nl80211_get_features()
1316 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA, &info)) in qca_nl80211_get_features()
1318 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_AP, &info)) in qca_nl80211_get_features()
1320 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/
Djsimd.c40 check_feature(char *buffer, char *feature) in check_feature() function
88 if (check_feature(buffer, "neon")) in parse_proc_cpuinfo()