Lines Matching refs:result
31 std::string result; in GetTrace() local
34 SPUtils::LoadCmd(cmdString + cmdStringEnd + traceName, result); in GetTrace()
43 std::string result; in GetLayout() local
44 SPUtils::LoadCmd("uitest dumpLayout", result); in GetLayout()
53 std::string result; in ChangeToBackground() local
55 SPUtils::LoadCmd("uinput -T -m 600 2760 600 1300 200", result); in ChangeToBackground()
92 std::smatch result; in InitXY2() local
96 while (std::regex_search(iterStart, iterEnd, result, pattern)) { in InitXY2()
97 std::string startX = result[0]; in InitXY2()
98 iterStart = result[0].second; in InitXY2()
131 std::smatch result; in InitXY() local
135 while (std::regex_search(iterStart, iterEnd, result, pattern)) { in InitXY()
136 std::string startX = result[0]; in InitXY()
137 iterStart = result[0].second; in InitXY()