Home
last modified time | relevance | path

Searched defs:int (Results 1 – 11 of 11) sorted by relevance

/build/ohos/images/mkimage/
Dimkcovert.py32 def get_fill_cnt(inputfile: str, blocksize: int) -> int:
46 def get_gap_blocksize(length: int, size: int) -> int:
56 def get_block_cnt(inputfile: str, blocksize: int) -> int:
67 def get_crc_value(inputfile: str, blocksize: int):
117 def is_empty_block(buff: list, size: int) -> bool:
126 def get_raw_datafile(imagefile: str, blockid, total_blocks: int, blocksize: int) -> int:
/build/tools/component_tools/static_check/bundle_check/
Dbundle_json_check.py318 …def _check_component_name(self, component: dict, component_line: int, bundle_error_component: list…
336 def _check_component_subsystem(self, component: dict, component_line: int,
375 …def _check_component_ast(self, component: dict, component_line: int, bundle_error_component: list):
405 …def _check_component_rom(self, component: dict, component_line: int, bundle_error_component: list):
429 …def _check_component_ram(self, component: dict, component_line: int, bundle_error_component: list):
453 …def _check_component_deps(self, component: dict, component_line: int, bundle_error_component: list…
/build/scripts/
Dbuild_js_assets.py85 def make_manifest_data(config: dict, options, js2abc: bool, asset_index: int, assets_cnt: int, src_…
Dcargo2gn.py180 def parse_rustc(self, line_num: int, line: str):
/build/hb/exceptions/
Dohos_exception.py26 def __init__(self, message: str, code:int = 0):
/build/ohos/sa_profile/sa_info_process/
Dsort_sa_by_bootphase.py102 … def check_depend(cur_systemability: str, deps_count: int, dependencies: list, depend_path: list):
207 def check_index(systemabilities: list, dependency, idx_self: int):
/build/tools/component_tools/static_check/
Dcsct_online_prehandle.py144 def get_diff_by_repo_pr_num(repo_url: str, pr_num: int):
/build/hb/services/
Dgn.py57 def execute_gn_cmd(self, cmd_type: int, **kwargs):
Dmenu.py348 def append(index: int, choice: list):
/build/
Dprebuilts_download.py90 def _copy_url(args, task_id: int, url: str, local_file: str, code_dir: str, unzip_dir: str,
/build/ohos/hisysevent/
Dgen_def_from_all_yaml.py317 def _is_valid_length(content: str, len_min: int, len_max: int) -> bool: