HomeSort by relevance Sort by last modified time
    Searched defs:DiffRecord (Results 1 - 7 of 7) sorted by null

  /external/llvm/tools/llvm-diff/
DiffLog.h 58 typedef std::pair<Instruction*,Instruction*> DiffRecord;
59 SmallVector<DiffRecord, 20> Diff;
  /external/skia/tools/skpdiff/
SkDiffContext.h 119 struct DiffRecord {
134 SkTLList<DiffRecord> fRecords;
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.h 165 struct DiffRecord {
191 SkTLList<DiffRecord> fRecords;
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
imagediffdb.py 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
    [all...]
  /external/skia/gm/rebaseline_server/
imagediffdb.py 46 # Keys used within DiffRecord dictionary representations.
54 class DiffRecord(object):
64 and prepare a DiffRecord for them.
195 """Returns a dictionary representation of this DiffRecord, as needed when
225 and prepare a DiffRecord for them.
252 new_diff_record = DiffRecord(
259 # If we can't create a real DiffRecord for this (expected, actual) pair,
263 'got exception while creating a DiffRecord for '
270 """Returns the DiffRecord for this image pair.
272 Raises a KeyError if we don't have a DiffRecord for this image pair
    [all...]
  /external/chromium_org/third_party/skia/tools/
skdiff.h 87 struct DiffRecord {
101 static char const * const ResultNames[DiffRecord::kResultCount];
111 DiffRecord()
157 typedef SkTDArray<DiffRecord*> RecordArray;
162 const DiffRecord* lhs = *reinterpret_cast<DiffRecord* const *>(untyped_lhs);
163 const DiffRecord* rhs = *reinterpret_cast<DiffRecord* const *>(untyped_rhs);
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs)
    [all...]
  /external/skia/tools/
skdiff.h 87 struct DiffRecord {
101 static char const * const ResultNames[DiffRecord::kResultCount];
111 DiffRecord()
157 typedef SkTDArray<DiffRecord*> RecordArray;
162 const DiffRecord* lhs = *reinterpret_cast<DiffRecord* const *>(untyped_lhs);
163 const DiffRecord* rhs = *reinterpret_cast<DiffRecord* const *>(untyped_rhs);
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs)
    [all...]

Completed in 188 milliseconds