Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 204) sorted by relevance

123456789

/system/extras/simpleperf/scripts/
Dstackcollapse.py41 include_pid: bool,
42 include_tid: bool,
43 annotate_kernel: bool,
44 annotate_jit: bool,
45 include_addrs: bool,
Dreport_sample.py31 show_tracing_data: bool,
32 header: bool,
Dsimpleperf_utils.py272 def __init__(self, enable_switch_to_root: bool = True):
283 def run(self, adb_args: List[str], log_output: bool = False, log_stderr: bool = False) -> bool:
286 def run_and_return_output(self, adb_args: List[str], log_output: bool = False,
287 log_stderr: bool = False) -> Tuple[bool, str]:
308 def check_run(self, adb_args: List[str], log_output: bool = False):
311 def check_run_and_return_output(self, adb_args: List[str], log_output: bool = False,
312 log_stderr: bool = False) -> str:
550 binary_finder: BinaryFinder, with_function_name: bool):
1187 default_show_art_frames: bool = False,
1189 sample_filter_with_pid_shortcut: bool = True):
[all …]
Dreport_html.py96 def get_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
136 def get_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
175 build_addr_hit_map: bool):
226 def get_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
267 def gen_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
318 def gen_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
626 build_addr_hit_map: bool):
735 def add_source_code(self, source_dirs: List[str], filter_lib: Callable[[str], bool], jobs: int): argument
804 def add_disassembly(self, filter_lib: Callable[[str], bool], argument
/system/libfmq/tests/aidl/default/
DTestAidlMsgQ.rs48 ) -> BinderResult<bool> { in configureFmqSyncReadWrite()
67 fn requestReadFmqSync(&self, count: i32) -> BinderResult<bool> { in requestReadFmqSync()
95 fn requestWriteFmqSync(&self, count: i32) -> BinderResult<bool> { in requestWriteFmqSync()
118 _: bool, in getFmqUnsyncWrite()
121 ) -> BinderResult<bool> { in getFmqUnsyncWrite()
141 fn requestReadFmqUnsync(&self, _: i32) -> BinderResult<bool> { in requestReadFmqUnsync()
145 fn requestWriteFmqUnsync(&self, _: i32) -> BinderResult<bool> { in requestWriteFmqUnsync()
/system/security/keystore2/test_utils/
Dffi_test_utils.rs31 fn validateCertChain(cert_buf: Vec<u8>, cert_len: u32, strict_issuer_check: bool) -> bool; in validateCertChain()
39 fn performCryptoOpUsingKeystoreEngine(grant_id: i64) -> bool; in performCryptoOpUsingKeystoreEngine()
52 pub fn validate_certchain(cert_buf: &[u8]) -> Result<bool, Error> { in validate_certchain()
59 strict_issuer_check: bool, in validate_certchain_with_strict_issuer_check()
60 ) -> Result<bool, Error> { in validate_certchain_with_strict_issuer_check()
110 pub fn perform_crypto_op_using_keystore_engine(grant_id: i64) -> Result<bool, Error> { in perform_crypto_op_using_keystore_engine()
/system/tools/aidl/build/
Daidl_interface_backends.go30 …faultableHookContext, i *aidlInterface, version string, lang string, notFrozen bool, requireFrozen…
44 …faultableHookContext, i *aidlInterface, version string, lang string, notFrozen bool, requireFrozen…
204 …tx android.DefaultableHookContext, i *aidlInterface, version string, notFrozen bool, requireFrozen…
287 …tx android.DefaultableHookContext, i *aidlInterface, version string, notFrozen bool, requireFrozen…
354 …tx android.DefaultableHookContext, i *aidlInterface, version string, notFrozen bool, requireFrozen…
/system/security/keystore2/src/
Daudit_log.rs45 pub fn log_key_generated(key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_generated()
50 pub fn log_key_imported(key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_imported()
55 pub fn log_key_deleted(key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_deleted()
69 fn log_key_event(tag: u32, key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_event()
Dremote_provisioning.rs53 fn is_rkp_only(&self) -> bool { in is_rkp_only()
66 fn is_asymmetric_key(&self, params: &[KeyParameter]) -> bool { in is_asymmetric_key()
/system/tools/aidl/
Daidl_to_ndk.h65 bool /*isOut*/) { in FormatArgForDecl() argument
70 bool /*isOut*/) { in FormatArgNameUnused() argument
81 bool /*isOut*/) { in FormatArgNameOnly() argument
/system/tools/hidl/
DPointerType.cpp51 bool /*parcelObjIsPointer*/, in emitReaderWriter() argument
66 bool /*nameIsPointer*/, in emitReaderWriterEmbedded() argument
DDeathRecipientType.cpp63 bool /* parcelObjIsPointer */, in emitReaderWriter() argument
/system/see/authmgr/authmgr-be-impl/src/
Dlib.rs71 fn is_persistent_instance(&self, instance_id: &InstanceIdentifier) -> Result<bool, Error> { in is_persistent_instance()
82 _is_persistent: bool, in handover_client_connection()
94 ) -> Result<bool, Error> { in is_persistent_instance_creation_allowed()
/system/extras/simpleperf/rust/
Dlib.rs48 pub fn run_record_cmd(args: &[&str]) -> bool { in run_record_cmd()
57 pub fn run_inject_cmd(args: &[&str]) -> bool { in run_inject_cmd()
/system/extras/libatrace_rust/src/
Dtracing_subscriber.rs62 fn should_process_event(&self) -> bool { in should_process_event()
96 fn enabled(&self, _metadata: &tracing::Metadata<'_>, _ctx: Context<'_, S>) -> bool { in enabled()
249 fn atrace_is_tag_enabled(&mut self, _tag: AtraceTag) -> bool { in atrace_is_tag_enabled()
321 pub fn atrace_is_tag_enabled(tag: AtraceTag) -> bool { in atrace_is_tag_enabled()
344 fn atrace_is_tag_enabled(&mut self, _tag: AtraceTag) -> bool { in emits_span_begin()
377 fn atrace_is_tag_enabled(&mut self, _tag: AtraceTag) -> bool { in emits_span_end()
413 fn atrace_is_tag_enabled(&mut self, _tag: AtraceTag) -> bool { in span_begin_end_is_ordered()
465 fn atrace_is_tag_enabled(&mut self, _tag: AtraceTag) -> bool { in emits_instant_event()
497 fn atrace_is_tag_enabled(&mut self, _tag: AtraceTag) -> bool { in formats_event_without_message_with_fields_disabled()
528 fn atrace_is_tag_enabled(&mut self, _tag: AtraceTag) -> bool { in formats_event_without_message_with_fields_enabled()
[all …]
/system/chre/chpp/test/
Dgnss_test.cpp43 void chrePalLocationStatusChangeCallback(bool /* enabled */, in chrePalLocationStatusChangeCallback() argument
51 void chrePalMeasurementStatusChangeCallback(bool /* enabled */, in chrePalMeasurementStatusChangeCallback() argument
/system/core/init/libprefetch/prefetch/src/
Dreplay.rs109 exit_on_error: bool, in worker_internal()
202 exit_on_error: bool, in worker()
402 create_symlink: bool, in generate_cached_files_and_record()
618 fn has_record(records: &[Record], key: &Record) -> bool { in has_record()
643 create_symlink: bool, in test_replay_internal()
644 exit_on_error: bool, in test_replay_internal()
645 inject_error: bool, in test_replay_internal()
646 exclude_all_files: bool, in test_replay_internal()
647 empty_exclude_file_list: bool, in test_replay_internal()
/system/cros-codecs/src/codec/h265/
Dpicture.rs49 first_picture_in_bitstream: bool, in new_from_slice()
50 first_picture_after_eos: bool, in new_from_slice()
141 pub fn is_ref(&self) -> bool { in is_ref()
/system/core/init/libprefetch/prefetch/src/arch/
Dandroid.rs39 pub fn can_perform_replay(pack_path: &Path, fingerprint_path: &Path) -> Result<bool, Error> { in can_perform_replay()
66 ) -> Result<bool, Error> { in ensure_record_is_ready()
/system/librustutils/system_properties/
Dparsers_formatters.rs21 pub fn parse_bool(s: &str) -> Result<bool> { in parse_bool()
73 pub fn parse_bool_list(s: &str) -> Result<Vec<bool>> { in parse_bool_list()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp41 bool SnapshotManagerStub::FinishedSnapshotWrites(bool) { in FinishedSnapshotWrites() argument
51 UpdateState SnapshotManagerStub::ProcessUpdateState(const std::function<bool()>&, in ProcessUpdateState()
/system/netd/server/
DIptablesBaseTest.cpp41 int IptablesBaseTest::fake_android_fork_exec(int argc, char* argv[], int *status, bool, bool) { in fake_android_fork_exec() argument
/system/keymint/boringssl/src/
Deq.rs23 fn eq(&self, left: &[u8], right: &[u8]) -> bool { in eq()
/system/keymint/hal/src/
Drpc.rs63 testMode: bool, in generateEcdsaP256KeyPair()
73 testMode: bool, in generateCertificateRequest()
/system/chre/platform/linux/
Dplatform_debug_dump_manager.cc26 bool /*complete*/) {} in sendDebugDump() argument

123456789