Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 25 of 36) sorted by relevance

12

/build/tools/component_tools/
Dkconfig50 bool "ace_engine_standard"
57 bool "napi"
68 bool "os_account"
77 bool "data_object"
84 bool "native_appdatamgr"
91 bool "e2fsprogs"
98 bool "distributeddatamgr"
105 bool "distributedfilejs"
114 bool "device_security_level"
121 bool "huks"
[all …]
Dgenerate_kconfig.py23 bool "{}"\n\
/build/ohos/hisysevent/
Dgen_def_from_all_yaml.py317 def _is_valid_length(content: str, len_min: int, len_max: int) -> bool:
321 def _is_valid_header(content: str) -> bool:
325 def _is_invalid_char(ch) -> bool:
336 def _check_domain_duplicate(domain: str) -> bool:
345 def _check_event_domain(yaml_info: dict) -> bool:
369 def _check_yaml_format(yaml_info) -> bool:
380 def _check_event_name(domain: str, event_name: str) -> bool:
400 def _check_event_type(event_name: str, event_base: dict) -> bool:
416 def _check_event_level(event_name: str, event_base: dict) -> bool:
432 def _check_event_desc(event_name: str, event_base: dict) -> bool:
[all …]
/build/ohos/images/mkimage/
Djudge_updater_image.py45 def judge_updater_binary_available(updater_root_path: str) -> bool:
61 …dge_lib_available(lib_name: str, lib_chain: list, available_libs: list, lib_to_path: dict) -> bool:
77 def judge_updater_available(updater_root_path: str) -> bool:
94 def judge_updater_img_available(updater_root_path: str) -> bool:
/build/tools/component_tools/static_check/bundle_check/
Dbundle_check_common.py34 def is_number(string:str) -> bool:
66 def is_project(path:str) -> bool:
Dget_subsystem_with_component.py117 def is_project(path: str) -> bool:
/build/hb/util/
Dcomponent_util.py30 def is_in_component_dir(path: str) -> bool:
34 def is_component_in_product(component_name: str, product_name: str) -> bool:
Dtype_check_util.py32 if isinstance(value, bool):
Dproduct_util.py256 if isinstance(val, bool):
277 if type(val) in [bool, int, str]:
338 def has_component(product_name: str) -> bool:
/build/
Dgn_helpers.py30 def ToGNString(value: str, allow_dicts: bool=True) -> str: argument
46 if isinstance(value, bool):
174 def IsDone(self) -> bool:
348 def _ConstantFollows(self, constant) -> bool:
Dprebuilts_download.py38 def _check_sha256(check_url: str, local_file: str) -> bool:
48 …k_sha256_by_mark(args, check_url: str, code_dir: str, unzip_dir: str, unzip_filename: str) -> bool:
145 def _is_system_component() -> bool:
238 def _node_modules_copy(config: dict, code_dir: str, enable_symlink: bool): argument
/build/scripts/
Dcopy_ex.py47 follow_all_symlinks: bool=False, argument
48 follow_outside_symlinks: bool=False) -> str: argument
108 follow_all_symlinks: bool=False, argument
109 follow_outside_symlinks: bool=False): argument
Dget_warnings.py36 def _pick_line(line_info) -> bool:
48 def _parse(in_name: str, out_name: str, prj_dir: str) -> bool:
Dcode_release.py32 def _copy_opensource_file(opensource_config_file: str, top_dir: str, package_dir: str) -> bool:
54 def _parse_opensource_file(opensource_config_file: str) -> bool:
Dbuild_js_assets.py64 def make_my_env(options, js2abc: bool) -> dict: argument
85 def make_manifest_data(config: dict, options, js2abc: bool, asset_index: int, assets_cnt: int, src_… argument
114 def build_ace(cmd: str, options, js2abc: bool, loader_home: str, assets_dir: str, assets_name: str): argument
Dtools_checker.py50 def check_build_requried_packages(host_version: str, check: bool=True): argument
/build/ohos/
Dfile_exists.py21 def is_exists(filename: str, type: str) -> bool:
/build/config/linux/
Dpkg-config.py87 def MatchesAnyRegexp(flag: bool, list_of_regexps: list) -> bool: argument
/build/lite/
Dcopy_files.py26 def copytree(src: str, dst: str, symlinks: bool=False, ignore=None): argument
Dutils.py91 def makedirs(path: str, exist_ok: bool=True): argument
/build/tools/component_tools/static_check/gn_check/
Dgn_common_tools.py28 def contains_keywords(key_words: tuple, target: str) -> bool:
/build/build_scripts/
Dbuild.py25 def search(findir: str, target: str) -> str or bool:
/build/config/clang/
DBUILD.gn69 # Warns when a const char[] is converted to bool.
/build/ohos/ndk/
Dcheck_ndk_header_signature.py50 …ignature(output: str, headers: list, root_build_dir: str, saved: str, generated: str, check: bool): argument
/build/tools/module_dependence/
Dpart_deps.py117 def run(deps_files_path: str, output_path: str, is_graph: bool): argument

12