/external/chromium_org/third_party/sqlite/src/test/ |
D | fuzz.test | 13 # (a.k.a. "fuzz") and sending it into the parser to try to 22 # $Id: fuzz.test,v 1.19 2009/04/28 11:10:39 danielk1977 Exp $ 40 do_test fuzz-1.1 { 45 do_test fuzz-1.2 { 50 do_test fuzz-1.3 { 55 do_test fuzz-1.4 { 60 do_test fuzz-1.5 { 67 do_test fuzz-1.6 { 73 do_test fuzz-1.7 { 81 do_test fuzz-1.8 { [all …]
|
D | fuzz_common.tcl | 14 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 $TemplateList [all …]
|
D | soak.test | 50 # fuzz.test (pseudo-random SQL statements) 62 fuzz.test
|
/external/chromium_org/v8/test/webkit/ |
D | dfg-inline-arguments-use-from-all-the-places-broken.js | 32 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));
|
D | dfg-inline-arguments-use-from-all-the-places.js | 32 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));
|
D | dfg-inline-arguments-use-from-uninlined-code.js | 32 function fuzz() { function 42 var array2 = fuzz(a,b,c);
|
D | dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.js | 49 function fuzz() { function
|
D | dfg-flush-get-local.js | 32 function fuzz(a, b) { function
|
D | dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function-expected.txt | 229 fuzz! 230 PASS bar.call({f:baz}, fuzz) is "fuzz"
|
D | webkit.status | 41 'dfg-double-vote-fuzz': [SKIP],
|
/external/chromium_org/v8/test/cctest/ |
D | test-macro-assembler-mips.cc | 107 const int fuzz = 11; in TEST() local 110 for (const byte* src = src_buffer; src < src_buffer + fuzz; src++) { in TEST() 111 for (byte* dest = dest_buffer; dest < dest_buffer + fuzz; dest++) { in TEST()
|
D | test-macro-assembler-arm.cc | 107 const int fuzz = 11; in TEST() local 110 for (const byte* src = src_buffer; src < src_buffer + fuzz; src++) { in TEST() 111 for (byte* dest = dest_buffer; dest < dest_buffer + fuzz; dest++) { in TEST()
|
/external/chromium_org/v8/test/mjsunit/ |
D | unicodelctest-no-optimization.js | 50 fuzz(); 91 function fuzz() { function
|
D | unicodelctest.js | 49 fuzz(); 90 function fuzz() { function
|
D | mjsunit.status | 73 …'fuzz-natives-part*': [PASS, ['mode == release or arch == arm or arch == android_arm or arch == mi… 251 # for NaCl. The other three fuzz-natives tests seem to run fine. 253 'fuzz-natives-part4': [SKIP],
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
D | pshglob.c | 239 FT_Int fuzz, in psh_blues_set_zones() argument 331 zone->org_bottom -= fuzz; in psh_blues_set_zones() 342 if ( delta < 2 * fuzz ) in psh_blues_set_zones() 346 zone[0].org_top = top + fuzz; in psh_blues_set_zones() 347 zone[1].org_bottom = bot - fuzz; in psh_blues_set_zones() 355 zone->org_top = top + fuzz; in psh_blues_set_zones()
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 239 FT_Int fuzz, in psh_blues_set_zones() argument 331 zone->org_bottom -= fuzz; in psh_blues_set_zones() 342 if ( delta < 2 * fuzz ) in psh_blues_set_zones() 346 zone[0].org_top = top + fuzz; in psh_blues_set_zones() 347 zone[1].org_bottom = bot - fuzz; in psh_blues_set_zones() 355 zone->org_top = top + fuzz; in psh_blues_set_zones()
|
/external/chromium_org/v8/tools/ |
D | fuzz-harness.sh | 88 tar -cjf fuzz-results-$(date +%y%m%d).tar.bz2 err-* w*
|
/external/chromium_org/components/test/data/web_database/ |
D | version_45.sql | 50 INSERT INTO web_intents VALUES ('http://poodles.com/fuzzer', 'fuzz', 'poodle/*', 'Poodle Fuzzer', '…
|
/external/kernel-headers/original/linux/ |
D | input.h | 73 __s32 fuzz; member 1562 int min, int max, int fuzz, int flat); 1582 INPUT_GENERATE_ABS_ACCESSORS(fuzz, fuzz)
|
/external/dnsmasq/src/ |
D | rfc2131.c | 141 unsigned short fuzz = 0; in dhcp_reply() local 1044 fuzz = rand16(); in dhcp_reply() 1229 while (fuzz > (time/16)) in dhcp_reply() 1230 fuzz = fuzz/2; in dhcp_reply() 1231 option_put(mess, end, OPTION_T1, 4, (time/2) - fuzz); in dhcp_reply() 1232 option_put(mess, end, OPTION_T2, 4, ((time/8)*7) - fuzz); in dhcp_reply()
|
/external/wpa_supplicant_8/src/ap/ |
D | sta_info.c | 332 int fuzz = os_random() % 20; in ap_handle_timer() local 344 next_time = hapd->conf->ap_max_inactivity + fuzz; in ap_handle_timer() 352 next_time = hapd->conf->ap_max_inactivity + fuzz - in ap_handle_timer()
|
/external/qemu/hw/ |
D | goldfish_events_device.c | 79 uint32_t fuzz; member
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 51 fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm || $arch == mips)
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/ |
D | SDL_sysjoystick.c | 720 absinfo.maximum, absinfo.fuzz, absinfo.flat); in EV_ConfigJoystick()
|