Searched refs:differs (Results 1 – 25 of 302) sorted by relevance
12345678910>>...13
/external/jdiff/src/jdiff/ |
D | APIComparator.java | 45 double differs = 0.0; in compareAPIs() local 69 … differs += 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/ |
D | linus_stress.c | 37 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/ |
D | RISCVInstrFormatsC.td | 49 // 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/ |
D | count-mismatch.proftext | 2 # name and a matching hash if the number of counters differs 16 # counters differs.
|
/external/llvm/test/tools/llvm-profdata/ |
D | count-mismatch.proftext | 2 # name and a matching hash if the number of counters differs 16 # counters differs.
|
/external/libxml2/result/schemas/ |
D | hexbinary_0_1.err | 7 …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 …
|
D | 582906-2_0_0.err | 1 …og3' of the included/redefined schema 'test/schemas/582906-2-common.xsd' differs from 'http://exam…
|
D | cos-st-restricts-1-2-err_0_0.err | 1 … '{http://FOO}foo': [facet 'length'] The value has a length of '2'; this differs from the allowed …
|
/external/selinux/ |
D | README.android | 1 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/ |
D | xmltest.log.expected | 1 Output differs: ibm/valid/P02/ibm02v01.xml
|
/external/iptables/extensions/ |
D | libxt_conntrack.man | 64 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/ |
D | readme.txt | 61 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/ |
D | README.TXT | 4 The directory structure for the unique_ptr class templates differs from the
|
/external/autotest/client/site_tests/cellular_ModemControl/ |
D | control | 9 This test will fail if modem manager state differs from flimflam state.
|
D | control.huawei-me936 | 9 This test will fail if modem manager state differs from flimflam state.
|
D | control.altair-alt3100 | 9 This test will fail if modem manager state differs from flimflam state.
|
D | control.altair-messi_v | 9 This test will fail if modem manager state differs from flimflam state.
|
D | control.gobi3k | 9 This test will fail if modem manager state differs from flimflam state.
|
D | control.zte-mf190 | 9 This test will fail if modem manager state differs from flimflam state.
|
D | control.fibocom-l850gl | 9 This test will fail if modem manager state differs from flimflam state.
|
D | control.huawei-mu736 | 9 This test will fail if modem manager state differs from flimflam state.
|
D | control.huawei-e303 | 9 This test will fail if modem manager state differs from flimflam state.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Fill.pbtxt | 31 `tf.fill` differs from `tf.constant` in a few ways:
|
/external/curl/tests/data/ |
D | test588 | 5 # active connection case that differs between PORT and EPRT use
|
/external/clang/test/Modules/ |
D | module-feature.m | 12 // DIFFERS: error: module features differs
|
12345678910>>...13