Home
last modified time | relevance | path

Searched refs:value_of (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dmain.rs94 let log_output = matches.value_of("log-output").unwrap_or("syslog"); in main()
96 let virt_index = matches.value_of("index").map_or(0, |idx| idx.parse::<i32>().unwrap_or(0)); in main()
97 let hci_index = matches.value_of("hci").map_or(0, |idx| idx.parse::<i32>().unwrap_or(0)); in main()
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Djni_conversion.cc94 static jmethodID value_of = in ToJavaInteger() local
96 return env->CallStaticObjectMethod(integer_class, value_of, i); in ToJavaInteger()
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmain.rs40 let log_output = matches.value_of("log-output").unwrap_or("syslog"); in main()