Searched refs:fuzz (Results 1 - 22 of 22) sorted by relevance

/external/v8/test/webkit/
H A Ddfg-inline-arguments-use-from-all-the-places-broken.js32 function fuzz(a, b) { function
33 return [foo.arguments, bar.arguments, getter.arguments, fuzz.arguments];
37 return [foo.arguments, bar.arguments, getter.arguments].concat(fuzz(42, 56));
H A Ddfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.js49 function fuzz() { function
50 debug("fuzz!");
51 return "fuzz";
54 shouldBe("bar.call({f:baz}, fuzz)", "\"fuzz\"");
H A Ddfg-inline-arguments-use-from-uninlined-code.js32 function fuzz() { function
42 var array2 = fuzz(a,b,c);
H A Ddfg-flush-get-local.js32 function fuzz(a, b) { function
H A Ddfg-inline-arguments-use-from-all-the-places.js32 function fuzz(a, b) { function
33 return [foo.arguments, bar.arguments, getter.arguments, fuzz.arguments];
37 return [foo.arguments, bar.arguments, getter.arguments].concat(fuzz(42, 56));
/external/v8/test/cctest/
H A Dtest-macro-assembler-mips.cc107 const int fuzz = 11; local
110 for (const byte* src = src_buffer; src < src_buffer + fuzz; src++) {
111 for (byte* dest = dest_buffer; dest < dest_buffer + fuzz; dest++) {
H A Dtest-macro-assembler-mips64.cc107 const int fuzz = 11; local
110 for (const byte* src = src_buffer; src < src_buffer + fuzz; src++) {
111 for (byte* dest = dest_buffer; dest < dest_buffer + fuzz; dest++) {
H A Dtest-macro-assembler-arm.cc108 const int fuzz = 11; local
111 for (const byte* src = src_buffer; src < src_buffer + fuzz; src++) {
112 for (byte* dest = dest_buffer; dest < dest_buffer + fuzz; dest++) {
/external/v8/tools/
H A Dfuzz-harness.sh88 tar -cjf fuzz-results-$(date +%Y%m%d%H%M%S).tar.bz2 err-* w*
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlSanitizerFuzzerTest.java80 for (int fuzz = 1 + rnd.nextInt(25); --fuzz >= 0;) {
/external/v8/test/mjsunit/
H A Dunicodelctest-no-optimization.js50 fuzz();
91 function fuzz() { function
H A Dunicodelctest.js49 fuzz();
90 function fuzz() { function
/external/freetype/src/pshinter/
H A Dpshglob.c232 /* fuzz-expands the zones as well. */
239 FT_Int fuzz,
317 /* expand top and bottom tables with blue fuzz */
331 zone->org_bottom -= fuzz;
334 /* checking that the interval is smaller than the fuzz */
342 if ( delta < 2 * fuzz )
346 zone[0].org_top = top + fuzz;
347 zone[1].org_bottom = bot - fuzz;
355 zone->org_top = top + fuzz;
234 psh_blues_set_zones( PSH_Blues target, FT_UInt count, FT_Short* blues, FT_UInt count_others, FT_Short* other_blues, FT_Int fuzz, FT_Int family ) argument
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshglob.c232 /* fuzz-expands the zones as well. */
239 FT_Int fuzz,
317 /* expand top and bottom tables with blue fuzz */
331 zone->org_bottom -= fuzz;
334 /* checking that the interval is smaller than the fuzz */
342 if ( delta < 2 * fuzz )
346 zone[0].org_top = top + fuzz;
347 zone[1].org_bottom = bot - fuzz;
355 zone->org_top = top + fuzz;
234 psh_blues_set_zones( PSH_Blues target, FT_UInt count, FT_Short* blues, FT_UInt count_others, FT_Short* other_blues, FT_Int fuzz, FT_Int family ) argument
/external/vixl/
H A DAndroid.mk78 test/test-fuzz-a64.cc \
/external/strace/
H A Devdev.c146 tprintf(", maximum=%" PRIu32 ", fuzz=%" PRIu32,
147 absinfo.maximum, absinfo.fuzz);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c373 int fuzz = os_random() % 20; local
385 next_time = hapd->conf->ap_max_inactivity + fuzz;
400 next_time = hapd->conf->ap_max_inactivity + fuzz -
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c373 int fuzz = os_random() % 20; local
385 next_time = hapd->conf->ap_max_inactivity + fuzz;
400 next_time = hapd->conf->ap_max_inactivity + fuzz -
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c373 int fuzz = os_random() % 20; local
385 next_time = hapd->conf->ap_max_inactivity + fuzz;
400 next_time = hapd->conf->ap_max_inactivity + fuzz -
/external/dnsmasq/src/
H A Drfc2131.c141 unsigned short fuzz = 0; local
1044 fuzz = rand16();
1229 while (fuzz > (time/16))
1230 fuzz = fuzz/2;
1231 option_put(mess, end, OPTION_T1, 4, (time/2) - fuzz);
1232 option_put(mess, end, OPTION_T2, 4, ((time/8)*7) - fuzz);
/external/kernel-headers/original/uapi/linux/
H A Dinput.h53 * @fuzz: specifies fuzz value that is used to filter noise from
71 __s32 fuzz; member in struct:input_absinfo
/external/bison/
H A Dmaint.mk1497 # generate a fuzz-free .diff file. If you customize the name of your local

Completed in 1365 milliseconds