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

1 2 3 4

  /external/chromium_org/third_party/sqlite/src/test/
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...]
  /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/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
  /external/chromium_org/v8/tools/
fuzz-harness.sh 88 tar -cjf fuzz-results-$(date +%y%m%d).tar.bz2 err-* w*
  /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);
  /frameworks/native/libs/input/
InputDevice.cpp 176 float flat, float fuzz, float resolution) {
177 MotionRange range = { axis, source, min, max, flat, fuzz, resolution };
  /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/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');
  /frameworks/base/core/java/android/view/
InputDevice.java 653 float min, float max, float flat, float fuzz, float resolution) {
654 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
705 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz,
712 mFuzz = fuzz;
881 description.append(" fuzz=").append(range.mFuzz);
  /frameworks/base/core/jni/
android_view_InputDevice.cpp 70 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution);
  /external/chromium_org/v8/test/mjsunit/
unicodelctest-no-optimization.js 50 fuzz();
91 function fuzz() { function
    [all...]
unicodelctest.js 49 fuzz();
90 function fuzz() { function
    [all...]
  /frameworks/base/services/input/
EventHub.h 87 int32_t fuzz; // error tolerance, eg. fuzz == 4 means value is +/- 4 due to noise member in struct:android::RawAbsoluteAxisInfo
95 fuzz = 0;
InputReader.cpp 886 "min=%0.3f, max=%0.3f, flat=%0.3f, fuzz=%0.3f, resolution=%0.3f\n",
887 name, range.source, range.min, range.max, range.flat, range.fuzz,
    [all...]
InputReader.h 1755 float fuzz; \/\/ normalized error tolerance member in struct:android::JoystickInputMapper::Axis
    [all...]
  /external/kernel-headers/original/linux/
input.h 55 * @fuzz: specifies fuzz value that is used to filter noise from
73 __s32 fuzz; member in struct:input_absinfo
    [all...]
  /external/wpa_supplicant_8/src/ap/
sta_info.c 332 int fuzz = os_random() % 20; local
344 next_time = hapd->conf->ap_max_inactivity + fuzz;
352 next_time = hapd->conf->ap_max_inactivity + fuzz -
  /external/dnsmasq/src/
rfc2131.c 141 unsigned short fuzz = 0; local
    [all...]

Completed in 403 milliseconds

1 2 3 4