Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 5 of 5) sorted by relevance

/trusty/user/base/lib/unittest-rust/src/
Dtypes.rs174 let fill = column_count.saturating_sub(name.len()); in padded_name() localVariable
175 let pad = " ".repeat(fill); in padded_name()
/trusty/user/base/lib/hwkey/rust/src/
Dtest.rs78 buf2.fill(0); in test_hwkey_derive_repeatable_versioned()
94 buf2.fill(0); in test_hwkey_derive_repeatable_versioned()
188 buf2.fill(0); in test_hwkey_derive_different_specified()
645 key_buf.fill(0); in test_get_opaque_handle_multiple_sessions()
652 key_buf.fill(0); in test_get_opaque_handle_multiple_sessions()
658 key_buf.fill(0); in test_get_opaque_handle_multiple_sessions()
/trusty/user/base/lib/hwbcc/rust/src/
Dtest.rs130 bcc_buf.fill(0); in test_get_bcc_test_mode()
/trusty/user/app/confirmationui/src/
Dmain.cpp231 constexpr const auto kTestKey = teeui::AuthTokenKey::fill( in on_connect()
/trusty/user/base/lib/storage/rust/src/
Dtest.rs91 data.fill(0); in read_at()