Home
last modified time | relevance | path

Searched refs:PushToCandidates (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/release/
Dtest_scripts.py414 def RunStep(self, script=PushToCandidates, step_class=Step, args=None):
570 self.RunStep(PushToCandidates, PreparePushRevision)
600 self.RunStep(PushToCandidates, PrepareChangeLog)
641 self.RunStep(PushToCandidates, EditChangeLog)
664 self.RunStep(PushToCandidates, IncrementVersion)
683 self.RunStep(PushToCandidates, SquashCommits)
875 PushToCandidates(TEST_CONFIG, self).Run(args)
Dpush_to_candidates.py348 class PushToCandidates(ScriptsBase): class
415 sys.exit(PushToCandidates().Run())