Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/src/
Dasync_task.rs336 let trace = shelf.get_mut::<Vec<String>>(); in test_async_task() localVariable
341 let trace = shelf.get_mut::<Vec<String>>(); in test_async_task() localVariable
349 let trace = shelf.get_downcast_ref::<Vec<String>>().unwrap(); in test_async_task() localVariable
355 let trace = trace_receiver.recv().unwrap(); in test_async_task() localVariable
/system/extras/profcollectd/libprofcollectd/
Dlogging_trace_provider.rs39 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str) { in trace() method
Dtrace_provider.rs33 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str); in trace() method
Dsimpleperf_etm_trace_provider.rs41 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str) { in trace() method