/trusty/user/base/lib/unittest-rust/src/ |
D | context.rs | 37 pub fn fail(&self, hard_fail: bool) { in fail() argument 52 pub(crate) fn skipped(&self) -> bool { in skipped() argument 56 pub(crate) fn all_ok(&self) -> bool { in all_ok() argument 60 pub(crate) fn hard_fail(&self) -> bool { in hard_fail() argument
|
D | options.rs | 102 pub display_output: bool, 103 pub panic_abort: bool, 111 pub fn display_output(mut self, display_output: bool) -> Options { in display_output() 116 pub fn panic_abort(mut self, panic_abort: bool) -> Options { in panic_abort()
|
D | types.rs | 157 pub ignore: bool, 161 pub compile_fail: bool, 162 pub no_run: bool,
|
D | lib.rs | 148 fn enabled(&self, metadata: &Metadata) -> bool { in enabled() argument
|
/trusty/user/app/keymint/generic_access_policy/ |
D | lib.rs | 32 pub fn keymint_check_target_access_policy(uuid: &Uuid) -> bool { in keymint_check_target_access_policy() argument 39 pub fn keymint_check_secure_target_access_policy_provisioning(_uuid: &Uuid) -> bool { in keymint_check_secure_target_access_policy_provisioning() argument
|
/trusty/vendor/google/aosp/scripts/ |
D | run_tests.py | 57 retried: bool 59 def __init__(self, test: str, status: Optional[int], retried: bool): argument 69 def failed(self) -> bool: 265 run_disabled_tests: bool = False, argument 304 run_disabled_tests: bool = False, argument 306 verbose: bool = False, argument 307 debug_on_error: bool = False, argument 308 emulator: bool = True, argument 493 run_disabled_tests: bool = False, argument 495 verbose: bool = False, argument [all …]
|
D | trusty_build_config.py | 288 project.build = bool(enabled) 429 have_tests == bool(project.tests)))
|
D | log_processor.py | 84 def insert(self, key, val: tuple[str, bool]): argument
|
/trusty/user/base/lib/storage/rust/src/ |
D | lib.rs | 187 pub fn new(port: Port, wait_for_port: bool) -> Result<Self, Error> { in new() 252 complete: bool, in open_file_impl() argument 413 complete: bool, in write_all_impl() argument 452 complete: bool, in write_at_impl() argument 514 complete: bool, in set_size_impl() argument 548 fn rename_impl(&mut self, from: &str, to: &str, complete: bool) -> Result<(), Error> { in rename_impl() 590 fn remove_impl(&mut self, name: &str, complete: bool) -> Result<(), Error> { in remove_impl() 906 finished: bool,
|
D | transaction.rs | 33 fn end_transaction(self, complete: bool) -> Result<(), Error> { in end_transaction()
|
/trusty/kernel/lib/libcxx-trusty/include/ |
D | __external_threading | 94 bool __libcpp_recursive_mutex_trylock(__libcpp_recursive_mutex_t *__m); 110 bool __libcpp_mutex_trylock(__libcpp_mutex_t *__m); 151 bool __libcpp_thread_id_equal(__libcpp_thread_id t1, __libcpp_thread_id t2); 155 bool __libcpp_thread_id_less(__libcpp_thread_id t1, __libcpp_thread_id t2); 159 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t);
|
/trusty/user/app/keymint/ |
D | keymaster_attributes.rs | 60 pub fn has_uuid(&self) -> bool { in has_uuid() argument 96 pub fn has_product_id(&self) -> bool { in has_product_id() argument 121 fn is_initialized(&self) -> bool { in is_initialized() argument 288 pub fn has_brand(&self) -> bool { in has_brand() argument 324 pub fn has_device(&self) -> bool { in has_device() argument 360 pub fn has_product(&self) -> bool { in has_product() argument 396 pub fn has_serial(&self) -> bool { in has_serial() argument 432 pub fn has_imei(&self) -> bool { in has_imei() argument 468 pub fn has_meid(&self) -> bool { in has_meid() argument 504 pub fn has_manufacturer(&self) -> bool { in has_manufacturer() argument [all …]
|
D | secure_deletion_secret_manager.rs | 81 fn get_secure_deletion_secret_file_session(wait_on_port: bool) -> Result<Session, Error> { in get_secure_deletion_secret_file_session() 164 fn find_empty_slot(&mut self, is_upgrade: bool) -> Result<Option<usize>, Error> { in find_empty_slot() 224 fn get_max_file_size(is_upgrade: bool) -> usize { in get_max_file_size() 346 wait_for_port: bool, in get_or_create_factory_reset_secret_impl() argument 673 fn secret_manager_file_exists() -> bool { in secret_manager_file_exists()
|
D | ipc_manager.rs | 187 fn provisioning_allowed() -> Result<bool, Error> { in provisioning_allowed() 195 fn provisioning_allowed_at_boot() -> Result<bool, Error> { in provisioning_allowed_at_boot() 222 fn boot_done(&self) -> bool { in boot_done() argument 227 fn can_provision(&self) -> Result<bool, Error> { in can_provision() argument 710 device_locked: bool, in get_set_boot_params_message() argument
|
D | secure_storage_manager.rs | 506 fn check_key_file_exists(algorithm: SigningAlgorithm) -> bool { in check_key_file_exists() argument 519 fn check_attestation_id_file_exists() -> bool { in check_attestation_id_file_exists() 745 fn provision_certs_test_impl(algorithm: SigningAlgorithm, key_first: bool) { in provision_certs_test_impl() argument
|
/trusty/user/app/sample/hwcryptohal/server/ |
D | platform_functions.rs | 26 pub(crate) fn compare_vm_identities(vm1_identity: &[u8], vm2_identity: &[u8]) -> bool { in compare_vm_identities() argument
|
D | opaque_key.rs | 53 fn eq(&self, other: &Self) -> bool { in eq() argument 95 management_key: bool, 245 ) -> Result<bool, HwCryptoError> { in derivation_allowed_lifetime() argument
|
/trusty/user/base/lib/trusty-sys/src/ |
D | err.rs | 78 pub fn is_err(rc: c_long) -> bool { in is_err() argument 82 pub fn is_ptr_err(ptr: *const c_void) -> bool { in is_ptr_err() argument
|
/trusty/user/base/lib/trusty-log/src/ |
D | lib.rs | 100 fn enabled(&self, metadata: &Metadata) -> bool { in enabled() argument
|
/trusty/user/base/lib/trusty-std/src/ |
D | alloc.rs | 203 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() 226 zeroed: bool, in grow_impl() argument
|
/trusty/user/base/lib/tipc/rust/src/service/ |
D | handle_set.rs | 199 fn at_max_connections(&self) -> bool { in at_max_connections() argument
|
/trusty/user/base/lib/hwkey/rust/src/ |
D | lib.rs | 63 fn validate_cmd(sent_cmd: &u32, recvd_cmd: &u32) -> bool { in validate_cmd() argument 405 shared_key: bool,
|
/trusty/user/app/secretkeeper/ |
D | lib.rs | 224 struct SecureConnections(bool);
|
/trusty/kernel/lib/ubsan/ |
D | exemptlist | 25 [alignment|bool|builtin|bounds|enum|float-cast-overflow|float-divide-by-zero|implicit-unsigned-inte…
|
/trusty/user/base/tools/ |
D | manifest_compiler.py | 384 if isinstance(value, int) and not isinstance(value, bool): 460 if not isinstance(value, bool): 998 mem_map_entry[MEM_MAP_NON_SECURE] = bool(arch_mmu_flags &
|