Home
last modified time | relevance | path

Searched defs:kwargs (Results 1 – 9 of 9) sorted by relevance

/build/hb/services/
Dgn.py57 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):
Dmenu.py138 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/
Dutils.py55 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/
Dbuild.py27 def exec_command(cmd, log_path='out/build.log', **kwargs):
/build/hb/helper/
Dsingleton.py21 def __call__(cls, *args, **kwargs):
/build/scripts/
Dentry.py23 def check_output(cmd: str, **kwargs):
/build/hb/containers/
Dstatus.py45 def wrapper(*args, **kwargs):
/build/build_scripts/
Dbuild.py57 def check_output(cmd: str, **kwargs) -> str:
/build/hb/util/
Dsystem_util.py34 … def exec_command(cmd: list, log_path='out/build.log', exec_env=None, log_mode='normal', **kwargs):