Searched refs:f64 (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 24 fn RepeatDouble(&self, _arg_token: f64) -> binder::public_api::Result<f64>; in RepeatDouble() argument 35 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::public_api::R… in ReverseDouble() argument 101 fn RepeatDouble(&self, _arg_token: f64) -> binder::public_api::Result<f64> { in RepeatDouble() argument 134 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::public_api::R… in ReverseDouble() argument 509 fn RepeatDouble(&self, _arg_token: f64) -> binder::public_api::Result<f64> { in RepeatDouble() argument 523 let _aidl_return: f64 = _aidl_reply.read()?; in RepeatDouble() 708 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::public_api::R… in ReverseDouble() argument 723 let _aidl_return: Vec<f64> = _aidl_reply.read()?; in ReverseDouble() 1258 …fn RepeatDouble(&self, _arg_token: f64) -> binder::public_api::Result<f64> { self.0.RepeatDouble(_… in RepeatDouble() argument 1269 …fn ReverseDouble(&self, _arg_input: &[f64], _arg_repeated: &mut Vec<f64>) -> binder::public_api::R… in ReverseDouble() argument [all …]
|
D | ParcelableForToString.rs | 7 pub doubleValue: f64, 8 pub doubleArray: Vec<f64>,
|
D | StructuredParcelable.rs | 19 pub doubleWithDefault: f64, 27 pub doubleDefault: f64, 28 pub checkDoubleFromFloat: f64,
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 141 impl_repeat_reverse! {RepeatDouble, ReverseDouble, f64}
|
/system/security/keystore2/src/ |
D | operation.rs | 704 ) + ((age.as_secs() + 1) as f64).log(6.0).floor() as u64 in prune()
|