Home | History | Annotate | Download | only in rebaseline_server

Lines Matching defs:DiffRecord

47 # Keys used within DiffRecord dictionary representations.
69 class DiffRecord(object):
79 and prepare a DiffRecord for them.
212 """Returns a dictionary representation of this DiffRecord, as needed when
310 diff_record = DiffRecord(
318 'exception while creating DiffRecord for key %s' % str(key))
333 """Asynchronously prepare a DiffRecord for a pair of images.
336 until the DiffRecord is available (or we have given up on creating it).
338 If we already have a DiffRecord for this particular image pair, no work
376 """Returns the DiffRecord for this image pair.
389 Returns the DiffRecord for this image pair, or None if we were unable to
404 'failed to create a DiffRecord for expected_image_locator=%s , '