Searched defs:DiffRecord (Results 1 - 7 of 7) sorted by relevance

/external/llvm/tools/llvm-diff/
H A DDiffLog.h58 typedef std::pair<Instruction*,Instruction*> DiffRecord; typedef in class:llvm::DiffLogBuilder
59 SmallVector<DiffRecord, 20> Diff;
/external/skia/tools/skpdiff/
H A DSkDiffContext.h119 struct DiffRecord { struct in class:SkDiffContext
134 SkTLList<DiffRecord> fRecords;
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkDiffContext.h165 struct DiffRecord { struct in class:SkDiffContext
191 SkTLList<DiffRecord> fRecords;
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dimagediffdb.py47 # Keys used within DiffRecord dictionary representations.
69 class DiffRecord(object): class in inherits: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 fo
[all...]
/external/skia/gm/rebaseline_server/
H A Dimagediffdb.py46 # Keys used within DiffRecord dictionary representations.
54 class DiffRecord(object): class in inherits: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 fo
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dskdiff.h87 struct DiffRecord { struct
101 static char const * const ResultNames[DiffRecord::kResultCount];
111 DiffRecord() function in struct: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* rh
[all...]
/external/skia/tools/
H A Dskdiff.h87 struct DiffRecord { struct
101 static char const * const ResultNames[DiffRecord::kResultCount];
111 DiffRecord() function in struct: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* rh
[all...]

Completed in 1260 milliseconds