Home
last modified time | relevance | path

Searched defs:fuzzedInt32 (Results 1 – 2 of 2) sorted by relevance

/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
Dinputmethodability_fuzzer.cpp62 void TestDeleteForward(int32_t fuzzedInt32) in TestDeleteForward()
68 void TestDeleteBackward(int32_t fuzzedInt32) in TestDeleteBackward()
80 void TestGetTextBeforeCursor(int32_t fuzzedInt32) in TestGetTextBeforeCursor()
87 void TestGetTextAfterCursor(int32_t fuzzedInt32) in TestGetTextAfterCursor()
94 void TestSendFunctionKey(int32_t fuzzedInt32) in TestSendFunctionKey()
100 void TestMoveCursor(int32_t fuzzedInt32) in TestMoveCursor()
106 void TestDispatchKeyEvent(int32_t fuzzedInt32) in TestDispatchKeyEvent()
112 void TestSetCallingWindow(int32_t fuzzedInt32) in TestSetCallingWindow()
139 auto fuzzedInt32 = static_cast<int32_t>(size); in LLVMFuzzerTestOneInput() local
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp57 …ethodSubtype(sptr<InputMethodController> imc, const std::string &fuzzedString, int32_t fuzzedInt32) in TestListInputMethodSubtype()
69 void TestDispatchKeyEvent(sptr<InputMethodController> imc, int32_t fuzzedInt32) in TestDispatchKeyEvent()
149 void TestGetTextBeforeCursor(sptr<InputMethodController> imc, int32_t fuzzedInt32) in TestGetTextBeforeCursor()
158 void TestTextAfterCursor(sptr<InputMethodController> imc, int32_t fuzzedInt32) in TestTextAfterCursor()
176 auto fuzzedInt32 = static_cast<int32_t>(size); in LLVMFuzzerTestOneInput() local