Home
last modified time | relevance | path

Searched defs:fuzz (Results 1 – 12 of 12) sorted by relevance

/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp20 namespace android::nn::fuzz { namespace
DConverter.cpp28 namespace android::nn::fuzz { namespace
DGenerateCorpus.cpp30 namespace android::nn::fuzz { namespace
/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.h51 float fuzz; // normalized error tolerance member
/frameworks/base/services/backup/java/com/android/server/backup/
DKeyValueBackupJob.java78 final long fuzz; in schedule() local
/frameworks/native/libs/input/
DInputDevice.cpp202 float flat, float fuzz, float resolution) { in addMotionRange()
/frameworks/base/core/java/android/view/
DInputDevice.java746 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange()
854 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, in MotionRange()
/frameworks/native/include/input/
DInputDevice.h81 float fuzz; member
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp132 int32_t fuzz, int32_t flat) { in ConfigureAbs()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h66 int32_t fuzz; // error tolerance, eg. fuzz == 4 means value is +/- 4 due to noise member
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp429 int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) { in addAbsoluteAxis()
1863 int32_t axis, uint32_t source, float min, float max, float flat, float fuzz) { in assertMotionRange()
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java1920 final int fuzz = fuzzForDuration(a.whenElapsed-nowElapsed); in setImplLocked() local