Searched defs:fuzz (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/v8/test/webkit/
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-flush-get-local.js32 function fuzz(a, b) { function
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-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));
H A Ddfg-inline-arguments-use-from-uninlined-code.js32 function fuzz() { function
42 var array2 = fuzz(a,b,c);
/external/chromium_org/v8/test/mjsunit/
H A Dunicodelctest-no-optimization.js50 fuzz();
91 function fuzz() { function
H A Dunicodelctest.js49 fuzz();
90 function fuzz() { function
/external/chromium_org/third_party/sqlite/src/test/
H A Dfuzz_common.tcl14 proc fuzz {TemplateList} { procedure
45 fuzz $TemplateList
52 fuzz $TemplateList
62 fuzz $TemplateList
106 set res [fuzz $TemplateList]
116 fuzz $TemplateList
129 fuzz $TemplateList
193 fuzz $TemplateList
225 set res [fuzz $TemplateList]
238 fuzz
[all...]
/external/chromium_org/v8/test/cctest/
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++) {
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++) {
/external/chromium_org/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/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/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshglob.c232 /* fuzz-expands the zones as well. */
239 FT_Int fuzz,
325 /* expand top and bottom tables with blue fuzz */
339 zone->org_bottom -= fuzz;
342 /* checking that the interval is smaller than the fuzz */
350 if ( delta < 2 * fuzz )
354 zone[0].org_top = top + fuzz;
355 zone[1].org_bottom = bot - fuzz;
363 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/qemu/hw/android/goldfish/
H A Devents_device.c82 /* 'fuzz;, and 'flat' ABS_XXX values are always zero here. */
83 uint32_t fuzz; member in struct:ABSEntry
467 * of (min,max,fuzz,flat) 32-bit values.
470 * fuzz corresponds to the device's fuziness, we set it to 0
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c343 int fuzz = os_random() % 20; local
355 next_time = hapd->conf->ap_max_inactivity + fuzz;
363 next_time = hapd->conf->ap_max_inactivity + fuzz -
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c343 int fuzz = os_random() % 20; local
355 next_time = hapd->conf->ap_max_inactivity + fuzz;
363 next_time = hapd->conf->ap_max_inactivity + fuzz -
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c343 int fuzz = os_random() % 20; local
355 next_time = hapd->conf->ap_max_inactivity + fuzz;
363 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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 6396 milliseconds