Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fuzzedInt32
(Results
1 - 2
of
2
) sorted by relevance
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
H
A
D
inputmethodability_fuzzer.cpp
71
void TestDeleteForward(int32_t
fuzzedInt32
)
in TestDeleteForward()
argument
74
ability->DeleteForward(
fuzzedInt32
);
in TestDeleteForward()
77
void TestDeleteBackward(int32_t
fuzzedInt32
)
in TestDeleteBackward()
argument
80
ability->DeleteBackward(
fuzzedInt32
);
in TestDeleteBackward()
83
void TestSendExtendAction(int32_t
fuzzedInt32
)
in TestSendExtendAction()
argument
86
ability->SendExtendAction(
fuzzedInt32
);
in TestSendExtendAction()
95
void TestGetTextBeforeCursor(int32_t
fuzzedInt32
)
in TestGetTextBeforeCursor()
argument
99
ability->GetTextBeforeCursor(
fuzzedInt32
, text);
in TestGetTextBeforeCursor()
102
void TestGetTextAfterCursor(int32_t
fuzzedInt32
)
in TestGetTextAfterCursor()
argument
106
ability->GetTextAfterCursor(
fuzzedInt32
, tex
in TestGetTextAfterCursor()
109
TestSendFunctionKey(int32_t
fuzzedInt32
)
TestSendFunctionKey()
argument
115
TestMoveCursor(int32_t
fuzzedInt32
)
TestMoveCursor()
argument
121
TestDispatchKeyEvent(int32_t
fuzzedInt32
)
TestDispatchKeyEvent()
argument
131
TestSetCallingWindow(int32_t
fuzzedInt32
)
TestSetCallingWindow()
argument
157
auto
fuzzedInt32
= static_cast<int32_t>(size);
LLVMFuzzerTestOneInput()
local
[all...]
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H
A
D
inputmethodcontroller_fuzzer.cpp
55
void TestDispatchKeyEvent(sptr<InputMethodController> imc, int32_t
fuzzedInt32
)
in TestDispatchKeyEvent()
argument
61
keyEvent->SetKeyAction(
fuzzedInt32
);
in TestDispatchKeyEvent()
62
keyEvent->SetKeyCode(
fuzzedInt32
);
in TestDispatchKeyEvent()
139
void TestAttach(sptr<InputMethodController> imc, int32_t
fuzzedInt32
)
in TestAttach()
argument
143
inputAttribute.inputPattern =
fuzzedInt32
;
in TestAttach()
144
inputAttribute.enterKeyType =
fuzzedInt32
;
in TestAttach()
145
inputAttribute.inputOption =
fuzzedInt32
;
in TestAttach()
200
auto
fuzzedInt32
= static_cast<int32_t>(size);
in LLVMFuzzerTestOneInput()
local
214
OHOS::TestDispatchKeyEvent(imc,
fuzzedInt32
);
in LLVMFuzzerTestOneInput()
Completed in 2 milliseconds