/external/guava/guava/src/com/google/common/cache/ |
D | Striped64.java | 194 boolean collide = false; // True if last slot nonempty in retryUpdate() 219 collide = false; in retryUpdate() 226 collide = false; // At max size or stale in retryUpdate() 227 else if (!collide) in retryUpdate() 228 collide = true; in retryUpdate() 239 collide = false; in retryUpdate()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | compat.c | 181 bool report, enum si_field *collide) in UseNewInterpField() argument 188 *collide |= field; in UseNewInterpField() 204 enum si_field collide = 0; in AddInterp() local 217 &collide)) { in AddInterp() 222 &collide)) { in AddInterp() 227 &collide)) { in AddInterp() 232 &collide)) { in AddInterp() 237 if (collide) { in AddInterp() 291 bool report, enum led_field *collide) in UseNewLEDField() argument 298 *collide |= field; in UseNewLEDField() [all …]
|
D | symbols.c | 348 bool clobber, bool report, enum key_field *collide) in UseNewKeyField() argument 355 *collide |= field; in UseNewKeyField() 369 enum key_field collide = 0; in MergeKeys() local 394 clobber, report, &collide)) { in MergeKeys() 399 clobber, report, &collide)) { in MergeKeys() 404 clobber, report, &collide)) { in MergeKeys() 409 clobber, report, &collide)) { in MergeKeys() 415 if (collide) in MergeKeys()
|
/external/syzkaller/docs/ |
D | executing_syzkaller_programs.md | 38 -collide 39 collide syscalls to provoke data races (default true) 50 …collide=0`, programs will be executed as a simple single-threaded sequence of syscalls. `-threaded… 56 … `Threaded`/`Collide`/`Procs`/`Sandbox` directly relate to `-threaded`/`-collide`/`-procs`/`-sandb…
|
D | reproducing_crashes.md | 8 …set of programs in various modes (once or loop indefinitely; in threaded/collide mode (see below),… 14 …m, check if the crash still reproduces with `./syz-execprog -threaded=0 -collide=0` flags. If not,… 16 …ill give you executable C source. If the crash reproduces with -threaded/collide=0 flags, then thi… 18 … id not reproducible with -threaded/collide=0 flags, then you need this last step. You can think o…
|
D | syzbot.md | 95 …er/blob/master/docs/executing_syzkaller_programs.md), e.g. `-threaded`/`-collide` which control if… 98 syz-prog2c -prog repro.syz.txt -threaded -collide -repeat -procs=8 -sandbox=namespace -tun -tmpdir …
|
/external/ltp/testcases/kernel/mem/vmtests/ |
D | data_space.c | 228 int collide; local 288 collide = 0; 315 ++collide; 337 if (count + collide > 2 * nchunks) 347 prog, me, val, count, collide);
|
D | stack_space.c | 212 int collide; in dotest() local 256 collide = 0; in dotest() 283 ++collide; in dotest() 305 if (count + collide > 2 * nchunks) in dotest()
|
/external/ltp/testcases/kernel/fs/ftest/ |
D | ftest04.c | 215 int count, collide, chunk, whenmisc, xfr, i; in dotest() local 314 collide = 0; in dotest() 374 ++collide; in dotest() 425 if (count + collide > 2 * nchunks) in dotest()
|
D | ftest08.c | 228 int count, collide, chunk, whenmisc, xfr, i; in dotest() local 326 collide = 0; in dotest() 389 ++collide; in dotest() 442 if (count + collide > 2 * nchunks) in dotest()
|
D | ftest01.c | 262 int count, collide, chunk, whenmisc, xfr, i; in dotest() local 330 collide = 0; in dotest() 395 ++collide; in dotest() 452 if (count + collide > 2 * nchunks) in dotest()
|
D | ftest05.c | 260 int i, count, collide, chunk, whenmisc, xfr; in dotest() local 325 collide = 0; in dotest() 386 ++collide; in dotest() 441 if (count + collide > 2 * nchunks) in dotest()
|
D | ftest07.c | 281 int count, collide, chunk, whenmisc, xfr, i; in dotest() local 386 collide = 0; in dotest() 456 ++collide; in dotest() 519 if (count + collide > 2 * nchunks) in dotest()
|
D | ftest03.c | 281 int chunk, whenmisc, xfr, count, collide, i; in dotest() local 390 collide = 0; in dotest() 461 ++collide; in dotest() 524 if (count + collide > 2 * nchunks) in dotest()
|
/external/syzkaller/executor/ |
D | common.h | 423 int collide = 0; in execute_one() local 443 if (collide && (call % 2) == 0) in execute_one() 453 if (!collide) { in execute_one() 454 collide = 1; in execute_one()
|
D | executor.cc | 152 bool collide; variable 669 if (!colliding && !collide && running > 0) { in execute_one() 698 if (flag_collide && !flag_inject_fault && !colliding && !collide) { in execute_one() 700 collide = colliding = true; in execute_one() 792 if (!collide && !th->colliding) in handle_completion() 940 if (collide) in execute_call()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/ |
D | 2002-05-16-NameCollide.ll | 3 ; Make sure that global variables do not collide if they have the same name,
|
/external/ltp/testcases/kernel/controllers/cpuset/ |
D | README | 41 syscalls whether they collide with cpuset. 46 cpu hotplug whether they collide with cpuset.
|
/external/syzkaller/pkg/instance/ |
D | instance.go | 381 func ExecprogCmd(execprog, executor, OS, arch, sandbox string, repeat, threaded, collide bool, 395 procs, repeatCount, threaded, collide,
|
/external/curl/docs/ |
D | LICENSE-MIXING.md | 87 that shouldn't collide with any other library. 91 (May be used for GSS support) MIT licensed, that shouldn't collide with any
|
/external/linux-kselftest/tools/testing/selftests/futex/ |
D | README | 55 problem as we intend to write multiple tests which collide in this namespace.
|
/external/icu/icu4c/source/config/ |
D | mh-aix-gcc | 132 ## BIR - bind with internal references [so app data and icu data doesn't collide]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPathHeader.java | 975 Map<String, String> collide = new TreeMap<String, String>(); in TestZ() local 1029 if (collide.size() != 0) { in TestZ() 1030 errln("\nCollide:\t" + collide.size()); in TestZ() 1031 for (Entry<String, String> item : collide.entrySet()) { in TestZ()
|
/external/wayland-protocols/freedesktop.org/ |
D | README | 59 C API collides with other C API. Interface names that may collide with
|
/external/antlr/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
D | ANTLRv3.g | 130 /** Sometimes the scope names will collide with keywords; allow them as
|