Lines Matching refs:comm
160 comm = ""
165 comm += " " + line + "\n"
166 return comm + "\n"
1826 comm):
1831 print("\n{0}".format(comm[3].debug_buf), file=sys.stderr)
1834 comm[1][0], comm[1][1], comm[2]), file=self.stream)
1969 comm = outq.get(block=True)
1978 if comm[0] == "START":
1979 if comm[1] not in all_tests:
1982 "comm:{0}".format(comm))
1983 started_tests[comm[2]] = comm[1]
1984 start_times[comm[1]] = time.time()
1987 elif comm[0] == "RESULT":
1988 partial_result = comm[3]
1990 finished_tests.add(comm[1])
1994 if started_tests[comm[2]] != comm[1]:
1996 del started_tests[comm[2]]
1997 del start_times[comm[1]]
2002 comm)
2005 "communication:{0}".format(comm))