/third_party/jerryscript/jerry-main/ |
D | main-unix.c | 386 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 …]
|
D | main-unix-snapshot.c | 93 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/ |
D | test_suite_version.data | 8 check_feature:"MBEDTLS_VERSION_C":0 12 check_feature:"MBEDTLS_AES_C":0 15 check_feature:"MBEDTLS_UNKNOWN":-1
|
D | test_suite_version.function | 68 void check_feature( char *feature, int result )
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jsimd.c | 38 check_feature(char *buffer, char *feature) in check_feature() function 86 if (check_feature(buffer, "neon")) in parse_proc_cpuinfo()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
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/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211_capa.c | 1266 static int check_feature(enum qca_wlan_vendor_features feature, in check_feature() function 1300 if (check_feature(QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD, &info)) in qca_nl80211_get_features() 1303 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY, &info)) in qca_nl80211_get_features() 1306 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS, in qca_nl80211_get_features() 1309 if (check_feature(QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD, &info)) in qca_nl80211_get_features() 1311 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA, &info)) in qca_nl80211_get_features() 1313 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_AP, &info)) in qca_nl80211_get_features() 1315 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON, &info)) in qca_nl80211_get_features()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jsimd.c | 47 check_feature(char *buffer, char *feature) in check_feature() function 95 if (check_feature(buffer, "altivec")) in parse_proc_cpuinfo()
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jsimd.c | 51 check_feature(char *buffer, char *feature) in check_feature() function 99 if (check_feature(buffer, "altivec")) in parse_proc_cpuinfo()
|
/third_party/libjpeg-turbo/simd/mips64/ |
D | jsimd.c | 36 check_feature(char *buffer, char *feature) in check_feature() function 84 if (check_feature(buffer, "loongson-mmi")) in parse_proc_cpuinfo()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/ |
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/libjpeg-turbo/simd/arm/aarch32/ |
D | jsimd.c | 38 check_feature(char *buffer, char *feature) in check_feature() function 86 if (check_feature(buffer, "neon")) in parse_proc_cpuinfo()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglcontext.h | 162 gboolean (*check_feature) (GstGLContext *context, const gchar *feature); member
|
D | gstglcontext.c | 1772 if (!context_class->check_feature) in gst_gl_context_check_feature() 1775 return context_class->check_feature (context, feature); in gst_gl_context_check_feature()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/ |
D | gstglcontext_wgl.c | 91 context_class->check_feature = in gst_gl_context_wgl_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.c | 107 context_class->check_feature = in gst_gl_context_egl_class_init()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 6067 glcontext: wgl: Implement check_feature vfunc 35244 gl/context: add gl extension checking to check_feature()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 113360 gl/context: add gl extension checking to check_feature()
|