Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/_core/report/
Dsuite_reporter.py85 test_suite_element.text, test_suite_element.tail = \
143 test_suite_element.tail = self.data_helper.LINE_BREAK
203 child.tail = self.data_helper.LINE_BREAK_INDENT
Dreporter_helper.py150 def initial_element(cls, tag, tail, text): argument
152 element.tail = tail
Dresult_reporter.py152 child.tail = self.data_helper.LINE_BREAK_INDENT
174 child.tail = self.data_helper.LINE_BREAK
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py322 head, tail = os.path.split(path)
323 if not tail:
324 head, tail = os.path.split(head)
325 if tail in [resource_dir, testcases_dir]: