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:GetData
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H
A
D
device_fuzzer.cpp
42
T
GetData
()
in GetData()
function
70
info.width =
GetData
<uint32_t>() % WIDTH;
in GetAllocInfo()
71
info.height =
GetData
<uint32_t>() % HEIGHT;
in GetAllocInfo()
72
info.usage = CONVERT_TABLE_USAGE[
GetData
<uint32_t>() % lenUsage];
in GetAllocInfo()
73
info.format = CONVERT_TABLE_FORMAT[
GetData
<uint32_t>() % lenFormat];
in GetAllocInfo()
81
rect.x =
GetData
<int32_t>();
in GetIRect()
82
rect.y =
GetData
<int32_t>();
in GetIRect()
83
rect.w =
GetData
<int32_t>();
in GetIRect()
84
rect.h =
GetData
<int32_t>();
in GetIRect()
108
uint32_t cacheCount =
GetData
<uint32_
in TestSetClientBufferCacheCount()
[all...]
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H
A
D
layer_fuzzer.cpp
41
T
GetData
()
in GetData()
function
69
layerInfo.width =
GetData
<uint32_t>() % WIDTH;
in GetLayerInfo()
70
layerInfo.height =
GetData
<uint32_t>() % HEIGHT;
in GetLayerInfo()
71
layerInfo.type = CONVERT_TABLE_LAYER_TYPE[
GetData
<uint32_t>() % lenLayerType];
in GetLayerInfo()
72
layerInfo.bpp =
GetData
<uint32_t>();
in GetLayerInfo()
73
layerInfo.pixFormat = CONVERT_TABLE_FORMAT[
GetData
<uint32_t>() % lenFormat];
in GetLayerInfo()
79
alpha.enGlobalAlpha = GetRandBoolValue(
GetData
<uint32_t>());
in GetLayerAlpha()
80
alpha.enPixelAlpha = GetRandBoolValue(
GetData
<uint32_t>());
in GetLayerAlpha()
81
alpha.alpha0 =
GetData
<uint32_t>() % ALPHA_VALUE_RANGE;
in GetLayerAlpha()
82
alpha.alpha1 =
GetData
<uint32_
in GetLayerAlpha()
[all...]
/drivers/peripheral/display/buffer/test/fuzztest/metadata_fuzzer/
H
A
D
metadata_fuzzer.cpp
38
T
GetData
()
in GetData()
function
66
info.width =
GetData
<uint32_t>() % WIDTH;
in GetAllocInfo()
67
info.height =
GetData
<uint32_t>() % HEIGHT;
in GetAllocInfo()
68
info.usage = CONVERT_TABLE_USAGE[
GetData
<uint32_t>() % lenUsage];
in GetAllocInfo()
69
info.format = CONVERT_TABLE_FORMAT[
GetData
<uint32_t>() % lenFormat];
in GetAllocInfo()
100
uint16_t key =
GetData
<uint16_t>();
in TestSetMetadata()
101
uint32_t len =
GetData
<uint32_t>() % g_maxVectorLen;
in TestSetMetadata()
104
values.push_back(
GetData
<uint8_t>() % ALPHA_VALUE_RANGE);
in TestSetMetadata()
112
uint16_t key =
GetData
<uint16_t>();
in TestGetMetadata()
125
uint16_t key =
GetData
<uint16_
in TestEraseMetadataKey()
[all...]
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H
A
D
hdf_sbuf_impl_hipc.cpp
296
return reinterpret_cast<const uint8_t *>(MParcelCast(const_cast<struct HdfSBufImpl *>(sbuf))->
GetData
());
in SbufMParcelImplGetData()
Completed in 3 milliseconds