Searched refs:inconsistent (Results 1 – 25 of 152) sorted by relevance
1234567
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | inconsistency-check.c | 97 int i, inconsistent; in consistency_test() local 110 inconsistent = -1; in consistency_test() 119 inconsistent = i; in consistency_test() 122 if (inconsistent >= 0) { in consistency_test() 127 if (i == inconsistent) in consistency_test() 131 if (i == inconsistent + 1) in consistency_test() 134 delta = list[inconsistent].tv_sec * NSEC_PER_SEC; in consistency_test() 135 delta += list[inconsistent].tv_nsec; in consistency_test() 136 delta -= list[inconsistent+1].tv_sec * NSEC_PER_SEC; in consistency_test() 137 delta -= list[inconsistent+1].tv_nsec; in consistency_test()
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 33 | 1 TITLE: inconsistent lock state in inet_ehash_insert 5 [ 52.261501] [ INFO: inconsistent lock state ] 8 [ 52.261501] inconsistent {IN-SOFTIRQ-W} -> {SOFTIRQ-ON-W} usage.
|
/external/e2fsprogs/tests/f_quota/ |
D | expect.1 | 6 [QUOTA WARNING] Usage inconsistent for ID 0:actual (13312, 2) != expected (14336, 3) 7 [QUOTA WARNING] Usage inconsistent for ID 100:actual (2048, 2) != expected (1024, 1)
|
/external/clang/test/SemaObjC/ |
D | conflicting-ivar-test-1.m | 24 int IVAR1; // expected-error {{inconsistent number of instance variables specified}} 49 int IVAR1; // expected-error {{inconsistent number of instance variables specified}}
|
/external/e2fsprogs/tests/f_del_dup_quota/ |
D | expect.1 | 32 [QUOTA WARNING] Usage inconsistent for ID 0:actual (15360, 3) != expected (17408, 4) 34 [QUOTA WARNING] Usage inconsistent for ID 0:actual (15360, 3) != expected (17408, 4)
|
/external/libxml2/result/schemas/ |
D | restriction-attr1_0_0.err | 1 …l complex type, attribute use 'barA': The 'optional' attribute use is inconsistent with the corres…
|
D | derivation-ok-restriction-2-1-1_0_0.err | 1 …complex type, attribute use 'barB_1': The 'optional' attribute use is inconsistent with the corres…
|
/external/e2fsprogs/tests/f_quota_extent_opt/ |
D | expect.1 | 9 [QUOTA WARNING] Usage inconsistent for ID 0:actual (147456, 3) != expected (148480, 3)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | cfi-inserter-verify-inconsistent-register.mir | 3 # Test that CFI verifier finds inconsistent register between bb.end and one of
|
D | cfi-inserter-verify-inconsistent-offset.mir | 3 # Test that CFI verifier finds inconsistent offset between bb.end and one of
|
D | bswap-rotate.ll | 6 ; This test checks for combining rotates with inconsistent constant value types.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-stack-no-frame.ll | 7 ; inconsistent about how much to move SP.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-stack-no-frame.ll | 7 ; inconsistent about how much to move SP.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | build-attributes-fn-attr6.ll | 5 ; functions have inconsistent values, and that a default is returned.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/ |
D | debug-md5-err.s | 25 # CHECK: [[@LINE+1]]:{{[0-9]+}}: warning: inconsistent use of MD5 checksums
|
/external/e2fsprogs/lib/et/test_cases/ |
D | simple.et | 25 "Request is inconsistent"
|
D | heimdal.et | 36 ec RD_AP_INCON, "Kerberos request inconsistent"
|
/external/llvm/test/Transforms/MergeFunc/ |
D | undef-different-types.ll | 7 ; anything else, because this implies the ordering will be inconsistent (i.e.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MergeFunc/ |
D | undef-different-types.ll | 7 ; anything else, because this implies the ordering will be inconsistent (i.e.
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 420.tesc.out | 2 ERROR: 0:7: 'vertices' : inconsistent output number of vertices for array size of gl_out 3 ERROR: 0:11: 'vertices' : inconsistent output number of vertices for array size of a 4 ERROR: 0:12: 'vertices' : inconsistent output number of vertices for array size of outb
|
/external/u-boot/doc/device-tree-bindings/video/ |
D | displaymode.txt | 25 not allow for inconsistent parameters. Unlike the Framebuffer framework
|
/external/python/cpython3/Tools/ |
D | README | 29 by Tim Peters, which checks for inconsistent mixing of
|
/external/deqp/doc/testspecs/EGL/ |
D | functional.resize.txt | 48 display pixels. An error is reported if the results are inconsistent,
|
/external/python/cpython2/Tools/ |
D | README | 34 by Tim Peters, which checks for inconsistent mixing of
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | ashr-crash.ll | 15 ; inconsistent with the AddRec.
|
1234567