OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentRecord
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.cpp
297
DiffRecord*
currentRecord
= iter.get();
310
while (
currentRecord
) {
313
SkString baselineAbsPath = get_absolute_path(
currentRecord
->fBaselinePath);
314
SkString testAbsPath = get_absolute_path(
currentRecord
->fTestPath);
317
stream.writeText(
currentRecord
->fCommonName.c_str());
321
stream.writeText(get_absolute_path(
currentRecord
->fAlphaMaskPath).c_str());
325
stream.writeText(get_absolute_path(
currentRecord
->fRgbDiffPath).c_str());
329
stream.writeText(get_absolute_path(
currentRecord
->fWhiteDiffPath).c_str());
341
stream.writeDecAsText(
currentRecord
->fSize.width());
344
stream.writeDecAsText(
currentRecord
->fSize.height())
[
all
...]
/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
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar
Completed in 186 milliseconds