Searched refs:finished (Results 1 – 14 of 14) sorted by relevance
19 finished = False variable22 while not finished and read_retry < 5:31 elif FINISHED_TAG in line and not finished:33 finished = True variable
43 // Occurs after all test runners and tests have finished48 // Occurs after detection of catching bug by atest have finished
59 // Occurs after all test runners and tests have finished64 // Occurs after detection of catching bug by atest have finished
39 private val finished get() = _finished.get() in <lambda>() constant in trebuchet.util.WorkQueue54 while (!finished) { in <lambda>()
139 boolean finished = p.waitFor(30, TimeUnit.MINUTES); in setUp()140 if (!finished || p.exitValue() != 0) { in setUp()144 if (!finished) { in setUp()
6 # TODO(albaltai@):Remove "fixme" when each module implement finished.
367 while (!deflater.finished()) { in deflate()
489 while (!mInflater.finished()) { in consume()
53 // The time at which this test finished executing.
669 while (!decompresser.finished() && !decompresser.needsInput()) { in unzipToStream()
1171 BuildFinished finished = 14; field