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_LENGTH
(Results
1 - 6
of
6
) sorted by relevance
/base/sensors/sensor/frameworks/js/napi/include/
H
A
D
async_callback_info.h
36
constexpr static int32_t
DATA_LENGTH
= 16;
member
78
float data[
DATA_LENGTH
];
84
float reserve[
DATA_LENGTH
];
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/generatecert_fuzzer/
H
A
D
generatecert_fuzzer.cpp
32
constexpr int32_t
DATA_LENGTH
= KEY_LEN * 6;
member
45
if ((data == nullptr) || (size <= sizeof(uint32_t) *
DATA_LENGTH
)) {
in FuzzTest()
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/stub_fuzzer/generatecertstub_fuzzer/
H
A
D
generatecertstub_fuzzer.cpp
39
constexpr int32_t
DATA_LENGTH
= KEY_LEN * 4;
member
87
if ((data == nullptr) || (size < sizeof(uint8_t) *
DATA_LENGTH
)) {
in FuzzTest()
/base/sensors/sensor/frameworks/cj/src/
H
A
D
cj_sensor_impl.cpp
36
constexpr int32_t
DATA_LENGTH
= 16;
member
276
if ((length !=
DATA_LENGTH
) && (length != THREE_DIMENSIONAL_MATRIX_LENGTH)) {
in TransformRotationMatrix()
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_cdma_sms_test.cpp
30
const size_t
DATA_LENGTH
= 162;
member
140
deliver.cmasData.dataLen =
DATA_LENGTH
;
in HWTEST_F()
/base/sensors/sensor/frameworks/js/napi/src/
H
A
D
sensor_js.cpp
600
if ((length !=
DATA_LENGTH
) && (length != THREE_DIMENSIONAL_MATRIX_LENGTH)) {
in TransformCoordinateSystem()
Completed in 13 milliseconds