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:DATA_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H
A
D
image_common.h
23
static const int32_t
DATA_SIZE
= 20;
member
39
dataFuzz.size =
DATA_SIZE
;
in FillDataImageBuffer()
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codeccommonhdi_fuzzer/
H
A
D
codeccommon_fuzzer.cpp
29
static const int32_t
DATA_SIZE
= 20;
member
53
dataFuzz->size =
DATA_SIZE
;
in FillDataOmxCodecBuffer()
/drivers/peripheral/codec/test/fuzztest/omx_fuzzer/codeccommonomx_fuzzer/
H
A
D
codeccommon_fuzzer.cpp
28
static const int32_t
DATA_SIZE
= 20;
member
62
dataFuzz->size =
DATA_SIZE
;
in FillDataOmxCodecBuffer()
/drivers/hdf_core/adapter/uhdf2/manager/src/
H
A
D
devmgr_dump.c
40
static const uint32_t
DATA_SIZE
= 5000;
variable
466
struct HdfSBuf *data = HdfSbufObtain(
DATA_SIZE
);
in DevMgrQueryUserDevice()
504
struct HdfSBuf *data = HdfSbufObtain(
DATA_SIZE
);
in DevMgrQueryUserService()
532
struct HdfSBuf *data = HdfSbufObtain(
DATA_SIZE
);
in DevMgrQueryKernelDevice()
564
struct HdfSBuf *data = HdfSbufObtain(
DATA_SIZE
);
in DevMgrQueryKernelService()
/drivers/hdf_core/framework/tools/hdf_dbg/
H
A
D
hdf_dbg.cpp
21
static constexpr uint32_t
DATA_SIZE
= 5000;
variable
405
struct HdfSBuf *data = HdfSbufObtain(
DATA_SIZE
);
in GetAllServiceKernelSpace()
437
struct HdfSBuf *data = HdfSbufObtain(
DATA_SIZE
);
in GetAllDeviceKernelSpace()
Completed in 3 milliseconds