Home
last modified time | relevance | path

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

12345678910>>...13

/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/autotest/client/tests/linus_stress/
Dlinus_stress.c37 unsigned char c = nr, *p = buf, differs = 0; in checkmem() local
46 differs = got; in checkmem()
52 printf("Expected %u, got %u\n", c, differs); in checkmem()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrFormatsC.td49 // The immediate value encoding differs for each instruction, so each subclass
65 // The immediate value encoding differs for each instruction, so each subclass
91 // The immediate value encoding differs for each instruction, so each subclass
106 // The immediate value encoding differs for each instruction, so each subclass
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/
Dcount-mismatch.proftext2 # name and a matching hash if the number of counters differs
16 # counters differs.
/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/selinux/
DREADME.android1 This fork of Android differs in the following ways:
17 This fork differs from upstream libselinux in at least the following ways:
/external/expat/tests/
Dxmltest.log.expected1 Output differs: ibm/valid/P02/ibm02v01.xml
/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
/external/icu/icu4c/source/test/testdata/break_rules/
Dreadme.txt61 This differs from the Unicode UAX algorithm in that each position in the text is
69 This rule form differs from ICU rules in that the rules are applied sequentially, as they
/external/libcxx/test/std/utilities/smartptr/unique.ptr/
DREADME.TXT4 The directory structure for the unique_ptr class templates differs from the
/external/autotest/client/site_tests/cellular_ModemControl/
Dcontrol9 This test will fail if modem manager state differs from flimflam state.
Dcontrol.huawei-me9369 This test will fail if modem manager state differs from flimflam state.
Dcontrol.altair-alt31009 This test will fail if modem manager state differs from flimflam state.
Dcontrol.altair-messi_v9 This test will fail if modem manager state differs from flimflam state.
Dcontrol.gobi3k9 This test will fail if modem manager state differs from flimflam state.
Dcontrol.zte-mf1909 This test will fail if modem manager state differs from flimflam state.
Dcontrol.fibocom-l850gl9 This test will fail if modem manager state differs from flimflam state.
Dcontrol.huawei-mu7369 This test will fail if modem manager state differs from flimflam state.
Dcontrol.huawei-e3039 This test will fail if modem manager state differs from flimflam state.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Fill.pbtxt31 `tf.fill` differs from `tf.constant` in a few ways:
/external/curl/tests/data/
Dtest5885 # active connection case that differs between PORT and EPRT use
/external/clang/test/Modules/
Dmodule-feature.m12 // DIFFERS: error: module features differs

12345678910>>...13