Home
last modified time | relevance | path

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

/development/tools/external_crates/crates_io_util/src/
Dandroid_target.rs25 fn is_android_target(&self) -> bool; in is_android_target()
29 fn is_android_target(&self) -> bool { in is_android_target()
34 fn is_android(target: &str) -> bool { in is_android()
/development/tools/external_crates/crate_tool/src/
Dcrates_io.rs76 fn is_android(&self) -> bool; in is_android()
79 fn is_android(&self) -> bool { in is_android()
83 fn is_android(target: &str) -> bool { in is_android()
104 fn is_new_dep(&self, base_deps: &HashMap<&str, &str>) -> bool; in is_new_dep()
105 fn is_changed_dep(&self, base_deps: &HashMap<&str, &str>) -> bool; in is_changed_dep()
109 fn is_new_dep(&self, base_deps: &HashMap<&str, &str>) -> bool { in is_new_dep()
113 fn is_changed_dep(&self, base_deps: &HashMap<&str, &str>) -> bool { in is_changed_dep()
Dupgradable.rs36 ) -> bool; in is_upgradable_to()
44 ) -> bool { in is_upgradable_to()
59 ) -> bool; in matches_with_compatibility_rule()
66 ) -> bool { in matches_with_compatibility_rule()
Dcrate_collection.rs74 pub fn contains_crate(&self, crate_name: impl AsRef<str>) -> bool { in contains_crate()
Dmanaged_repo.rs90 fn contains(&self, crate_name: &str) -> bool { in contains()
334 run_cargo_embargo: bool, in regenerate()
534 consider_patched_crates: bool, in suggest_updates()
536 json: bool, in suggest_updates()
Dmanaged_crate.rs236 run_cargo_embargo: bool, in regenerate()
/development/tools/external_crates/test_mapping/src/
Djson.rs53 pub fn is_empty(&self) -> bool { in is_empty()
59 pub fn remove_unknown_tests(&mut self, tests: &BTreeSet<String>) -> bool { in remove_unknown_tests()
79 pub fn convert_postsubmit_tests(&mut self) -> bool { in convert_postsubmit_tests()
89 pub fn add_new_tests_to_postsubmit(&mut self, tests: &BTreeSet<String>) -> bool { in add_new_tests_to_postsubmit()
Dlib.rs109 pub fn remove_unknown_tests(&mut self) -> Result<bool, Error> { in remove_unknown_tests()
123 pub fn add_new_tests_to_postsubmit(&mut self) -> Result<bool, Error> { in add_new_tests_to_postsubmit()
127 pub fn convert_postsubmit_tests(&mut self) -> bool { in convert_postsubmit_tests()
132 pub fn fix_import_paths(&mut self) -> bool { in fix_import_paths()
/development/tools/external_crates/google_metadata/src/
Dlib.rs147 fn migrate_homepage(&mut self) -> bool { in migrate_homepage()
163 fn migrate_archive(&mut self) -> bool { in migrate_archive()
174 fn remove_deprecated_url(&mut self) -> bool { in remove_deprecated_url()
/development/tools/external_crates/license_checker/src/
Dlicense_file_finder.rs47 pub(crate) fn is_findable(license_file: &OsStr) -> bool { in is_findable()
Dparsed_license_data.rs45 pub fn is_substring_of(&self, other: &str) -> bool { in is_substring_of()
/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/
Dcargo.rs59 pub fn is_library(self) -> bool { in is_library()
64 pub fn is_test(self) -> bool { in is_test()
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/external_crates/repo_config/src/
Dlib.rs54 pub fn is_allowed(&self, crate_name: impl AsRef<str>) -> bool { in is_allowed()
/development/tools/crate-updater/src/
Dupdates_tried.rs57 pub fn contains(&self, name: &str, version: &str) -> bool { in contains()
/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, parameters= []) -> str:
/development/tools/cargo_embargo/src/cargo/
Dmetadata.rs67 fn enabled(&self, features: &[String], cfgs: &[String]) -> bool { in enabled()
125 include_tests: bool, in parse_cargo_metadata()
237 test: bool, in get_externs()
/development/scripts/
Dgdbclient.py361 …script(sysroot: str, linker_search_dir: str | None, binary_name: str, is64bit: bool, port: str | i…
Dlldbclient.py361 …script(sysroot: str, linker_search_dir: str | None, binary_name: str, is64bit: bool, port: str | i…
/development/tools/external_crates/name_and_version/src/
Dname_and_version.rs111 fn eq(&self, other: &Self) -> bool { in eq()
Dname_and_version_map.rs38 fn contains_name(&self, name: &str) -> bool { in contains_name()