/build/tools/component_tools/ |
D | kconfig | 50 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 …]
|
D | generate_kconfig.py | 23 bool "{}"\n\
|
/build/ohos/hisysevent/ |
D | gen_def_from_all_yaml.py | 317 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/ |
D | judge_updater_image.py | 45 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/ |
D | bundle_check_common.py | 34 def is_number(string:str) -> bool: 66 def is_project(path:str) -> bool:
|
D | get_subsystem_with_component.py | 117 def is_project(path: str) -> bool:
|
/build/hb/util/ |
D | component_util.py | 30 def is_in_component_dir(path: str) -> bool: 34 def is_component_in_product(component_name: str, product_name: str) -> bool:
|
D | type_check_util.py | 32 if isinstance(value, bool):
|
D | product_util.py | 256 if isinstance(val, bool): 277 if type(val) in [bool, int, str]: 338 def has_component(product_name: str) -> bool:
|
/build/ |
D | gn_helpers.py | 30 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:
|
D | prebuilts_download.py | 38 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/ |
D | copy_ex.py | 47 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
|
D | get_warnings.py | 36 def _pick_line(line_info) -> bool: 48 def _parse(in_name: str, out_name: str, prj_dir: str) -> bool:
|
D | code_release.py | 32 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:
|
D | build_js_assets.py | 64 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
|
D | tools_checker.py | 50 def check_build_requried_packages(host_version: str, check: bool=True): argument
|
/build/ohos/ |
D | file_exists.py | 21 def is_exists(filename: str, type: str) -> bool:
|
/build/config/linux/ |
D | pkg-config.py | 87 def MatchesAnyRegexp(flag: bool, list_of_regexps: list) -> bool: argument
|
/build/lite/ |
D | copy_files.py | 26 def copytree(src: str, dst: str, symlinks: bool=False, ignore=None): argument
|
D | utils.py | 91 def makedirs(path: str, exist_ok: bool=True): argument
|
/build/tools/component_tools/static_check/gn_check/ |
D | gn_common_tools.py | 28 def contains_keywords(key_words: tuple, target: str) -> bool:
|
/build/build_scripts/ |
D | build.py | 25 def search(findir: str, target: str) -> str or bool:
|
/build/config/clang/ |
D | BUILD.gn | 69 # Warns when a const char[] is converted to bool.
|
/build/ohos/ndk/ |
D | check_ndk_header_signature.py | 50 …ignature(output: str, headers: list, root_build_dir: str, saved: str, generated: str, check: bool): argument
|
/build/tools/module_dependence/ |
D | part_deps.py | 117 def run(deps_files_path: str, output_path: str, is_graph: bool): argument
|