HomeSort by relevance Sort by last modified time
    Searched full:fuzz (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/sqlite/src/test/
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...]
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 $TemplateLis
    [all...]
soak.test 50 # fuzz.test (pseudo-random SQL statements)
62 fuzz.test
  /external/chromium_org/v8/test/webkit/
dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.js 49 function fuzz() { function
50 debug("fuzz!");
51 return "fuzz";
54 shouldBe("bar.call({f:baz}, fuzz)", "\"fuzz\"");
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));
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));
dfg-inline-arguments-use-from-uninlined-code.js 32 function fuzz() { function
42 var array2 = fuzz(a,b,c);
dfg-flush-get-local.js 32 function fuzz(a, b) { function
webkit.status 41 'dfg-double-vote-fuzz': [SKIP],
  /docs/source.android.com/src/devices/tech/input/
getevent.jd 57 ABS (0003): 0028 : value 223, min 0, max 255, fuzz 0, flat 0, resolution 0
58 0029 : value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
59 002a : value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
60 002b : value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
73 ABS (0003): ABS_MT_SLOT : value 0, min 0, max 9, fuzz 0, flat 0, resolution 0
74 ABS_MT_TOUCH_MAJOR : value 0, min 0, max 30, fuzz 0, flat 0, resolution 0
75 ABS_MT_POSITION_X : value 0, min 0, max 720, fuzz 0, flat 0, resolution 0
76 ABS_MT_POSITION_Y : value 0, min 0, max 1280, fuzz 0, flat 0, resolution 0
77 ABS_MT_TRACKING_ID : value 0, min 0, max 65535, fuzz 0, flat 0, resolution 0
78 ABS_MT_PRESSURE : value 0, min 0, max 255, fuzz 0, flat 0, resolution
    [all...]
dumpsys.jd 129 X: source=0x00001002, min=0.000, max=719.001, flat=0.000, fuzz=0.999
130 Y: source=0x00001002, min=0.000, max=1279.001, flat=0.000, fuzz=0.999
131 PRESSURE: source=0x00001002, min=0.000, max=1.000, flat=0.000, fuzz=0.000
132 SIZE: source=0x00001002, min=0.000, max=1.000, flat=0.000, fuzz=0.000
133 TOUCH_MAJOR: source=0x00001002, min=0.000, max=1468.605, flat=0.000, fuzz=0.000
134 TOUCH_MINOR: source=0x00001002, min=0.000, max=1468.605, flat=0.000, fuzz=0.000
135 TOOL_MAJOR: source=0x00001002, min=0.000, max=1468.605, flat=0.000, fuzz=0.000
136 TOOL_MINOR: source=0x00001002, min=0.000, max=1468.605, flat=0.000, fuzz=0.000
144 X: min=0, max=720, flat=0, fuzz=0, resolution=0
145 Y: min=0, max=1280, flat=0, fuzz=0, resolution=
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_timeout.py 96 # When fuzz was at 1.0, I (tim) routinely saw bogus failures on Win2K
99 fuzz = 2.0 variable in class:TimeoutTestCase
126 self.assertTrue(_delta < _timeout + self.fuzz,
128 %(_delta, self.fuzz, _timeout))
143 self.assertTrue(_delta < _timeout + self.fuzz,
145 %(_delta, self.fuzz, _timeout))
160 self.assertTrue(_delta < _timeout + self.fuzz,
162 %(_delta, self.fuzz, _timeout))
177 self.assertTrue(_delta < _timeout + self.fuzz,
179 %(_delta, self.fuzz, _timeout)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_timeout.py 96 # When fuzz was at 1.0, I (tim) routinely saw bogus failures on Win2K
99 fuzz = 2.0 variable in class:TimeoutTestCase
126 self.assertTrue(_delta < _timeout + self.fuzz,
128 %(_delta, self.fuzz, _timeout))
143 self.assertTrue(_delta < _timeout + self.fuzz,
145 %(_delta, self.fuzz, _timeout))
160 self.assertTrue(_delta < _timeout + self.fuzz,
162 %(_delta, self.fuzz, _timeout))
177 self.assertTrue(_delta < _timeout + self.fuzz,
179 %(_delta, self.fuzz, _timeout)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
generatePatchCommand.pl 82 $title = "generatePatchCommand: --fuzz=3, --force.";
84 $argsHashRef = {options => ["--fuzz=3", "--force"]};
87 ok($patchCommand eq "patch -p0 --force --fuzz=3", $title);
  /external/chromium_org/components/test/data/web_database/
version_45.sql 50 INSERT INTO web_intents VALUES ('http://poodles.com/fuzzer', 'fuzz', 'poodle/*', 'Poodle Fuzzer', 'window');
51 INSERT INTO web_intents_defaults VALUES ('fuzz', 'poodle/*', '', 0, 0, 'http://poodles.com/fuzzer');
version_45_invalid.sql 49 INSERT INTO web_intents_defaults VALUES ('fuzz');
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 232 /* 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;
  /external/freetype/src/pshinter/
pshglob.c 232 /* 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;
  /external/v8/test/cctest/
test-accessors.cc 49 ApiTestFuzzer::Fuzz();
70 ApiTestFuzzer::Fuzz();
118 ApiTestFuzzer::Fuzz();
162 ApiTestFuzzer::Fuzz();
209 ApiTestFuzzer::Fuzz();
241 ApiTestFuzzer::Fuzz();
271 ApiTestFuzzer::Fuzz();
327 ApiTestFuzzer::Fuzz();
371 ApiTestFuzzer::Fuzz();
  /frameworks/native/include/input/
InputDevice.h 66 float fuzz; member in struct:android::InputDeviceInfo::MotionRange
88 float min, float max, float flat, float fuzz, float resolution);
  /external/chromium_org/courgette/
encoded_program_fuzz_unittest.cc 5 // Fuzz testing for EncodedProgram serialized format and assembly.
34 // Loads an executable and does fuzz testing in the serialized format.
72 // fuzz.
80 // We would love to fuzz every position, but it takes too long.
  /external/chromium_org/v8/test/cctest/
test-macro-assembler-mips.cc 107 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++) {
test-accessors.cc 48 ApiTestFuzzer::Fuzz();
54 ApiTestFuzzer::Fuzz();
60 ApiTestFuzzer::Fuzz();
102 ApiTestFuzzer::Fuzz();
147 ApiTestFuzzer::Fuzz();
230 ApiTestFuzzer::Fuzz();
278 ApiTestFuzzer::Fuzz();
315 ApiTestFuzzer::Fuzz();
352 ApiTestFuzzer::Fuzz();
417 ApiTestFuzzer::Fuzz();
    [all...]
test-macro-assembler-arm.cc 107 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/skia/tools/filter_fuzz_stub/
filter_fuzz_stub.cc 87 // Cluster-Fuzz likes "#EOF" as the last line of output to help distinguish

Completed in 318 milliseconds

1 2 3 4 5 6