Home
last modified time | relevance | path

Searched defs:F (Results 1 – 23 of 23) sorted by relevance

/system/media/audio_utils/include/audio_utils/
Ddsp_utils.h62 requires (std::is_floating_point_v<F>) in requires()
81 requires (std::is_floating_point_v<F>) in requires()
126 requires (std::is_floating_point_v<F>) in requires()
/system/security/keystore2/test_utils/
Drun_as.rs368 pub unsafe fn run_as_child_app<F, R, M>( in run_as_child_app()
371 f: F, in run_as_child_app()
402 pub unsafe fn run_as_child<F, R, M>( in run_as_child()
406 f: F, in run_as_child()
471 pub unsafe fn run_as_root<F, R>(f: F) -> R in run_as_root()
492 pub unsafe fn run_as_app<F, R>(uid: u32, gid: u32, f: F) -> R in run_as_app()
516 pub unsafe fn run_as<F, R>(se_context: &str, uid: Uid, gid: Gid, f: F) -> R in run_as()
/system/tools/hidl/hidl2aidl/test/aidl_api/hidl2aidl_test_gen/current/hidl2aidl/test/
DValue.aidl28 F = 28, enumConstant
/system/security/keystore2/src/
Draw_device.rs111 creator: F, in create_and_store_key()
181 validate_characteristics: F, in lookup_or_generate_key()
258 f: F, in upgrade_keyblob_if_required_with()
Dlegacy_importer.rs230 fn do_serialized<F, T: Send + 'static>(&self, f: F) -> Option<Result<T>> in do_serialized()
292 pub fn with_try_import<F, T>( in with_try_import()
297 key_accessor: F, in with_try_import()
349 pub fn with_try_import_super_key<F, T>( in with_try_import_super_key()
353 mut key_accessor: F, in with_try_import_super_key()
Dmaintenance.rs178 op: &F, in call_with_watchdog()
201 op: F, in call_on_all_security_levels()
Dasync_task.rs170 fn queue<F>(&self, f: F, hi_prio: bool) in queue()
Dsecurity_level.rs902 f: F, in upgrade_keyblob_if_required_with()
942 f: F, in upgrade_rkpd_keyblob_if_required_with()
Dlegacy_blob.rs810 decrypt: F, in read_legacy_keystore_entry()
1080 fn with_retry_interrupted<F, T>(f: F) -> IoResult<T> in with_retry_interrupted()
1159 make_filename: F, in move_keystore_file_if_exists()
Doperation.rs790 fn with_locked_operation<T, F>(&self, f: F, delete_op: bool) -> Result<T> in with_locked_operation()
/system/memory/mmd/src/
Dos.rs65 pub fn fallocate<F: AsRawFd>(file: &F, size: u64) -> std::io::Result<()> { in fallocate()
/system/media/audio_utils/benchmarks/
Dintrinsic_benchmark.cpp251 using F = typename Traits::data_t; typedef in Processor
321 using F = typename Traits::data_t; in BM_VectorTest() typedef
Daudio_vectorization_benchmark.cpp443 using F = typename Traits::data_t; typedef in Processor
506 using F = typename Traits::data_t; in BM_VectorTest() typedef
/system/libvintf/
DRuntimeInfo-target.cpp151 using F = RuntimeInfo::FetchFlag; in fetchAllInformation() typedef
/system/security/keystore2/apc_compat/
Dapc_compat.rs158 cb: F, in prompt_user_confirmation()
/system/cros-codecs/examples/ccdec/
Dmd5.rs67 let mut F: u32 = 0; in process_chunk() localVariable
/system/keymint/ta/src/
Doperation.rs777 fn with_authed_operation<F, T>( in with_authed_operation()
782 f: F, in with_authed_operation()
/system/librustutils/
Dsystem_properties.rs61 fn read_raw<F: FnMut(Option<&CStr>, Option<&CStr>)>(prop_info: &PropInfo, mut f: F) { in read_raw()
/system/security/keystore2/legacykeystore/
Dlib.rs423 fn do_serialized<F, T: Send + 'static>(&self, f: F) -> Result<T> in do_serialized()
/system/security/keystore2/src/database/
Dtests.rs2834 fn run_with_many_keys<F, T>(max_count: usize, test_fn: F) -> Result<()> in run_with_many_keys()
2843 fn prep_and_run_with_many_keys<F, T, P>(max_count: usize, prep_fn: P, test_fn: F) -> Result<()> in prep_and_run_with_many_keys()
/system/extras/libatrace_rust/src/
Dtracing_subscriber.rs285 fn with_mocker<F, R>(f: F) -> R in with_mocker()
Dlib.rs443 fn with_mocker<F, R>(f: F) -> R in with_mocker()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1832 using F = IFoo::Fumble; in TEST_F() typedef