/build/ohos/ndk/cmake/ |
D | ohos.toolchain.cmake | 91 list(APPEND CMAKE_FIND_ROOT_PATH "${OHOS_SDK_NATIVE}") 126 list(APPEND OHOS_C_COMPILER_FLAGS 135 list(APPEND OHOS_C_COMPILER_FLAGS -Wno-error=format-security) 137 list(APPEND OHOS_C_COMPILER_FLAGS -Wformat -Werror=format-security) 140 list(APPEND OHOS_C_COMPILER_FLAGS -march=armv7a) 143 list(APPEND OHOS_C_COMPILER_FLAGS -g) 146 list(APPEND OHOS_C_COMPILER_FLAGS 152 list(APPEND OHOS_C_COMPILER_FLAGS -fsanitize-blacklist="${OHOS_ASAN_BLACKLIST}") 157 list(APPEND OHOS_C_COMPILER_FLAGS 163 list(APPEND OHOS_C_COMPILER_FLAGS -fsanitize-blacklist="${OHOS_ASAN_BLACKLIST}") [all …]
|
/build/tools/component_tools/static_check/gn_check/ |
D | check_gn.py | 82 target = list() # 每个文件中的target 90 def get_all_abs_path(self) -> list: 97 ret_list = list() 102 return list() 126 bad_targets_to_excel = list() 157 bad_targets_to_excel = list() 170 subsys_comp = list() 198 bad_targets_to_excel = list() 202 bad_target_to_excel = list() 244 bad_targets_to_excel = list() [all …]
|
D | check_gn_online.py | 36 self.err_info = list() 42 row_range = list() 68 def check_have_product_name(self, key: str, line: list) -> None: argument 85 def check_abs_path(self, key: str, line: list) -> None: argument 89 abs_info = list() 176 for key in list(self.gn_data.keys()):
|
/build/hb/util/ |
D | type_check_util.py | 49 def tile_list(value: list) -> list: argument 52 if isinstance(entity, list):
|
D | system_util.py | 34 … def exec_command(cmd: list, log_path='out/build.log', exec_env=None, log_mode='normal', **kwargs): argument 87 return list(self._env.keys()) 92 def allow(self, allowed_vars: list): argument
|
/build/templates/common/ |
D | check_deps_handler.py | 27 …ty_deps(args, dep_part: str, parts_deps_info: dict, _tips_info: dict, third_deps_allow_list: list): argument 49 def load_part_info(depfiles: list): argument 73 def get_path_from_module_list(cur_part_name: str, depfiles:list) -> str: argument 90 …_pattern(cur_part_name: str, parts_path_info: dict, path_parts_info: dict, depfiles: list) -> list: argument 116 …args, part_pattern: str, path_parts_info: dict, compile_standard_allow_info: dict, depfiles: list): argument 153 def check(args) -> list:
|
/build/scripts/ |
D | copy_ex.py | 36 items = list(itr) 44 def _do_copy_tree(items: list, argument 107 deps: list, argument 134 def do_copy(options, deps: list): argument 136 files = list( 153 def do_renaming(options, deps: list): argument 157 src_files = list( 161 dest_files = list(
|
D | gen_subsystem_ebpf_testcase_config.py | 35 def get_testcase_dest_list(src_testcase_list: list, testcase_collect_path: str): argument 45 testcase_list: list, argument
|
D | ninja2trace.py | 38 self.datalist = list() 39 self.durations = list() 78 tracelist = list()
|
D | build_target_handler.py | 36 def get_build_target(build_dir: str, build_targets: list, target_platform: str) -> list: argument
|
/build/tools/component_tools/static_check/bundle_check/ |
D | bundle_json_check.py | 31 def check_all_bundle_json(path:str) -> list: 77 def get_all_bundle_json(path:str = '.') -> list: 183 def readlines(self) -> list: 197 def check(self) -> list: 260 def check_segment(self) -> list: 296 def check_component(self) -> list: 318 …ef _check_component_name(self, component: dict, component_line: int, bundle_error_component: list): argument 337 bundle_error_component: list): argument 354 def _check_component_syscap(self, component: dict, bundle_error_component: list): argument 369 errs = list(set(err)) # 去重告警 [all …]
|
/build/hb/services/ |
D | ninja.py | 77 def _convert_args(self) -> list: 82 if key == 'build_target' and isinstance(value, list): 84 elif key == 'ninja_args' and isinstance(value, list):
|
D | gn.py | 96 def _convert_args(self) -> list: 109 elif isinstance(value, list): 119 def _convert_flags(self) -> list: 123 if key == 'gn_flags' and isinstance(value, list): 158 … option, list(support_sub_options.keys())), '3003') 217 gn_path_cmd = list(set(gn_path_cmd)) 242 gn_desc_cmd = list(set(gn_desc_cmd))
|
/build/ohos/sdk/ |
D | check_sdk_completeness.py | 35 def parse_sdk_check_list(sdk_check_list: list): argument 121 def get_redundant_set(sdk_check_list: list): argument 135 def get_unpacked_directories(sdk_check_list: list): argument 147 def get_missing_set(sdk_check_list: list): argument 159 def output_the_verification_result(sdk_check_list: list): argument
|
/build/ohos/update/ |
D | check_abi_and_copy_deps.py | 29 def get_value_from_file(file: str, target: list, key: str, must: bool=True): argument 51 def get_valid_deps(module_deps: list, finish_list: list): argument 128 def get_copy_source_path(element: list): argument 137 def traverse_and_check(check_list: list, readelf: str, abidiff: str, abidw: str, abi_dumps_path: st… argument 183 def get_copy_output_path(element: list, parent_output: str): argument 231 if isinstance(copy_element[1], list):
|
/build/ohos/images/mkimage/ |
D | judge_updater_image.py | 28 def get_needed_lib(file_path: str) -> list: 61 def judge_lib_available(lib_name: str, lib_chain: list, available_libs: list, lib_to_path: dict) ->… argument
|
/build/ohos/testfwk/ |
D | testcase_resource_copy.py | 29 def copy_dir(src: str, dest: str) -> list: 55 part_build_out_path: str, resource_output_path: str) -> list: 106 part_build_out_path: str, resource_output_path: str) -> list: 146 resource_output_path: str) -> list: 172 def copy_testcase_resources(resource_infos: list) -> list: argument 267 part_build_out_path: str, resource_output_path: str) -> list: 282 part_build_out_path: str, resource_output_path: str) -> list:
|
/build/scripts/util/ |
D | build_utils.py | 540 return list(deps_map.keys()) 552 abs_module_paths = list(map(os.path.abspath, module_paths)) 564 non_system_module_paths = list( 566 non_system_module_paths = list( 579 num_modules_before = len(list(sys.modules.keys())) 580 for m in list(sys.modules.values()): 583 num_modules_after = len(list(sys.modules.keys())) 625 new_args = list(args) 653 if isinstance(expansion, list): 695 input_paths = list(input_paths or []) [all …]
|
/build/tools/ |
D | product_config_version_convert.py | 56 subsystems_list = list() 61 subsystem_list = list() 66 components_list = list()
|
/build/ohos/packages/ |
D | resources_collect.py | 63 def collect_testcase(resources_dir_list: list, parts_info: dict, output_base_dir: str): argument 89 def collect_test_mlf(resources_dir_list: list, parts_info: dict, output_base_dir: str): argument 120 def collect_libs_symbols(resources_dir_list: list, parts_info: dict, output_base_dir: str): argument 166 def collect_kits_modules(resources_dir_list: list, parts_info: dict, output_base_dir: str): argument 171 def collect_innerkits_modules(resources_dir_list: list, parts_info: dict, output_base_dir: str): argument 176 def collect_resources(collect_type: str, resources_dir_list: list, parts_info: dict, argument
|
/build/config/ohos/ |
D | copy_ex.gni | 7 # Copy a list of file into a destination directory. Potentially renaming 14 # renaming_sources: Optional list of source file paths that will be renamed 16 # renaming_destinations: Optional list of destination file paths, required
|
/build/ohos/sa_profile/sa_info_process/ |
D | sort_sa_by_bootphase.py | 102 … def check_depend(cur_systemability: str, deps_count: int, dependencies: list, depend_path: list): argument 207 def check_index(systemabilities: list, dependency, idx_self: int): argument 218 def inner_category_sort(systemabilities: list): argument 243 def __detect_invert_dependency(self, systemability: list, depend): argument 265 def __detect_creation_dependency(self, systemability: list, depend): argument
|
/build/test/example/ |
D | performance_test.py | 70 self.system_info = list() 71 self.ninjia_trace_list = list() 72 self.gn_exec_li = list() 73 self.gn_script_li = list() 74 self.gn_end_li = list() 75 self.ccache_li = list() 76 self.c_targets_li = list() 81 self.cost_time_res = list() 95 self.error_message = list() 280 data = defaultdict(list) [all …]
|
/build/ohos/ndk/ |
D | collect_ndk_syscap.py | 28 def _get_system_capability(targets_build_config: list): argument 62 list.sort(_dep_files)
|
/build/build_scripts/ |
D | env_setup.sh | 75 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
|