Searched refs:end_mark (Results 1 – 4 of 4) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/driver/ |
D | parser_lite.py | 44 def _process_output(self, output, end_mark="\n"): argument 48 return method(self, output, end_mark) 54 lines = content.split(end_mark) 55 if content.endswith(end_mark):
|
/test/testfwk/developer_test/src/core/driver/ |
D | drivers.py | 72 def _process_output(self, output, end_mark="\n"): argument 77 lines = content.split(end_mark) 78 if content.endswith(end_mark):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
D | drivers.py | 1036 def _ltp_output_method(handler, output, end_mark="\n"): argument 1041 lines = content.split(end_mark) 1042 if content.endswith(end_mark):
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
D | dmlib.py | 1146 def _process_output(self, output, end_mark="\n"): argument 1151 lines = content.split(end_mark) 1152 if content.endswith(end_mark):
|