Home
last modified time | relevance | path

Searched refs:NOISE (Results 1 – 8 of 8) sorted by relevance

/external/stressapptest/src/
Dfindmask.c48 #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/
Dtest_buffered_proto.py37 NOISE = b'12345678+' * 1024
45 if data == NOISE:
56 writer.write(NOISE)
/external/igt-gpu-tools/tests/i915/
Dgem_exec_schedule.c40 #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 …]
Dgem_ctx_shared.c47 #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/
Dedu.umd.cs.findbugs.core.prefs132 filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
/external/icu/icu4j/main/classes/translit/.settings/
Dedu.umd.cs.findbugs.core.prefs132 filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
/external/icu/icu4j/main/classes/collate/.settings/
Dedu.umd.cs.findbugs.core.prefs132 filter_settings_neg=MALICIOUS_CODE,NOISE,I18N,SECURITY,EXPERIMENTAL|
/external/libpcap/
DCMakeLists.txt22 # VERSIONS OF CMAKE EXPECT BY DEFAULT, DON'T WASTE OUR TIME WITH NOISE.