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

  /external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_main.cpp 47 DEFINE_string(alphaDir, "", "If the differ can generate an alpha mask, write it into directory: <dirpath>");
48 DEFINE_string(rgbDiffDir, "", "If the differ can generate an image showing the RGB diff at each pixel, write it into directory: <dirpath>");
49 DEFINE_string(whiteDiffDir, "", "If the differ can generate an image showing every changed pixel in white, write it into directory: <dirpath>");
97 static bool init_cl_diff(SkImageDiffer* differ) {
105 // Setup our differ of choice
106 SkCLImageDiffer* clDiffer = (SkCLImageDiffer*)differ;
114 // List here every differ
118 // A null terminated array of pointer to every differ declared above
138 SkImageDiffer* differ = gDiffers[differIndex]; local
140 SkDebugf(" %s", differ->getName())
    [all...]
SkDiffContext.cpp 139 SkImageDiffer* differ = fDiffers[differIndex]; local
143 diffData.fDiffName = differ->getName();
145 if (!differ->diff(&baselineBitmap, &testBitmap, bitmapsToCreate, &diffData.fResult)) {
179 // a particular differ and storing them as toplevel fields within
181 // fields for each differ (not just "result" and "pointsOfInterest").
253 // Queue up the comparison with the differ
  /external/skia/tools/skpdiff/
skpdiff_main.cpp 88 static bool init_cl_diff(SkImageDiffer* differ) {
96 // Setup our differ of choice
97 SkCLImageDiffer* clDiffer = (SkCLImageDiffer*)differ;
105 // List here every differ
109 // A null terminated array of pointer to every differ declared above
128 SkImageDiffer* differ = gDiffers[differIndex]; local
130 SkDebugf(" %s", differ->getName());
134 // Check if this differ was chosen by any of the flags. Initialize them if they were chosen.
137 if (differ->requiresOpenCL()) {
139 init_cl_diff(differ);
    [all...]
SkDiffContext.cpp 103 SkImageDiffer* differ = fDiffers[differIndex]; local
107 diffData.fDiffName = differ->getName();
109 if (!differ->diff(&baselineBitmap, &testBitmap, alphaMaskPending, &diffData.fResult)) {
178 // Queue up the comparison with the differ
  /external/markdown/
test-markdown.py 150 differ = difflib.Differ() variable
258 diff = [x for x in differ.compare(expected_lines,
  /ndk/build/core/
definitions-host.mk 148 # Function : host-copy-if-differ
151 # Usage : $(call host-copy-if-differ,<src-file>,<dst-file>)
156 host-copy-if-differ = $(HOST_CMP) -s $1 $2 > NUL || copy /b/y $(subst /,\,"$1" "$2") > NUL
158 host-copy-if-differ = $(HOST_CMP) -s $1 $2 > /dev/null 2>&1 || cp -f $1 $2
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 323 milliseconds