/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 | 271 def __init__(self, enable_switch_to_root: bool = True): 282 def run(self, adb_args: List[str], log_output: bool = False, log_stderr: bool = False) -> bool: 285 def run_and_return_output(self, adb_args: List[str], log_output: bool = False, 286 log_stderr: bool = False) -> Tuple[bool, str]: 307 def check_run(self, adb_args: List[str], log_output: bool = False): 310 def check_run_and_return_output(self, adb_args: List[str], log_output: bool = False, 311 log_stderr: bool = False) -> str: 536 binary_finder: BinaryFinder, with_function_name: bool): 1020 default_show_art_frames: bool = False, 1022 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]: 263 def gen_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]: 314 def gen_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]: 608 build_addr_hit_map: bool): 712 def add_source_code(self, source_dirs: List[str], filter_lib: Callable[[str], bool], jobs: int): argument 781 def add_disassembly(self, filter_lib: Callable[[str], bool], jobs: int): argument
|
/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() 67 fn log_key_event(tag: u32, key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_event()
|
D | remote_provisioning.rs | 58 fn is_rkp_only(&self) -> bool { in is_rkp_only() 71 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/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… 224 …tx android.DefaultableHookContext, i *aidlInterface, version string, notFrozen bool, requireFrozen… 311 …tx android.DefaultableHookContext, i *aidlInterface, version string, notFrozen bool, requireFrozen… 388 …tx android.DefaultableHookContext, i *aidlInterface, version string, notFrozen bool, requireFrozen…
|
/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/nfc/src/fuzzers/ |
D | fuzz_cmn.cc | 3 void nfcsnoop_capture(NFC_HDR const*, bool){}; in nfcsnoop_capture() argument 4 void delete_stack_non_volatile_store(bool){}; in delete_stack_non_volatile_store() argument
|
/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/security/keystore2/tests/ |
D | ffi_test_utils.rs | 26 fn validateCertChain(cert_buf: Vec<u8>, cert_len: u32, strict_issuer_check: bool) -> bool; in validateCertChain() 38 pub fn validate_certchain(cert_buf: &[u8]) -> Result<bool, Error> { in validate_certchain()
|
/system/update_engine/payload_consumer/ |
D | vabc_partition_writer_unittest.cc | 99 bool) { in TEST_F() argument 124 [](const std::string&, const std::optional<std::string>&, bool) { in TEST_F() argument 178 bool) { in EmitBlockTest() argument 255 bool) { in TEST_F() argument
|
/system/extras/profcollectd/libprofcollectd/ |
D | scheduler.rs | 52 fn is_scheduled(&self) -> bool { in is_scheduled() 124 pub fn is_provider_ready(&self) -> bool { in is_provider_ready() 182 fn check_space_limit(path: &Path, config: &Config) -> Result<bool> { in check_space_limit()
|
/system/keymint/boringssl/src/ |
D | eq.rs | 8 fn eq(&self, left: &[u8], right: &[u8]) -> bool { in eq()
|
/system/chre/platform/linux/ |
D | platform_debug_dump_manager.cc | 26 bool /*complete*/) {} in sendDebugDump() argument
|
/system/core/libcutils/ |
D | trace-host.cpp | 23 void atrace_set_debuggable(bool /*debuggable*/) {} in atrace_set_debuggable() argument 24 void atrace_set_tracing_enabled(bool /*enabled*/) {} in atrace_set_tracing_enabled() argument
|
/system/core/debuggerd/ |
D | pbtombstone.cpp | 55 tombstone, [](const std::string& line, bool) { printf("%s\n", line.c_str()); }); in main() argument
|
/system/keymint/tests/src/bin/ |
D | encrypted-keyblob-parse.rs | 17 fn process(filename: &str, hex: bool) { in process()
|
/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/keymaster/include/keymaster/contexts/ |
D | keymaster2_passthrough_context.h | 112 bool /* fake_signature */, in GenerateSelfSignedCertificate() argument
|
D | keymaster1_passthrough_context.h | 118 bool /* fake_signature */, in GenerateSelfSignedCertificate() argument
|
/system/keymint/hal/src/ |
D | rpc.rs | 49 testMode: bool, in generateEcdsaP256KeyPair() 59 testMode: bool, in generateCertificateRequest()
|
/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()
|