Home | History | Annotate | Download | only in network

Lines Matching refs:shells

55   shells = {}
58 if not shell in shells:
59 shells[shell] = Shell(shell)
60 shells[shell].AddSuite(s)
61 # Convert |shells| to list and sort it, shortest total_duration first.
62 shells = [ shells[s] for s in shells ]
63 shells.sort(cmp=lambda x, y: cmp(x.total_duration, y.total_duration))
66 for s in shells: s.SortTests()
70 for shell in shells:
85 len(peer.shells) > 0 and