Home | History | Annotate | Download | only in tools

Lines Matching refs:success

748     # Reset doesn't seem to return 0 on success.
1054 On success, it will return a tuple of the average value of the metric,
1055 and a success code of 0.
1306 On success, a tuple containing the results of the performance test.
1323 success = True
1333 success = False
1337 if success:
1338 success = self.RunPostSync(depot)
1340 if success:
1629 A dict with 2 members, 'revision_data' and 'error'. On success,