Searched refs:differs (Results 1 - 23 of 23) sorted by relevance

/external/jdiff/src/jdiff/
H A DAPIComparator.java45 double differs = 0.0;
69 differs += 2.0 * comparePackages(oldPkg, (PackageAPI)(newAPI.packages_.get(existsNew)));
74 differs += 1.0;
80 differs += 2.0 * comparePackages(oldPkg, (PackageAPI)(newAPI.packages_.get(idx)));
99 differs += 1.0;
130 System.out.println("Top level changes: " + differs + "/" + denom.intValue());
131 differs = (100.0 * differs)/denom.doubleValue();
136 apiDiff.pdiff = differs;
137 Double percentage = new Double(differs);
[all...]
/external/autotest/client/tests/linus_stress/
H A Dlinus_stress.c37 unsigned char c = nr, *p = buf, differs = 0; local
46 differs = got;
52 printf("Expected %u, got %u\n", c, differs);
/external/valgrind/perf/
H A Dmemrw.c40 int differs = 0; local
54 t_b[m][b] += differs;
58 differs = t_b[m][b] != prev;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb154 =begin This actually differs with reset in CommonTreeNodeStream -- why is this one blank?
/external/guava/guava/lib/
H A Djdiff.jar ... idx jdiff.API oldAPI jdiff.API newAPI double differs java.util.Iterator iter Long denom Double percentage ...
/external/guice/lib/build/jdiff/
H A Djdiff.jar ... idx jdiff.API oldAPI jdiff.API newAPI double differs java.util.Iterator iter Long denom Double percentage ...
/external/llvm/test/MC/ARM/
H A Dltorg-darwin.s3 @ because the syntax for switching sections and temporary labels differs
H A Dltorg.s3 @ because the syntax for switching sections and temporary labels differs
H A Dldr-pseudo-darwin.s3 @ because the syntax for switching sections and temporary labels differs
H A Dldr-pseudo.s3 @ because the syntax for switching sections and temporary labels differs
/external/libunwind/doc/
H A Dunw_resume.tex20 identified by \Var{cp}. The behavior of this routine differs
/external/mesa3d/docs/specs/
H A DMESA_swap_frame_usage.spec57 This definition of "percent" differs slightly from
/external/ImageMagick/www/api/
H A Dmagick-wand.php500 <p>This operation is similar to MagickResetIterator() but differs in how MagickAddImage(), MagickReadImage(), and MagickNextImage() behaves afterward.</p>
528 <p>Jumping to index 0 is similar to MagickResetIterator() but differs in how MagickNextImage() behaves afterward.</p>
H A Dprofile.php271 <p>SetImageProfile() adds a named profile to the image. If a profile with the same name already exists, it is replaced. This method differs from the ProfileImage() method in that it does not apply CMS color profiles.</p>
H A Denhance.php264 <p>ContrastStretchImage() is a simple image enhancement technique that attempts to improve the contrast in an image by 'stretching' the range of intensity values it contains to span a desired range of values. It differs from the more sophisticated histogram equalization in that it can only apply a linear scaling function to the image pixel values. As a result the 'enhancement' is less harsh.</p>
H A Dmagick-property.php1379 <p>MagickSetImageProfile() adds a named profile to the magick wand. If a profile with the same name already exists, it is replaced. This method differs from the MagickProfileImage() method in that it does not apply any CMS color profiles.</p>
/external/llvm/test/MC/Sparc/
H A Dsparc-synthetic-instructions.s167 ! The following tests exercise 'set' in such a way that its output differs
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1336 global differs, then a bitcast to [ty] is returned. *)
1342 the type of the existing global differs, then a bitcast to [ty] is
1472 it is returned. If the type of the existing function differs, then a bitcast
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli1162 global differs, then a bitcast to [ty] is returned. *)
1169 the type of the existing global differs, then a bitcast to [ty] is
1291 it is returned. If the type of the existing function differs, then a bitcast
/external/iproute2/doc/
H A Dip-cref.tex1926 This route differs from the ones seen before. It contains a ``normal'' part
/external/bison/build-aux/
H A Dtexinfo.tex3900 \global\everytab={\bf}% can't use \headitemfont since the parsing differs
/external/libmicrohttpd/doc/
H A Dtexinfo.tex3901 \global\everytab={\bf}% can't use \headitemfont since the parsing differs
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dtexinfo.tex3901 \global\everytab={\bf}% can't use \headitemfont since the parsing differs

Completed in 1295 milliseconds