Searched defs:kwargs (Results 1 – 9 of 9) sorted by relevance
/build/hb/services/ |
D | gn.py | 57 def execute_gn_cmd(self, cmd_type: int, **kwargs): 166 def _execute_gn_gen_cmd(self, **kwargs): 205 def _execute_gn_path_cmd(self, **kwargs): 230 def _execute_gn_desc_cmd(self, **kwargs): 255 def _execute_gn_ls_cmd(self, **kwargs): 275 def _execute_gn_refs_cmd(self, **kwargs): 295 def _execute_gn_format_cmd(self, **kwargs): 317 def _execute_gn_clean_cmd(self, **kwargs):
|
D | menu.py | 138 def _list_promt(self, name: str, message: str, choices: list, **kwargs): 154 def _prompt(self, questions: list, answers=None, **kwargs): 232 def _question(self, message: str, **kwargs): 312 def __init__(self, choices: list, **kwargs):
|
/build/lite/ |
D | utils.py | 55 def exec_command(cmd: str, log_path: str='out/build.log', **kwargs): 78 def check_output(cmd: str, **kwargs): 110 def excute(self, event, **kwargs):
|
/build/lite/ndk/build/ |
D | build.py | 27 def exec_command(cmd, log_path='out/build.log', **kwargs):
|
/build/hb/helper/ |
D | singleton.py | 21 def __call__(cls, *args, **kwargs):
|
/build/scripts/ |
D | entry.py | 23 def check_output(cmd: str, **kwargs):
|
/build/hb/containers/ |
D | status.py | 45 def wrapper(*args, **kwargs):
|
/build/build_scripts/ |
D | build.py | 57 def check_output(cmd: str, **kwargs) -> str:
|
/build/hb/util/ |
D | system_util.py | 34 … def exec_command(cmd: list, log_path='out/build.log', exec_env=None, log_mode='normal', **kwargs):
|