Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp20 namespace android::nn::fuzz { namespace
DConverter.cpp24 namespace android::nn::fuzz { namespace
DGenerateCorpus.cpp30 namespace android::nn::fuzz { namespace
/frameworks/native/libs/binder/fuzzer/
Dmain.cpp56 void fuzz(uint8_t options, const std::vector<uint8_t>& input, const std::vector<uint8_t>& instructi… in fuzz() function
/frameworks/native/libs/gralloc/types/fuzzer/
Dmain.cpp90 void fuzz(uint8_t options, uint8_t instruction, const std::vector<uint8_t>& input) { in fuzz() function
/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.h52 float fuzz; // normalized error tolerance member
/frameworks/base/services/backup/java/com/android/server/backup/
DKeyValueBackupJob.java79 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.java762 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange()
870 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.cpp476 int32_t minValue, int32_t maxValue, int flat, int fuzz, int resolution = 0) { in addAbsoluteAxis()
2324 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.java1945 final int fuzz = fuzzForDuration(a.whenElapsed-nowElapsed); in setImplLocked() local