Searched refs:has_system_feature (Results 1 – 5 of 5) sorted by relevance
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/oboe-0.4.4/src/java_interface/ |
H A D | audio_features.rs | 3 get_activity, get_package_manager, has_system_feature, with_attached, JNIEnv, JObject, 56 has_system_feature(env, package_manager, feature) in try_check_system_feature()
|
H A D | utils.rs | 150 pub fn has_system_feature<'a>(env: &JNIEnv<'a>, subject: JObject, name: &str) -> JResult<bool> { in has_system_feature() function
|
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/oboe-0.4.4/src/java_interface/ |
H A D | audio_features.rs | 3 get_activity, get_package_manager, has_system_feature, with_attached, JNIEnv, JObject, 56 has_system_feature(env, package_manager, feature) in try_check_system_feature()
|
H A D | utils.rs | 150 pub fn has_system_feature<'a>(env: &JNIEnv<'a>, subject: JObject, name: &str) -> JResult<bool> {
|
/dports/ports-mgmt/parfetch-overlay/parfetch-0.1.0/libias/ |
H A D | mkbuild.c | 379 static bool has_system_feature(const char *); 572 has_system_feature(const char *feature) in has_system_feature() function 1497 if (has_system_feature("seccomp_filter")) { in main() 1564 if (has_system_feature(tests_flags[i].prefix)) { in main() 1566 } else if (has_system_feature(tests_flags[i].name)) { in main()
|