HomeSort by relevance Sort by last modified time
    Searched defs:DiffRecord (Results 1 - 4 of 4) 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/skia/gm/rebaseline_server/
imagediffdb.py 32 class DiffRecord(object):
39 and prepare a DiffRecord for them.
146 and prepare a DiffRecord for them.
171 new_diff_record = DiffRecord(
178 logging.exception('got exception while creating new DiffRecord')
183 """Returns the DiffRecord for this image pair.
185 Raises a KeyError if we don't have a DiffRecord for this image pair.
  /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