| /system/extras/simpleperf/scripts/ |
| D | stackcollapse.py | 41 include_pid: bool, 42 include_tid: bool, 43 annotate_kernel: bool, 44 annotate_jit: bool, 45 include_addrs: bool,
|
| D | report_sample.py | 31 show_tracing_data: bool, 32 header: bool,
|
| D | simpleperf_utils.py | 272 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 …]
|
| D | report_html.py | 96 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/ |
| D | TestAidlMsgQ.rs | 48 ) -> 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/ |
| D | ffi_test_utils.rs | 31 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/ |
| D | aidl_interface_backends.go | 30 …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/ |
| D | audit_log.rs | 45 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()
|
| D | remote_provisioning.rs | 53 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/ |
| D | aidl_to_ndk.h | 65 bool /*isOut*/) { in FormatArgForDecl() argument 70 bool /*isOut*/) { in FormatArgNameUnused() argument 81 bool /*isOut*/) { in FormatArgNameOnly() argument
|
| /system/tools/hidl/ |
| D | PointerType.cpp | 51 bool /*parcelObjIsPointer*/, in emitReaderWriter() argument 66 bool /*nameIsPointer*/, in emitReaderWriterEmbedded() argument
|
| D | DeathRecipientType.cpp | 63 bool /* parcelObjIsPointer */, in emitReaderWriter() argument
|
| /system/see/authmgr/authmgr-be-impl/src/ |
| D | lib.rs | 71 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/ |
| D | lib.rs | 48 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/ |
| D | tracing_subscriber.rs | 62 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/ |
| D | gnss_test.cpp | 43 void chrePalLocationStatusChangeCallback(bool /* enabled */, in chrePalLocationStatusChangeCallback() argument 51 void chrePalMeasurementStatusChangeCallback(bool /* enabled */, in chrePalMeasurementStatusChangeCallback() argument
|
| /system/core/init/libprefetch/prefetch/src/ |
| D | replay.rs | 109 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/ |
| D | picture.rs | 49 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/ |
| D | android.rs | 39 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/ |
| D | parsers_formatters.rs | 21 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/ |
| D | snapshot_stub.cpp | 41 bool SnapshotManagerStub::FinishedSnapshotWrites(bool) { in FinishedSnapshotWrites() argument 51 UpdateState SnapshotManagerStub::ProcessUpdateState(const std::function<bool()>&, in ProcessUpdateState()
|
| /system/netd/server/ |
| D | IptablesBaseTest.cpp | 41 int IptablesBaseTest::fake_android_fork_exec(int argc, char* argv[], int *status, bool, bool) { in fake_android_fork_exec() argument
|
| /system/keymint/boringssl/src/ |
| D | eq.rs | 23 fn eq(&self, left: &[u8], right: &[u8]) -> bool { in eq()
|
| /system/keymint/hal/src/ |
| D | rpc.rs | 63 testMode: bool, in generateEcdsaP256KeyPair() 73 testMode: bool, in generateCertificateRequest()
|
| /system/chre/platform/linux/ |
| D | platform_debug_dump_manager.cc | 26 bool /*complete*/) {} in sendDebugDump() argument
|