Home
last modified time | relevance | path

Searched refs:differs (Results 1 – 25 of 121) sorted by relevance

12345

/external/jdiff/src/jdiff/
DAPIComparator.java45 double differs = 0.0; in compareAPIs() local
69differs += 2.0 * comparePackages(oldPkg, (PackageAPI)(newAPI.packages_.get(existsNew))); in compareAPIs()
74 differs += 1.0; in compareAPIs()
80 differs += 2.0 * comparePackages(oldPkg, (PackageAPI)(newAPI.packages_.get(idx))); in compareAPIs()
99 differs += 1.0; in compareAPIs()
130 System.out.println("Top level changes: " + differs + "/" + denom.intValue()); in compareAPIs()
131 differs = (100.0 * differs)/denom.doubleValue(); in compareAPIs()
136 apiDiff.pdiff = differs; in compareAPIs()
137 Double percentage = new Double(differs); in compareAPIs()
155 double differs = 0.0; in comparePackages() local
[all …]
/external/valgrind/perf/
Dmemrw.c40 int differs = 0; in memrw_fn() local
54 t_b[m][b] += differs; in memrw_fn()
58 differs = t_b[m][b] != prev; in memrw_fn()
/external/llvm/test/tools/llvm-profdata/
Dcount-mismatch.proftext2 # name and a matching hash if the number of counters differs
16 # counters differs.
/external/libxml2/result/schemas/
Dhexbinary_0_1.err7 …r : Element 'hex3': [facet 'length'] The value has a length of '1'; this differs from the allowed …
9 …r : Element 'hex3': [facet 'length'] The value has a length of '3'; this differs from the allowed …
D582906-2_0_0.err1 …og3' of the included/redefined schema 'test/schemas/582906-2-common.xsd' differs from 'http://exam…
Dcos-st-restricts-1-2-err_0_0.err1 … '{http://FOO}foo': [facet 'length'] The value has a length of '2'; this differs from the allowed …
/external/skia/tools/skpdiff/
DREADME10 out/Debug/skpdiff --differs different_pixels -f \
DSkDiffContext.h79 void setDiffers(const SkTDArray<SkImageDiffer*>& differs);
DSkDiffContext.cpp57 void SkDiffContext::setDiffers(const SkTDArray<SkImageDiffer*>& differs) { in setDiffers() argument
66 fDifferCount = differs.count(); in setDiffers()
68 differs.copy(fDiffers); in setDiffers()
Dskpdiff_main.cpp45 DEFINE_string2(differs, d, "", "The names of the differs to use or all of them by default");
Ddiff_viewer.js219 $scope.differs = [
/external/iptables/extensions/
Dlibxt_conntrack.man64 A virtual state, matching if the original source address differs from the reply
68 A virtual state, matching if the original destination differs from the reply
Dlibxt_TOS.man32 a bug whereby IPv6 TOS mangling does not behave as documented and differs from
/external/guava/guava/lib/
Djdiff.jar ... idx jdiff.API oldAPI jdiff.API newAPI double differs java.util.Iterator iter Long denom Double percentage ...
/external/clang/include/clang/Basic/
DDiagnosticSerializationKinds.td41 "%0 differs in PCH file vs. current file">;
77 "definition of macro '%0' differs between the precompiled header ('%1') "
/external/llvm/test/CodeGen/X86/
Davoid-loop-align.ll3 ; CodeGen should align the top of the loop, which differs from the loop
/external/valgrind/gdbserver_tests/
Dnlcontrolc.stdinB.gdb17 # of calls on the stack differs between 32bits and 64bits,
/external/zlib/src/contrib/iostream3/
DREADME18 library naming scheme. The new version of gzifstream/gzofstream/gzfilebuf differs
/external/llvm/test/Transforms/Inline/
Dlifetime.ll9 ; Size in llvm.lifetime.start / llvm.lifetime.end differs from
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/
DDESCRIPTION11 same results as the original ``jsmin.c``. It differs in the following ways:
/external/libselinux/
DREADME.android8 This fork differs from upstream libselinux in at least the following ways:
/external/boringssl/src/crypto/evp/
Devp_tests.txt86 # parameter missing (NOTE: this differs from upstream)
/external/llvm/test/MC/ARM/
Dltorg.s3 @ because the syntax for switching sections and temporary labels differs
Dltorg-darwin.s3 @ because the syntax for switching sections and temporary labels differs
/external/llvm/test/CodeGen/Mips/cconv/
Darguments-hard-float.ll55 ; The first argument is the same for O32/N32/N64 but the second argument differs
118 ; The first argument is the same for O32/N32/N64 but the second argument differs

12345