Home
last modified time | relevance | path

Searched defs:S (Results 1 – 11 of 11) sorted by relevance

/system/libbase/
Dmacros_test.cpp24 struct S { in TEST() struct
25 int32_t i32; in TEST()
26 double d; in TEST()
/system/libvintf/include/vintf/
DLevel.h42 S = 6, enumerator
/system/extras/libatrace_rust/src/
Dtracing_subscriber.rs100 fn on_new_span(&self, attrs: &Attributes, id: &Id, ctx: Context<S>) { in on_new_span()
111 fn on_record(&self, span: &Id, values: &Record, ctx: Context<S>) { in on_record()
120 fn on_enter(&self, id: &Id, ctx: Context<S>) { in on_enter()
135 fn on_exit(&self, _id: &Id, _ctx: Context<S>) { in on_exit()
143 fn on_event(&self, event: &Event, _ctx: Context<S>) { in on_event()
/system/secretkeeper/hal/src/
Dlib.rs52 ag_channel: S, in new_as_binder()
/system/authgraph/wire/src/
Dfragmentation.rs207 fn process_fragment<S: Fn(&[u8])>(&mut self, req_frag: &[u8], send: S) { in test_ta_fragmentation_wrapper()
/system/core/init/libprefetch/prefetch/src/
Dformat.rs60 fn serialize_hashmap<S, K: Ord + Serialize + Clone, V: Serialize + Clone>( in serialize_hashmap()
62 serializer: S, in serialize_hashmap()
/system/security/keystore2/src/
Dkey_parameter.rs263 fn serialize_primitive<S, P>(v: &P, serializer: S) -> Result<S::Ok, S::Error> in serialize_primitive()
/system/keymint/tests/src/
Dlib.rs524 pub fn test_sha256<S: Sha256>(sha256: S) { in test_sha256()
/system/cros-codecs/src/video_frame/
Dgbm_video_frame.rs620 native_handle: Vec<DmaBufHandle<S>>, in import_from_v4l2()
/system/update_engine/aosp/
Ddynamic_partition_control_android_unittest.cc105 std::string S(const std::string& name) { in S() function in chromeos_update_engine::DynamicPartitionControlAndroidTest
/system/authgraph/tests/src/
Dlib.rs61 pub fn test_sha256<S: Sha256>(digest: &S) { in test_sha256()