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:SPLITE_SIZE
(Results
1 - 7
of
7
) sorted by relevance
/foundation/filemanagement/dfs_service/test/fuzztest/clouddownloadcallbackstub_fuzzer/
H
A
D
clouddownloadcallbackstub_fuzzer.cpp
31
constexpr size_t
SPLITE_SIZE
= 3;
member
63
static_cast<DownloadProgressObj::Status>(fuzzData.GetData<int32_t>() % (
SPLITE_SIZE
+ 1));
in HandleOnProcessFuzzTest()
65
static_cast<DownloadProgressObj::DownloadErrorType>(fuzzData.GetData<int32_t>() % (
SPLITE_SIZE
+
SPLITE_SIZE
));
in HandleOnProcessFuzzTest()
68
int len = static_cast<int>(size - (OHOS::U32_AT_SIZE *
SPLITE_SIZE
+ OHOS::U64_AT_SIZE *
SPLITE_SIZE
));
in HandleOnProcessFuzzTest()
85
if (data == nullptr || size < (OHOS::U32_AT_SIZE * OHOS::
SPLITE_SIZE
+ OHOS::U64_AT_SIZE * OHOS::
SPLITE_SIZE
)) {
in LLVMFuzzerTestOneInput()
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncassetmanager_fuzzer/
H
A
D
cloudsyncassetmanager_fuzzer.cpp
27
constexpr size_t
SPLITE_SIZE
= 6;
member
46
int len = static_cast<int>((size - U32_AT_SIZE) /
SPLITE_SIZE
);
in DownloadFileFuzzTest()
65
int len = static_cast<int>((size - U32_AT_SIZE) /
SPLITE_SIZE
);
in DownloadFilesFuzzTest()
89
int len = static_cast<int>(remainSize /
SPLITE_SIZE
);
in DownloadFileCallbackFuzzTest()
119
size <= (OHOS::U32_AT_SIZE + static_cast<size_t>(OHOS::NETWORK_ID_SIZE + OHOS::
SPLITE_SIZE
))) {
in LLVMFuzzerTestOneInput()
/foundation/filemanagement/dfs_service/test/fuzztest/clouddisknotify_fuzzer/
H
A
D
clouddisknotify_fuzzer.cpp
26
constexpr int
SPLITE_SIZE
= 5;
member
36
int len = static_cast<int>((size - U32_AT_SIZE)) /
SPLITE_SIZE
;
in TryNotifyServiceFuzzTest()
90
if (data == nullptr || size <= (OHOS::U32_AT_SIZE << 1) + static_cast<size_t>(OHOS::
SPLITE_SIZE
)) {
in LLVMFuzzerTestOneInput()
/foundation/filemanagement/dfs_service/test/fuzztest/transportmsghandle_fuzzer/
H
A
D
transportmsghandle_fuzzer.cpp
28
constexpr int
SPLITE_SIZE
= 3;
member
40
int len = static_cast<int>(fuzzData.GetRemainSize()) /
SPLITE_SIZE
;
in DoSomethingInterestingWithMyAPI()
/foundation/filemanagement/dfs_service/test/fuzztest/cycletaskrunner_fuzzer/
H
A
D
cycletaskrunner_fuzzer.cpp
34
constexpr int
SPLITE_SIZE
= 3;
member
85
if (data == nullptr || (size <= OHOS::U32_AT_SIZE << OHOS::
SPLITE_SIZE
)) {
in LLVMFuzzerTestOneInput()
/foundation/filemanagement/app_file_service/test/fuzztest/svcrestoredepsmanager_fuzzer/
H
A
D
svcrestoredepsmanager_fuzzer.cpp
30
constexpr int
SPLITE_SIZE
= 5;
member
42
int len = size /
SPLITE_SIZE
;
in GetInfo()
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/
H
A
D
cloudsyncservicestub_fuzzer.cpp
41
constexpr int
SPLITE_SIZE
= 5;
member
194
int pos = static_cast<int>(size - U32_AT_SIZE) / (
SPLITE_SIZE
+ 1);
in HandleDownloadFileFuzzTest()
225
int itemStrLen = pos /
SPLITE_SIZE
;
in HandleEnableCloudFuzzTest()
230
for (int i = 0; i <
SPLITE_SIZE
; i++) {
in HandleEnableCloudFuzzTest()
546
int32_t vecSize = fuzzData.GetData<int32_t>() %
SPLITE_SIZE
+ 1;
in HandleDownloadFilesFuzzTest()
548
if (static_cast<int>(remainSize) <= vecSize *
SPLITE_SIZE
+ 1) {
in HandleDownloadFilesFuzzTest()
551
int len = static_cast<int>(remainSize / (vecSize *
SPLITE_SIZE
+ 1));
in HandleDownloadFilesFuzzTest()
593
len = static_cast<int>(size) /
SPLITE_SIZE
;
in HandleDownloadAssetFuzzTest()
679
if (data == nullptr || size < OHOS::U32_AT_SIZE * static_cast<size_t>(OHOS::
SPLITE_SIZE
)) {
in LLVMFuzzerTestOneInput()
Completed in 6 milliseconds