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

  /external/jdiff/src/jdiff/
APIComparator.java 45 double differs = 0.0; local
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);
155 double differs = 0.0; local
248 double differs = 0.0; local
    [all...]
  /external/skia/tools/skpdiff/
SkDiffContext.h 27 * Sets the differs to be used in each diff. Already started diffs will not retroactively use
29 * @param differs An array of differs to use. The array is copied, but not the differs
32 void setDiffers(const SkTDArray<SkImageDiffer*>& differs);
SkDiffContext.cpp 41 void SkDiffContext::setDiffers(const SkTDArray<SkImageDiffer*>& differs) {
42 // Delete whatever the last array of differs was
49 // Copy over the new differs
50 fDifferCount = differs.count();
52 differs.copy(fDiffers);
skpdiff_main.cpp 36 DEFINE_bool2(list, l, false, "List out available differs");
37 DEFINE_string2(differs, d, "", "The names of the differs to use or all of them by default");
100 // TODO Find a better home for the diff registry. One possibility is to have the differs self
123 // Figure which differs the user chose, and optionally print them if the user requests it
134 // If no differs were chosen, they all get added
diff_viewer.js 85 $scope.differs = [
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 154 =begin This actually differs with reset in CommonTreeNodeStream -- why is this one blank?
  /external/guava/guava/lib/
jdiff.jar 
  /external/chromium_org/content/browser/geolocation/
network_location_provider_unittest.cc 94 const bool differs = data_.DiffersSignificantly(new_data); local
96 if (differs)
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 57 This definition of "percent" differs slightly from
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 57 This definition of "percent" differs slightly from
  /external/chromium_org/chrome/renderer/resources/extensions/
ad_view.js 344 // if the BrowserPlugin attributes differs from it.
web_view.js 363 // if the BrowserPlugin attributes differs from it.
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 90 """Return whether or not the host platform architecture differs from the build
  /external/libvorbis/doc/
01-introduction.tex 405 in submap order from submap 0 through n-1. This differs from floors
  /external/chromium_org/v8/src/
array.js 732 // And it differs from the case of undefined delete count.
    [all...]
  /external/v8/src/
array.js 681 // And it differs from the case of undefined delete count.
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 454 milliseconds