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

  /external/skia/tools/skpdiff/
SkDiffContext.cpp 225 DiffRecord* currentRecord = iter.get();
233 while (NULL != currentRecord) {
236 SkString differenceAbsPath = get_absolute_path(currentRecord->fDifferencePath);
237 SkString baselineAbsPath = get_absolute_path(currentRecord->fBaselinePath);
238 SkString testAbsPath = get_absolute_path(currentRecord->fTestPath);
241 stream.writeText(currentRecord->fCommonName.c_str());
257 for (int diffIndex = 0; diffIndex < currentRecord->fDiffs.count(); diffIndex++) {
258 DiffData& data = currentRecord->fDiffs[diffIndex];
276 if (diffIndex + 1 < currentRecord->fDiffs.count()) {
285 currentRecord = iter.next()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 

Completed in 405 milliseconds