Home
last modified time | relevance | path

Searched refs:end_mark (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/driver/
Dparser_lite.py30 def driver_output_method(handler, output, end_mark="\n"): argument
39 lines = content.split(end_mark)
40 if content.endswith(end_mark):
64 def _process_output(self, output, end_mark="\n"): argument
68 return method(self, output, end_mark)
74 lines = content.split(end_mark)
75 if content.endswith(end_mark):
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib.py1142 def _process_output(self, output, end_mark="\n"): argument
1147 lines = content.split(end_mark)
1148 if content.endswith(end_mark):
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers.py1026 def _ltp_output_method(handler, output, end_mark="\n"): argument
1031 lines = content.split(end_mark)
1032 if content.endswith(end_mark):
/test/testfwk/developer_test/src/core/driver/
Ddrivers.py91 def _process_output(self, output, end_mark="\n"): argument
96 lines = content.split(end_mark)
97 if content.endswith(end_mark):