Home
last modified time | relevance | path

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

/development/tools/external_crates/crate_health/src/
Dcrate_type.rs143 pub fn is_crates_io(&self) -> bool { in is_crates_io()
153 pub fn is_migration_denied(&self) -> bool { in is_migration_denied()
160 pub fn is_android_bp_healthy(&self) -> bool { in is_android_bp_healthy()
167 pub fn patch_success(&self) -> bool { in patch_success()
170 pub fn generate_android_bp_success(&self) -> bool { in generate_android_bp_success()
173 pub fn android_bp_unchanged(&self) -> bool { in android_bp_unchanged()
273 fn is_migration_eligible(&self) -> bool; in is_migration_eligible()
274 fn is_migratable(&self) -> bool; in is_migratable()
278 fn is_migration_eligible(&self) -> bool { in is_migration_eligible()
284 fn is_migratable(&self) -> bool { in is_migratable()
Dversion_match.rs72 pub fn is_superfluous(&self, dest: &dyn NamedAndVersioned) -> bool { in is_superfluous()
369 fn is_migration_eligible(&self) -> bool { in is_migration_eligible()
376 fn is_migratable(&self) -> bool { in is_migratable()
Dname_and_version.rs101 fn eq(&self, other: &Self) -> bool { in eq()
127 fn is_upgradable_to(&self, other: &impl NamedAndVersioned) -> bool { in is_upgradable_to()
Dreports.rs291 pub fn prefer_yes_or_summarize(p: bool, details: &str) -> String { in prefer_yes_or_summarize()
Dname_and_version_map.rs31 fn contains_name(&self, name: &str) -> bool { in contains_name()
/development/tools/cargo_embargo/src/
Dcargo.rs59 pub fn is_library(self) -> bool { in is_library()
64 pub fn is_test(self) -> bool { in is_test()
69 pub fn is_c_library(self) -> bool { in is_c_library()
Dconfig.rs39 fn is_default_apex_available(apex_available: &[String]) -> bool { in is_default_apex_available()
47 fn is_true(value: &bool) -> bool { in is_true()
51 fn is_false(value: &bool) -> bool { in is_false()
/development/tools/repo_diff/service/repodiff/
Drepodiff.go52 func disabledFnNullified(original controllerFunc, enabled bool) controllerFunc {
/development/tools/ndk/ndkabidump/
Dsoong.py41 capture_output: bool = False,
/development/tools/cargo_embargo/src/cargo/
Dmetadata.rs65 fn enabled(&self, features: &[String], cfgs: &[String]) -> bool { in enabled()
117 include_tests: bool, in parse_cargo_metadata()
222 test: bool, in get_externs()
/development/python-packages/adb/adb/
D__init__.py326 kill_atexit: bool = True,
371 def install(self, filename: str, replace: bool = False) -> str:
378 def push(self, local: str | list[str], remote: str, sync: bool = False) -> str:
/development/scripts/
Dlldbclient.py351 …script(sysroot: str, linker_search_dir: str | None, binary_name: str, is64bit: bool, port: str | i…
Dgdbclient.py351 …script(sysroot: str, linker_search_dir: str | None, binary_name: str, is64bit: bool, port: str | i…