Lines Matching refs:shell
30 def __init__(self, shell): argument
31 self.shell = shell
57 shell = s.shell()
58 if not shell in shells:
59 shells[shell] = Shell(shell)
60 shells[shell].AddSuite(s)
70 for shell in shells:
71 while len(shell.tests) > 0:
76 "Remaining tests: %d. Going to slow mode." % len(shell.tests))
80 peers[0].ForceAddOneTest(shell.tests.pop(), shell)
84 if (shell.total_duration < peer.needed_work and
87 shell.total_duration <= peers[index + 1].needed_work):
88 peers[index + 1].AddTests(shell)
90 peer.AddTests(shell)