Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 25 of 32) sorted by relevance

12

/trusty/user/base/lib/unittest-rust/src/
Dcontext.rs37 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
Doptions.rs102 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()
Dtypes.rs157 pub ignore: bool,
161 pub compile_fail: bool,
162 pub no_run: bool,
Dlib.rs148 fn enabled(&self, metadata: &Metadata) -> bool { in enabled() argument
/trusty/user/app/keymint/generic_access_policy/
Dlib.rs32 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/
Drun_tests.py57 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 …]
Dtrusty_build_config.py288 project.build = bool(enabled)
429 have_tests == bool(project.tests)))
Dlog_processor.py84 def insert(self, key, val: tuple[str, bool]): argument
/trusty/user/base/lib/storage/rust/src/
Dlib.rs187 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,
Dtransaction.rs33 fn end_transaction(self, complete: bool) -> Result<(), Error> { in end_transaction()
/trusty/kernel/lib/libcxx-trusty/include/
D__external_threading94 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/
Dkeymaster_attributes.rs60 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 …]
Dsecure_deletion_secret_manager.rs81 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()
Dipc_manager.rs187 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
Dsecure_storage_manager.rs506 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/
Dplatform_functions.rs26 pub(crate) fn compare_vm_identities(vm1_identity: &[u8], vm2_identity: &[u8]) -> bool { in compare_vm_identities() argument
Dopaque_key.rs53 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/
Derr.rs78 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/
Dlib.rs100 fn enabled(&self, metadata: &Metadata) -> bool { in enabled() argument
/trusty/user/base/lib/trusty-std/src/
Dalloc.rs203 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/
Dhandle_set.rs199 fn at_max_connections(&self) -> bool { in at_max_connections() argument
/trusty/user/base/lib/hwkey/rust/src/
Dlib.rs63 fn validate_cmd(sent_cmd: &u32, recvd_cmd: &u32) -> bool { in validate_cmd() argument
405 shared_key: bool,
/trusty/user/app/secretkeeper/
Dlib.rs224 struct SecureConnections(bool);
/trusty/kernel/lib/ubsan/
Dexemptlist25 [alignment|bool|builtin|bounds|enum|float-cast-overflow|float-divide-by-zero|implicit-unsigned-inte…
/trusty/user/base/tools/
Dmanifest_compiler.py384 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 &

12