Searched refs:NOISE (Results 1 – 8 of 8) sorted by relevance
/external/stressapptest/src/ |
D | findmask.c | 48 #define NOISE 20 macro 105 if (a >= NOISE && b >= NOISE) break; in thread_func() 108 if (a < NOISE) b = a; in thread_func() 109 if (b < NOISE) { in thread_func()
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_buffered_proto.py | 37 NOISE = b'12345678+' * 1024 45 if data == NOISE: 56 writer.write(NOISE)
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_exec_schedule.c | 40 #define NOISE 2 macro 750 ctx[NOISE] = gem_context_create(fd); in promotion() 751 gem_context_set_priority(fd, ctx[NOISE], MIN_PRIO/2); in promotion() 763 store_dword(fd, ctx[NOISE], ring, result, 0, ctx[NOISE], plug, 0); in promotion() 775 gem_context_destroy(fd, ctx[NOISE]); in promotion() 786 igt_assert_eq_u32(result_read, ctx[NOISE]); in promotion() 925 ctx[NOISE] = gem_context_create(fd); in preempt_other() 926 spin = __noise(fd, ctx[NOISE], 0, NULL); in preempt_other() 941 gem_context_destroy(fd, ctx[NOISE]); in preempt_other() 962 gem_context_destroy(fd, ctx[NOISE]); in __preempt_queue() [all …]
|
D | gem_ctx_shared.c | 47 #define NOISE 2 macro 682 ctx[NOISE] = gem_queue_create(i915); in promotion() 683 gem_context_set_priority(i915, ctx[NOISE], MIN_PRIO/2); in promotion() 695 store_dword(i915, ctx[NOISE], ring, result, 0, ctx[NOISE], plug, 0); in promotion() 707 gem_context_destroy(i915, ctx[NOISE]); in promotion() 724 igt_assert_eq_u32(ptr[0], ctx[NOISE]); in promotion()
|
/external/icu/icu4j/main/classes/core/.settings/ |
D | edu.umd.cs.findbugs.core.prefs | 132 filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
|
/external/icu/icu4j/main/classes/translit/.settings/ |
D | edu.umd.cs.findbugs.core.prefs | 132 filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
|
/external/icu/icu4j/main/classes/collate/.settings/ |
D | edu.umd.cs.findbugs.core.prefs | 132 filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
|
/external/libpcap/ |
D | CMakeLists.txt | 22 # VERSIONS OF CMAKE EXPECT BY DEFAULT, DON'T WASTE OUR TIME WITH NOISE.
|