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:randSize
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/napi/test/fuzztest/runactor_fuzzer/
H
A
D
runactor_fuzzer.cpp
75
size_t
randSize
= std::rand()%(size + 1);
in RunActorFuzzTest()
local
78
std::string entry(reinterpret_cast<const char*>(data +
randSize
), size -
randSize
);
in RunActorFuzzTest()
80
g_nativeEngine.RunActor(buffer,
randSize
, descriptor, entryPoint);
in RunActorFuzzTest()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H
A
D
distributeddb_tools_test.cpp
120
uint32_t
randSize
= 0;
in GetRandomKeyValue()
local
124
randSize
= (simSize == 0) ? 1 : simSize;
in GetRandomKeyValue()
126
randSize
= defaultSize;
in GetRandomKeyValue()
129
value.resize(
randSize
);
in GetRandomKeyValue()
130
RAND_bytes(value.data(),
randSize
);
in GetRandomKeyValue()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H
A
D
distributeddb_tools_unit_test.cpp
360
uint32_t
randSize
= 0;
in GetRandomKeyValue()
local
364
randSize
= (simSize == 0) ? 1 : simSize;
in GetRandomKeyValue()
366
randSize
= defaultSize;
in GetRandomKeyValue()
369
value.resize(
randSize
);
in GetRandomKeyValue()
370
RAND_bytes(value.data(),
randSize
);
in GetRandomKeyValue()
Completed in 6 milliseconds