Searched defs:currentRecord (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/skpdiff/
H A DSkDiffContext.cpp29 DiffRecord* currentRecord = fRecords; local
30 while (NULL != currentRecord) {
31 DiffRecord* nextRecord = currentRecord->fNext;
32 SkDELETE(currentRecord);
33 currentRecord = nextRecord;
157 DiffRecord* currentRecord = fRecords; local
164 while (NULL != currentRecord) {
167 SkString baselineAbsPath = get_absolute_path(currentRecord->fBaselinePath);
168 SkString testAbsPath = get_absolute_path(currentRecord->fTestPath);
179 for (int diffIndex = 0; diffIndex < currentRecord
242 DiffRecord* currentRecord = fRecords; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 264 milliseconds