Home
last modified time | relevance | path

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

/build/test/example/
Dbuild_example.json14 "ptyflag": "False", string
48 "ptyflag": "False" string
54 "ptyflag": "False" string
Dperformance_test.py64 def __init__(self, performance_cmd, output_path, report_title, ptyflag=False): argument
601 ptyflag = True if item.get("ptyflag").lower() == "true" else False variable
Dtest_build_option.py106 def exec_command_select(self, cmd, timeout=60, ptyflag=False): argument
194 def exec_command(self, cmd, ptyflag=PTYFLAG, timeout=TIMEOUT): argument
253 def get_match_result(self, cmd, para_type, para_value, ptyflag=PTYFLAG): argument
280 def get_common_spec_result(self, option, cmd, para_type=None, ptyflag=PTYFLAG): argument