Home
last modified time | relevance | path

Searched refs:BOTH (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/rust/
Dlib.rs40 BOTH, enumerator
48 RecordScope::BOTH => CString::new("cs-etm").unwrap(), in record()
/system/extras/profcollectd/libprofcollectd/
Dsimpleperf_etm_trace_provider.rs45 simpleperf_profcollect::RecordScope::BOTH, in trace()
/system/extras/simpleperf/scripts/
Dreport.py198 frame.pack(fill=BOTH, expand=1)
217 report_frame.pack(fill=BOTH, expand=1)
225 tree.pack(side=LEFT, fill=BOTH, expand=1)
/system/security/keystore2/src/
Dattestation_key_utils.rs110 KeyEntryLoadBits::BOTH, in load_attest_key_blob_and_cert()
Ddatabase.rs499 pub const BOTH: KeyEntryLoadBits = Self(3); constant
3907 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_app()
4035 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_selinux()
4087 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_domain_key_id()
4132 KeyEntryLoadBits::BOTH, in test_check_and_update_key_usage_count_with_limited_use_key()
4193 .load_key_entry(&granted_key, KeyType::Client, KeyEntryLoadBits::BOTH, 2, |k, av| { in test_insert_and_load_full_keyentry_from_grant()
4256 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4273 KeyEntryLoadBits::BOTH, in test_insert_and_load_full_keyentry_from_grant_by_key_id()
4343 KeyEntryLoadBits::BOTH, in test_migrate_key_app_to_app()
4412 KeyEntryLoadBits::BOTH, in test_migrate_key_app_to_selinux()
[all …]
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DFrameBufferBuffer.java190 c.fill = GridBagConstraints.BOTH; in ConfigSelector()