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

1 2 3 4

  /docs/source.android.com/src/tech/input/
getevent.md 63 ABS (0003): 0028 : value 223, min 0, max 255, fuzz 0, flat 0, resolution 0
64 0029 : value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
65 002a : value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
66 002b : value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
81 ABS (0003): ABS_MT_SLOT : value 0, min 0, max 9, fuzz 0, flat 0, resolution 0
82 ABS_MT_TOUCH_MAJOR : value 0, min 0, max 30, fuzz 0, flat 0, resolution 0
83 ABS_MT_POSITION_X : value 0, min 0, max 720, fuzz 0, flat 0, resolution 0
84 ABS_MT_POSITION_Y : value 0, min 0, max 1280, fuzz 0, flat 0, resolution 0
85 ABS_MT_TRACKING_ID : value 0, min 0, max 65535, fuzz 0, flat 0, resolution 0
86 ABS_MT_PRESSURE : value 0, min 0, max 255, fuzz 0, flat 0, resolution
    [all...]
dumpsys.md 135 X: source=0x00001002, min=0.000, max=719.001, flat=0.000, fuzz=0.999
136 Y: source=0x00001002, min=0.000, max=1279.001, flat=0.000, fuzz=0.999
137 PRESSURE: source=0x00001002, min=0.000, max=1.000, flat=0.000, fuzz=0.000
138 SIZE: source=0x00001002, min=0.000, max=1.000, flat=0.000, fuzz=0.000
139 TOUCH_MAJOR: source=0x00001002, min=0.000, max=1468.605, flat=0.000, fuzz=0.000
140 TOUCH_MINOR: source=0x00001002, min=0.000, max=1468.605, flat=0.000, fuzz=0.000
141 TOOL_MAJOR: source=0x00001002, min=0.000, max=1468.605, flat=0.000, fuzz=0.000
142 TOOL_MINOR: source=0x00001002, min=0.000, max=1468.605, flat=0.000, fuzz=0.000
150 X: min=0, max=720, flat=0, fuzz=0, resolution=0
151 Y: min=0, max=1280, flat=0, fuzz=0, resolution=
    [all...]
  /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 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();
cctest.h 82 // A test is augmented with calls to ApiTestFuzzer::Fuzz() in its
112 static void Fuzz();
test-api.cc 121 ApiTestFuzzer::Fuzz();
131 ApiTestFuzzer::Fuzz();
768 ApiTestFuzzer::Fuzz();
774 ApiTestFuzzer::Fuzz();
781 ApiTestFuzzer::Fuzz();
    [all...]
  /frameworks/base/include/androidfw/
InputDevice.h 66 float fuzz; member in struct:android::InputDeviceInfo::MotionRange
86 float min, float max, float flat, float fuzz);
  /frameworks/base/core/jni/
android_view_InputDevice.cpp 66 range.axis, range.source, range.min, range.max, range.flat, range.fuzz);
  /frameworks/base/libs/androidfw/
InputDevice.cpp 175 float flat, float fuzz) {
176 MotionRange range = { axis, source, min, max, flat, fuzz };
  /external/clang/utils/
FuzzTest 4 This is a generic fuzz testing tool, see --help for more information.
227 help="Add an input file to fuzz",
230 help="Add a list of inputs files to fuzz (one per line)",
234 group = OptionGroup(parser, "Fuzz Options")
  /external/qemu/hw/
goldfish_events_device.c 78 /* 'fuzz;, and 'flat' ABS_XXX values are always zero here. */
79 uint32_t fuzz; member in struct:ABSEntry
463 * of (min,max,fuzz,flat) 32-bit values.
466 * fuzz corresponds to the device's fuziness, we set it to 0
  /frameworks/base/core/java/android/view/
InputDevice.java 569 float min, float max, float flat, float fuzz) {
570 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz));
611 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz) {
617 mFuzz = fuzz;
759 description.append(" fuzz=").append(range.mFuzz);
  /frameworks/base/services/input/
EventHub.h 72 int32_t fuzz; // error tolerance, eg. fuzz == 4 means value is +/- 4 due to noise member in struct:android::RawAbsoluteAxisInfo
80 fuzz = 0;
InputReader.cpp 885 "min=%0.3f, max=%0.3f, flat=%0.3f, fuzz=%0.3f\n",
886 name, range.source, range.min, range.max, range.flat, range.fuzz);
    [all...]
InputReader.h 1735 float fuzz; \/\/ normalized error tolerance member in struct:android::JoystickInputMapper::Axis
    [all...]
  /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/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/v8/test/mjsunit/
mjsunit.status 51 fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm || $arch == mips)
  /external/wpa_supplicant_8/src/ap/
sta_info.c 299 int fuzz = os_random() % 20; local
311 next_time = hapd->conf->ap_max_inactivity + fuzz;
319 next_time = hapd->conf->ap_max_inactivity + fuzz -
  /external/libvpx/examples/includes/geshi/geshi/
sas.php 80 'FREWIND','FRLEN','FSEP','FUZZ','FWRITE','GAMINV','GAMMA',
  /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

Completed in 548 milliseconds

1 2 3 4