| /build/lite/hb_internal/common/ |
| D | config.py | 34 def __init__(self): argument 56 def target_os(self): argument 60 def target_os(self, value): argument 65 def target_cpu(self): argument 69 def target_cpu(self, value): argument 74 def version(self): argument 78 def version(self, value): argument 83 def os_level(self): argument 87 def os_level(self, value): argument 92 def product_json(self): argument [all …]
|
| D | misc.py | 28 def __init__(self, config): argument 33 def set_ccache(self): argument 59 def set_pycache(self): argument 72 def rename_last_logfile(self): argument 78 def prepare(self, args): argument 85 def __init__(self, config): argument 90 def clean(self, start_time): argument 96 def stat_pycache(self): argument 103 def manage_cache_data(self): argument 110 def stop_pyd(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 | fs_process.py | 32 def __init__(self) -> None: argument 46 def mv_usr_libs(self): argument 67 def create_fs_dirs(self): argument 93 def fs_dirs_replace(self, path, default_path): argument 99 def copy_files(self, spath, tpath, fs_dir): argument 145 def list_all_files(self, path, ignore_list=None): argument 153 def replace(self, raw_str): argument 159 def fs_link(self): argument 168 def fs_filemode(self): argument 180 def fs_make_cmd(self): 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/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/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): argument 28 def _loading_config(self): argument 38 def _check_format(self): argument 59 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/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 178 def __merge(self, sa_info_filelist, output_dir): argument 222 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 …]
|
| D | sa_info_config_errors.py | 42 def __init__(self, message, file_in_process): argument 47 def __str__(self): argument
|
| /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 68 def save_durations(self, duration_file): argument 78 def trans_to_trace_json(self, dest_file_name): argument 107 def __init__(self): argument 110 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/lite/hb_internal/preloader/ |
| D | preloader.py | 154 def __init__(self, product_name, config_dirs, config_json): argument 165 def parse_config(self): argument 169 def get_device(self): argument 173 def get_product_specific_subsystem(self): argument 184 def _get_product_build_path(self): argument 187 def _do_parse(self): argument 212 def _get_product_specific_parts(self): argument 219 def _parse_config_v2(self, config): argument 247 def _make_device_info(self, config): argument 284 def _parse_config_v3(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/misc/mac/ |
| D | find_sdk.py | 24 def __init__(self, value): argument 27 def __str__(self): argument
|
| /build/lite/ |
| D | utils.py | 104 def __init__(self): argument 107 def register(self, event, callback): argument 110 def excute(self, event, **kwargs): argument
|
| /build/templates/metadata/ |
| D | write_meta_data.py | 57 def __init__(self, direct_deps): argument 62 def All(self, target_type): argument
|