Home
last modified time | relevance | path

Searched defs:ptyflag (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/build/test/example/
H A Dbuild_example.json14 "ptyflag": "False", string
48 "ptyflag": "False" string
54 "ptyflag": "False" string
H A Dtest_build_option.py1037 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 Dperformance_test.py601 ptyflag = True if item.get("ptyflag").lower() == "true" else False variable