Searched defs:ptyflag (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/build/test/example/ |
H A D | build_example.json | 14 "ptyflag": "False", string 48 "ptyflag": "False" string 54 "ptyflag": "False" string
|
H A D | test_build_option.py | 1037 def exec_command_select(self, cmd, timeout=60, ptyflag=False): argument 1103 def get_match_result(self, cmd, para_type, para_value, ptyflag=PTYFLAG): argument 1122 def get_common_spec_result(self, option, cmd, para_type=None, ptyflag=PTYFLAG): argument 1136 def exec_command(self, cmd, ptyflag=PTYFLAG, timeout=TIMEOUT): argument
|
H A D | performance_test.py | 601 ptyflag = True if item.get("ptyflag").lower() == "true" else False variable
|