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

1 2

  /external/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/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 51 ApiTestFuzzer::Fuzz();
72 ApiTestFuzzer::Fuzz();
120 ApiTestFuzzer::Fuzz();
164 ApiTestFuzzer::Fuzz();
211 ApiTestFuzzer::Fuzz();
243 ApiTestFuzzer::Fuzz();
273 ApiTestFuzzer::Fuzz();
329 ApiTestFuzzer::Fuzz();
373 ApiTestFuzzer::Fuzz();
cctest.h 82 // A test is augmented with calls to ApiTestFuzzer::Fuzz() in its
108 static void Fuzz();
test-api.cc 117 ApiTestFuzzer::Fuzz();
127 ApiTestFuzzer::Fuzz();
769 ApiTestFuzzer::Fuzz();
775 ApiTestFuzzer::Fuzz();
782 ApiTestFuzzer::Fuzz();
    [all...]
  /frameworks/base/core/java/android/view/
InputDevice.java 430 float min, float max, float flat, float fuzz) {
431 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz));
447 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz) {
453 mFuzz = fuzz;
618 description.append(" fuzz=").append(range.mFuzz);
  /frameworks/base/services/input/
EventHub.h 66 int32_t fuzz; // error tolerance, eg. fuzz == 4 means value is +/- 4 due to noise member in struct:android::RawAbsoluteAxisInfo
74 fuzz = 0;
InputReader.cpp 883 "min=%0.3f, max=%0.3f, flat=%0.3f, fuzz=%0.3f\n",
884 name, range.source, range.min, range.max, range.flat, range.fuzz);
    [all...]
InputReader.h 1590 float fuzz; \/\/ normalized error tolerance member in struct:android::JoystickInputMapper::Axis
    [all...]
  /external/clang/utils/
FuzzTest 4 This is a generic fuzz testing tool, see --help for more information.
222 help="Add an input file to fuzz",
225 help="Add a list of inputs files to fuzz (one per line)",
229 group = OptionGroup(parser, "Fuzz Options")
  /external/qemu/hw/
goldfish_events_device.c 441 * of (min,max,fuzz,flat) 32-bit values.
444 * fuzz corresponds to the device's fuziness, we set it to 0
454 /* ABS_X min/max/fuzz/flat */
  /external/webkit/Tools/Scripts/
svn-unapply 42 # ChangeLog patches use --fuzz=3 to prevent rejects, and the entry date is reset in
162 unapplyPatch(unsetChangeLogDate($fullPath, $changeLogHash->{patch}), $fullPath, ["--fuzz=3"]);
svn-apply 45 # ChangeLog patches use --fuzz=3 to prevent rejects.
331 applyPatch($newPatch, $fullPath, ["--fuzz=3"]);
  /external/v8/test/mjsunit/
mjsunit.status 43 fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm)
  /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/libvpx/examples/includes/geshi/geshi/
sas.php 80 'FREWIND','FRLEN','FSEP','FUZZ','FWRITE','GAMINV','GAMMA',
  /frameworks/base/include/ui/
Input.h 810 float fuzz; member in struct:android::InputDeviceInfo::MotionRange
823 float min, float max, float flat, float fuzz);
  /system/core/toolbox/
getevent.c 178 printf(" : value %d, min %d, max %d, fuzz %d, flat %d, resolution %d",
179 abs.value, abs.minimum, abs.maximum, abs.fuzz, abs.flat,
  /external/dnsmasq/src/
rfc2131.c 141 unsigned short fuzz = 0; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
input.h 40 __s32 fuzz; member in struct:input_absinfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
input.h 40 __s32 fuzz; member in struct:input_absinfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
input.h 40 __s32 fuzz; member in struct:input_absinfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
input.h 40 __s32 fuzz; member in struct:input_absinfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
input.h 40 __s32 fuzz; member in struct:input_absinfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
input.h 40 __s32 fuzz; member in struct:input_absinfo

Completed in 2210 milliseconds

1 2