HomeSort by relevance Sort by last modified time
    Searched refs:next_proc (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/testrunner/testproc/
base.py 50 def connect_to(self, next_proc):
51 """Puts `next_proc` after itself in the chain."""
52 next_proc._prev_proc = self
53 self._next_proc = next_proc
execution.py 52 def connect_to(self, next_proc):

Completed in 252 milliseconds