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

  /external/skia/tools/skpdiff/
skpdiff_server.py 388 def commit_rebaselines(self, rebaselines):
390 the rebaselines list. If a expected result image is not in rebaselines
393 @param rebaselines A list of image paths to use the hash of.
404 for image_path in rebaselines:
493 rebaselines = request_data['rebaselines']
494 self.server.expectations_manager.commit_rebaselines(rebaselines)
diff_viewer.js 292 var rebaselines = [];
295 rebaselines.push($scope.records[recordIndex].testPath);
299 "rebaselines": rebaselines
  /external/skia/tools/
rebaseline.py 11 Rebaselines the given GM tests, on all bots and all configurations.
143 # Object that rebaselines a JSON expectations file (not individual image files).
381 'pertain to this set of rebaselines.'))

Completed in 280 milliseconds