Home
last modified time | relevance | path

Searched refs:freslist (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/arkui/libuv/
Dgenlocal.py230 freslist = tasklogline.split("ok") variable
231 numcase = freslist[1]
239 freslist = tasklogline.split("not ok") variable
240 numcase = freslist[1]
/test/xts/acts/graphic/vktest/
Dgenlocal.py96 freslist = tasklogline.split("#beginTestCaseResult ") variable
97 casename = freslist[1]