HomeSort by relevance Sort by last modified time
    Searched refs:differ (Results 1 - 25 of 34) sorted by null

1 2

  /external/skia/tools/skpdiff/
skpdiff_main.cpp 49 DEFINE_string(alphaDir, "", "If the differ can generate an alpha mask, write it into directory: <dirpath>");
50 DEFINE_string(rgbDiffDir, "", "If the differ can generate an image showing the RGB diff at each pixel, write it into directory: <dirpath>");
51 DEFINE_string(whiteDiffDir, "", "If the differ can generate an image showing every changed pixel in white, write it into directory: <dirpath>");
99 static bool init_cl_diff(SkImageDiffer* differ) {
107 // Setup our differ of choice
108 SkCLImageDiffer* clDiffer = (SkCLImageDiffer*)differ;
116 // List here every differ
120 // A null terminated array of pointer to every differ declared above
140 SkImageDiffer* differ = gDiffers[differIndex]; local
142 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
skpdiff_server.py 260 differ = jsondiff.GMDiffer()
291 expected_diff = differ.GenerateDiffDictFromStrings(
297 rebaselined_diff = differ.GenerateDiffDictFromStrings(
diff_viewer.js 218 // Label each kind of differ for the sort buttons.
  /external/valgrind/none/tests/s390x/
srnmb.stderr.exp 4 Continuing using 'round to nearest'. Results may differ!
fpext_warn.stderr.exp 6 the rounding mode from FPC. Results may differ!
12 the rounding mode from FPC. Results may differ!
18 the rounding mode from FPC. Results may differ!
  /external/clang/utils/
CmpDriver 134 differ = False
154 differ = True
174 differ = True
180 differ = True
184 differ = True
202 differ = True
206 print '-- EXIT CODES DIFFER -'
209 differ = True
211 if differ:
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
test_formatter.py 111 differ = difflib.Differ()
112 result = list(differ.compare(s1.splitlines(), s2.splitlines()))
  /external/skia/tools/
jsondiff.py 194 differ = GMDiffer()
195 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
  /frameworks/base/packages/Keyguard/scripts/
new_merge.py 43 # Find a differ
48 for differ in DIFF_TOOLS:
49 DIFF_TOOL=which(differ)
53 print "Using differ", DIFF_TOOL
  /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
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
fsdiff.py 150 differ=None, not_found=None,
159 ``differ(actual_content, expected_content)`` is given.
179 if differ:
180 msg = differ(actual_content, expected_content)
183 msg = 'differ (%i bytes smaller)' % (
186 msg = 'differ (%i bytes larger)' % (
  /external/markdown/
test-markdown.py 150 differ = difflib.Differ() variable
258 diff = [x for x in differ.compare(expected_lines,
  /external/llvm/test/Bindings/OCaml/
executionengine.ml 71 if 0 <> ptr_compare cg cg' then bomb "int pointers to g differ";
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/
test_utils.js 40 var diffMsg = '\nString differ at index ' + i + '\n';
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 64 semantics of 'readline()' must differ from those of the builtin file
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 64 semantics of 'readline()' must differ from those of the builtin file
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 507 be similar in spirit to the present version, but may differ in detail to
  /external/iproute2/doc/
ip-tunnels.tex 207 Protocol setup on pointopoint tunnels does not differ of configuration
  /external/libunwind/doc/
libunwind.tex 211 call it \emph{native} unwinding. If they differ, we call it
libunwind-dynamic.tex 245 may differ, of course). Normally, such procedures consist of a canned
  /external/libvorbis/doc/
08-residue.tex 79 Residue 0 and 1 differ only in the way the values within a residue
01-introduction.tex 402 and may differ from frame to frame, due to different mode numbers.
  /external/v8/test/mjsunit/
regexp.js 87 // Some tests from the Mozilla tests, where our behavior used to differ from

Completed in 1999 milliseconds

1 2