Home
last modified time | relevance | path

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

/external/v8/tools/release/
Dtest_scripts.py401 def RunStep(self, script=PushToCandidates, step_class=Step, args=None):
557 self.RunStep(PushToCandidates, PreparePushRevision)
587 self.RunStep(PushToCandidates, PrepareChangeLog)
628 self.RunStep(PushToCandidates, EditChangeLog)
651 self.RunStep(PushToCandidates, IncrementVersion)
670 self.RunStep(PushToCandidates, SquashCommits)
862 PushToCandidates(TEST_CONFIG, self).Run(args)
Dpush_to_candidates.py348 class PushToCandidates(ScriptsBase): class
415 sys.exit(PushToCandidates().Run())