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

  /external/chromium_org/third_party/skia/tools/
skdiff_main.cpp 35 * Returns zero exit code if all images match across baseDir and comparisonDir.
71 printf("%d file pairs %s in baseDir and %s in comparisonDir",
334 const SkString& comparisonDir,
343 SkASSERT(!comparisonDir.isEmpty());
349 get_file_list(comparisonDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs,
368 SkString comparisonPath(comparisonDir);
374 // in baseDir, but not in comparisonDir
392 // in comparisonDir, but not in baseDir
410 // Found the same filename in both baseDir and comparisonDir.
482 drp->fComparison.fFullPath = comparisonDir;
    [all...]
  /external/skia/tools/
skdiff_main.cpp 35 * Returns zero exit code if all images match across baseDir and comparisonDir.
71 printf("%d file pairs %s in baseDir and %s in comparisonDir",
334 const SkString& comparisonDir,
343 SkASSERT(!comparisonDir.isEmpty());
349 get_file_list(comparisonDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs,
368 SkString comparisonPath(comparisonDir);
374 // in baseDir, but not in comparisonDir
392 // in comparisonDir, but not in baseDir
410 // Found the same filename in both baseDir and comparisonDir.
482 drp->fComparison.fFullPath = comparisonDir;
    [all...]

Completed in 60 milliseconds