/build/lite/hb_internal/common/ |
D | config.py | 35 def __init__(self): argument 65 def component_type(self): argument 69 def component_type(self, value): argument 74 def target_os(self): argument 78 def target_os(self, value): argument 83 def target_cpu(self): argument 87 def target_cpu(self, value): argument 92 def version(self): argument 96 def version(self, value): argument 101 def compile_config(self): argument [all …]
|
D | misc.py | 28 def __init__(self, config): argument 33 def set_ccache(self): argument 72 def set_pycache(self): argument 85 def rename_last_logfile(self): argument 91 def prepare(self, args): argument 98 def __init__(self, config): argument 103 def clean(self, start_time, disable_post_build_args): argument 113 def package_image(self): argument 120 def stat_pycache(self): argument 127 def manage_cache_data(self): argument [all …]
|
/build/tools/component_tools/ |
D | component_node.py | 21 def __init__(self, module_name, subsystem_name, part_name, deps, external_deps, raw_data): argument 30 def module_name(self): argument 34 def module_name(self, value): argument 38 def subsystem_name(self): argument 42 def subsystem_name(self, value): argument 46 def part_name(self): argument 50 def part_name(self, value): argument 54 def deps(self): argument 58 def deps(self, value): argument 62 def external_deps(self): argument [all …]
|
/build/lite/hb_internal/cts/ |
D | cts.py | 40 def __init__(self): argument 48 def __iter__(self): argument 52 def _set_path(self): argument 77 def board(self): argument 81 def board(self, board): argument 86 def kernel(self): argument 90 def kernel(self, kernel): argument 95 def code_path(self): argument 99 def components_path(self): argument 103 def platform_path(self): argument [all …]
|
D | checkbox.py | 43 def __init__(self, choices, **kwargs): argument 53 def _init_choices(self, choices): argument 72 def choice_count(self): argument 75 def _get_choice_tokens(self, cli): argument 124 def get_selected_values(self): argument 130 def line_count(self): argument
|
D | list.py | 39 def __init__(self, choices, **kwargs): argument 47 def _init_choices(self, choices, default=None): argument 68 def choice_count(self): argument 71 def _get_choice_tokens(self, cli): argument 111 def get_selection(self): argument
|
/build/lite/hb_internal/build/ |
D | build_process.py | 44 def __init__(self, component=None, compact_mode=False): argument 59 def target(self): argument 63 def target(self, component): argument 85 def compiler(self): argument 89 def compiler(self, value): argument 98 def test(self): argument 102 def test(self, test_args): argument 115 def build_time(self): argument 118 def register_args(self, args_name, args_value, quota=True): argument 132 def build(self, full_compile, patch=False, ninja=True, cmd_args=None): argument [all …]
|
D | patch_process.py | 31 def __init__(self): argument 36 def patch_make(self, cmd_args=None, reverse=False): argument 61 def patch_apply(self, src_path, patch_list, reverse=False): argument 99 def patch_cache_update(self): argument
|
/build/ |
D | gn_helpers.py | 170 def __init__(self, string): argument 174 def IsDone(self): argument 177 def ConsumeWhitespace(self): argument 181 def Parse(self): argument 206 def ParseArgs(self): argument 227 def _ParseAllowTrailing(self): argument 247 def _ParseIdent(self): argument 265 def ParseNumber(self): argument 283 def ParseString(self): argument 310 def ParseList(self): argument [all …]
|
/build/loader/ |
D | load_ohos_build.py | 102 def __init__(self, part_name, variant_name, part_config, toolchain, argument 151 def _parsing_inner_kits(self, part_name, inner_kits_info, build_gn_content, argument 203 def _parsing_system_kits(self, part_name, system_kits_info, argument 221 def _parsing_config(self, part_name, part_config, subsystem_name): argument 278 def part_name(self): argument 282 def part_variant(self): argument 286 def toolchain(self): argument 290 def part_inner_kits(self): argument 294 def part_kits(self): argument 298 def write_build_gn(self, config_output_dir): argument [all …]
|
D | load_bundle_file.py | 24 def __init__(self, bundle_config_file, exclusion_modules_config_file, load_test_config): argument 30 def _loading_config(self): argument 42 def _check_format(self): argument 69 def to_ohos_build(self): argument
|
D | platforms_loader.py | 25 def __init__(self, platforms_config_file, source_root_dir, root_build_dir, argument 37 def _read_platforms_config(self): argument 101 def _loading(self): argument 140 def get_all_parts(self): argument 151 def get_all_stubs(self): argument 162 def platforms_toolchain(self): argument
|
/build/scripts/util/ |
D | md5_check.py | 135 def __init__(self, old_metadata, new_metadata, force, missing_outputs): argument 141 def _get_old_tag(self, path, subpath=None): argument 144 def has_changes(self): argument 151 def added_or_modified_only(self): argument 167 def iter_all_paths(self): argument 171 def iter_all_subpaths(self, path): argument 175 def iter_added_paths(self): argument 181 def iter_added_subpaths(self, path): argument 187 def iter_removed_paths(self): argument 194 def iter_removed_subpaths(self, path): argument [all …]
|
D | pyd.py | 34 def log_message(self, format, *args): # pylint: disable=redefined-builtin argument 40 def do_cache_hit(self): argument 44 def do_cache_miss(self): argument 48 def do_cache_manage(self): argument 52 def do_show_statistics(self): argument 56 def do_stop_service(self): argument 62 def __init__(self, *args, **kargs): argument 70 def serve_forever(self, poll_interval=0.5): argument 75 def record_pycache_config(self, pycache_dir): argument 91 def cache_manage(self): argument [all …]
|
D | pycache.py | 25 def __init__(self): argument 73 def __init__(self, cache_dir=None): argument 81 def retrieve(self, output_paths, prefix=''): argument 95 def save(self, output_paths, prefix=''): argument 101 def report_cache_stat(self, hit_or_miss): argument 107 def get_pyd(self): argument 121 def descend_directory(self, path): argument 127 def get_manifest_path(self, path): argument
|
/build/ohos/sa_profile/sa_info_process/ |
D | merge_sa_info.py | 36 def __init__(self, process_name, wdir): argument 43 def output_filename(self): argument 47 def add_libpath_info(self, libpath): argument 54 def add_systemability_info(self, systemability): argument 57 def merge_sa_info(self): argument 85 def __init__(self, is_64bit_arch): argument 93 def __add_to_output_filelist(self, infile): argument 96 def __parse_xml_file(self, source_file): argument 184 def __merge(self, sa_info_filelist, output_dir): argument 228 def merge(self, sa_info_filelist, output_dir): argument
|
D | sort_sa_by_bootphase.py | 39 def __init__(self): argument 48 def __init__(self): argument 66 def __read_xml_file_into_lines(self, source_file): argument 124 def __parse_xml_file(self, source_file): argument 140 def __rearrange_systemability_node_nonstrict(self, dest_file): argument 157 def __rearrange_systemability_node_strict(self, dest_file): argument 176 def __sort_systemability_by_bootphase_priority(self): argument 211 def __detect_invert_dependency(self, systemability, depend): argument 233 def __detect_creation_dependency(self, systemability, depend): argument 304 def __extract_info_from_systemability_nodes(self): argument [all …]
|
/build/scripts/ |
D | ninja2trace.py | 27 def __init__(self, start, end): argument 32 def __str__(self): argument 37 def __init__(self): argument 41 def parse_file(self, filename, ninja_start_time): argument 66 def save_durations(self, duration_file): argument 76 def trans_to_trace_json(self, dest_file_name): argument 105 def __init__(self): argument 108 def counting_the_new_tid(self, storingdataline): argument
|
D | interface_mgr.py | 25 def get_file_sha256(self, filename): argument 42 def get_header_files(self, file_dir): argument 52 def gen_sig_file_by_subsystem(self, subsystem_sdk_out_dir, argument 86 def _gen_checkfile(self, check_file_dir, target_type_dir, target_type): argument 95 def gen_interface_checkfile(self, sdk_base_dir, check_file_dir): argument 116 def check(self, check_file_dir, subsystem_sdk_dir, subsystem_name, argument
|
/build/ohos/packages/ |
D | high_privilege_process_validate.py | 29 def __init__(self, name, reason): argument 40 def __init__(self): argument 47 def __init__(self, loc): argument 55 def _is_need_verified_uid(self, uid): argument 59 def _is_need_verified_gid(self, gid): argument 63 def set_uid(self, uid): argument 72 def append_gid(self, gid): argument 81 def handle_socket(self, socket): argument 101 def record_related_item(self, related_item): argument 113 def __init__(self): argument [all …]
|
D | fs_process.py | 30 def __init__(self, packer_args) -> None: argument 44 def mv_usr_libs(self): argument 65 def create_fs_dirs(self): argument 91 def fs_dirs_replace(self, path, default_path): argument 97 def copy_files(self, spath, tpath, fs_dir): argument 143 def list_all_files(self, path, ignore_list=None): argument 151 def replace(self, raw_str): argument 157 def fs_link(self): argument 166 def fs_filemode(self): argument 178 def fs_make_cmd(self): argument [all …]
|
/build/lite/hb_internal/preloader/ |
D | preloader.py | 201 def __init__(self, product_name, config_dirs, config_json): argument 212 def parse_config(self): argument 216 def get_device(self): argument 220 def get_product_specific_subsystem(self): argument 231 def _get_product_build_path(self): argument 234 def _remove_excluded_components(self): argument 242 def _do_parse(self): argument 268 def _get_product_specific_parts(self): argument 275 def _parse_config_v2(self, config): argument 308 def _make_device_info(self, config): argument [all …]
|
/build/tools/module_dependence/ |
D | module_deps_tree.py | 41 def __init__(self, data, inner_kits_adapter): argument 47 def parse_part_module_name(self, node_name): argument 53 def get_label_color(self, node_name): argument 68 def node_tree(self, node_name): argument 97 def color_tree(self, tree_data): argument 109 def graph_tree(self, tree_data): argument 121 def get_node_tree(self, node_name): argument
|
/build/lite/hb_internal/tool/ |
D | tool.py | 56 def __init__(self, out_path=None): argument 66 def register_target(self, component, module): argument 73 def get_target_name(self, component, module): argument 98 def read_gn_file(self, input_file): argument 106 def get_gn_path(self): argument 116 def exec_gn_cmd(self, gn_cmd): argument
|
/build/misc/mac/ |
D | find_sdk.py | 24 def __init__(self, value): argument 27 def __str__(self): argument
|