Home
last modified time | relevance | path

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

1234

/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.py30 show_tracing_data: bool,
31 header: bool,
Dsimpleperf_utils.py271 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):
1019 default_show_art_frames: bool = False,
1021 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]:
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/
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()
67 fn log_key_event(tag: u32, key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_event()
Dremote_provisioning.rs81 fn is_rkp_only(&self) -> bool { in is_rkp_only()
98 fn check_rem_prov_enabled(&self, db: &mut KeystoreDB) -> Result<bool> { in check_rem_prov_enabled()
118 fn is_asymmetric_key(&self, params: &[KeyParameter]) -> bool { in is_asymmetric_key()
266 test_mode: bool, in generate_csr()
396 is_test_mode: bool, in generate_key_pair()
530 test_mode: bool, in generateCsr()
577 fn generateKeyPair(&self, is_test_mode: bool, sec_level: SecurityLevel) -> binder::Result<()> { in generateKeyPair()
723 test_mode: bool, in generateEcdsaP256KeyPair()
733 _test_mode: bool, in generateCertificateRequest()
/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/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz.cpp90 SNAPSHOT_FUZZ_FUNCTION(FinishedSnapshotWrites, bool, bool wipe) { in SNAPSHOT_FUZZ_FUNCTION() argument
94 SNAPSHOT_FUZZ_FUNCTION(ProcessUpdateState, bool, const ProcessUpdateStateArgs& args) { in SNAPSHOT_FUZZ_FUNCTION() argument
107 SNAPSHOT_FUZZ_FUNCTION(HandleImminentDataWipe, bool, bool has_callback) { in SNAPSHOT_FUZZ_FUNCTION() argument
115 SNAPSHOT_FUZZ_FUNCTION(Dump, bool) { in SNAPSHOT_FUZZ_FUNCTION() argument
120 SNAPSHOT_FUZZ_FUNCTION(CreateUpdateSnapshots, bool, const DeltaArchiveManifest& manifest) { in SNAPSHOT_FUZZ_FUNCTION() argument
124 SNAPSHOT_FUZZ_FUNCTION(UnmapUpdateSnapshot, bool, const std::string& name) { in SNAPSHOT_FUZZ_FUNCTION() argument
128 SNAPSHOT_FUZZ_FUNCTION(CreateLogicalAndSnapshotPartitions, bool, in SNAPSHOT_FUZZ_FUNCTION() argument
149 SNAPSHOT_FUZZ_FUNCTION(MapUpdateSnapshot, bool, in SNAPSHOT_FUZZ_FUNCTION() argument
Dsnapshot_stub.cpp41 bool SnapshotManagerStub::FinishedSnapshotWrites(bool) { in FinishedSnapshotWrites() argument
51 UpdateState SnapshotManagerStub::ProcessUpdateState(const std::function<bool()>&, in ProcessUpdateState()
131 void set_state(android::snapshot::UpdateState, bool) override {} in set_state() 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/tools/aidl/build/
Daidl_interface_backends.go29 …tx android.LoadHookContext, i *aidlInterface, version string, lang string, notFrozen bool) string {
38 …tx android.LoadHookContext, i *aidlInterface, version string, lang string, notFrozen bool) string {
200 func addJavaLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, notFrozen bool)…
262 func addRustLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, notFrozen bool)…
/system/chre/chpp/test/
Dgnss_test.cpp42 void chrePalLocationStatusChangeCallback(bool /* enabled */, in chrePalLocationStatusChangeCallback() argument
50 void chrePalMeasurementStatusChangeCallback(bool /* enabled */, in chrePalMeasurementStatusChangeCallback() argument
/system/nfc/src/fuzzers/
Dfuzz_cmn.cc3 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/extras/profcollectd/libprofcollectd/
Dscheduler.rs51 fn is_scheduled(&self) -> bool { in is_scheduled()
117 pub fn is_provider_ready(&self) -> bool { in is_provider_ready()
164 fn check_space_limit(path: &Path, config: &Config) -> Result<bool> { in check_space_limit()
/system/update_engine/payload_consumer/
Dvabc_partition_writer_unittest.cc96 bool) { in TEST_F() argument
121 [](const std::string&, const std::optional<std::string>&, bool) { in TEST_F() argument
148 [](const std::string&, const std::optional<std::string>&, bool) { in TEST_F() argument
207 bool) { in TEST_F() argument
/system/chre/platform/linux/
Dplatform_debug_dump_manager.cc26 bool /*complete*/) {} in sendDebugDump() argument
/system/core/libcutils/
Dtrace-host.cpp23 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/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/core/debuggerd/
Dpbtombstone.cpp55 tombstone, [](const std::string& line, bool) { printf("%s\n", line.c_str()); }); in main() argument
/system/keymaster/include/keymaster/contexts/
Dkeymaster2_passthrough_context.h112 bool /* fake_signature */, in GenerateSelfSignedCertificate() argument
Dkeymaster1_passthrough_context.h118 bool /* fake_signature */, in GenerateSelfSignedCertificate() argument
/system/logging/rust/
Dlogger.rs81 pub fn init(config: Config) -> bool { in init()
109 pub fn init(config: Config) -> bool { in init()
/system/core/debuggerd/rust/tombstoned_client/src/
Dlib.rs122 ) -> bool; in tombstoned_connect_files()
124 fn tombstoned_notify_completion(tombstoned_socket: i32) -> bool; in tombstoned_notify_completion()
/system/libvintf/
DManifestHal.cpp55 [&](const auto& interface, const auto& instance, bool /* isRegex */) { in isValid()
92 bool /* isRegex */) { in forEachInstance()

1234