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:EIGHT
(Results
1 - 25
of
26
) sorted by relevance
1
2
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H
A
D
bluetooth_bt_uuid.cpp
21
#define
EIGHT
8
macro
25
(((static_cast<uint64_t>(uuid_[0])) <<
EIGHT
* 7) | ((static_cast<uint64_t>(uuid_[1])) <<
EIGHT
* 6) |
in Marshalling()
26
((static_cast<uint64_t>(uuid_[2])) <<
EIGHT
* 5) | ((static_cast<uint64_t>(uuid_[3])) <<
EIGHT
* 4) |
in Marshalling()
27
((static_cast<uint64_t>(uuid_[4])) <<
EIGHT
* 3) | ((static_cast<uint64_t>(uuid_[5])) <<
EIGHT
* 2) |
in Marshalling()
28
((static_cast<uint64_t>(uuid_[6])) <<
EIGHT
) | uuid_[7]);
in Marshalling()
31
(((static_cast<uint64_t>(uuid_[8])) <<
EIGHT
* 7) | ((static_cast<uint64_t>(uuid_[9])) <<
EIGHT
*
in Marshalling()
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H
A
D
ipv4_address_test.cpp
27
constexpr size_t
EIGHT
= 8;
member
99
size_t prefixLength =
EIGHT
;
in HWTEST_F()
113
size_t prefixLength =
EIGHT
;
in HWTEST_F()
127
size_t prefixLength =
EIGHT
;
in HWTEST_F()
141
size_t prefixLength =
EIGHT
;
in HWTEST_F()
155
size_t prefixLength =
EIGHT
;
in HWTEST_F()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H
A
D
testing_color.h
26
constexpr int32_t
EIGHT
= 8;
member
53
: red_((rgba >> SIXTEEN) & COLOR_DEFAULT), green_((rgba >>
EIGHT
) & COLOR_DEFAULT),
in TestingColor()
89
green_ = (rgba >>
EIGHT
) & 0xff;
in Color()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskonremoterequest_fuzzer/
H
A
D
bgtaskonremoterequest_fuzzer.cpp
29
constexpr uint8_t
EIGHT
= 8;
member
37
return (ptr[0] << TWENTYFOUR) | (ptr[1] << SIXTEEN) | (ptr[TWO] <<
EIGHT
) | (ptr[THREE]);
in GetU32Data()
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveonremoterequest_fuzzer/
H
A
D
bundleactiveonremoterequest_fuzzer.cpp
31
constexpr uint8_t
EIGHT
= 8;
member
39
return (ptr[0] << TWENTYFOUR) | (ptr[1] << SIXTEEN) | (ptr[TWO] <<
EIGHT
) | (ptr[THREE]);
in GetU32Data()
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactiveobserver_fuzzer/
H
A
D
bundleactiveobserver_fuzzer.cpp
31
constexpr uint8_t
EIGHT
= 8;
member
38
return (ptr[0] << TWENTYFOUR) | (ptr[1] << SIXTEEN) | (ptr[TWO] <<
EIGHT
) | (ptr[THREE]);
in GetU32Data()
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/appgroupcallbackstub_fuzzer/
H
A
D
appgroupcallbackstub_fuzzer.cpp
31
constexpr uint8_t
EIGHT
= 8;
member
37
return (ptr[0] << TWENTYFOUR) | (ptr[1] << SIXTEEN) | (ptr[TWO] <<
EIGHT
) | (ptr[THREE]);
in GetU32Data()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscriber_fuzzer/
H
A
D
bgtaskSubscriber_fuzzer.cpp
29
constexpr uint8_t
EIGHT
= 8;
member
40
return (ptr[0] << TWENTYFOUR) | (ptr[1] << SIXTEEN) | (ptr[TWO] <<
EIGHT
) | (ptr[THREE]);
in GetU32Data()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H
A
D
n_func_arg.h
35
EIGHT
= 8,
enumerator
/foundation/communication/netstack/utils/common_utils/include/
H
A
D
netstack_common_utils.h
32
EIGHT
,
enumerator
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H
A
D
videodec_sample.cpp
27
constexpr int32_t
EIGHT
= 8;
member
343
uint32_t bufferSize = static_cast<uint32_t>(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) |
in ReadData()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H
A
D
videodec_api11_sample.cpp
31
constexpr int32_t
EIGHT
= 8;
member
419
uint32_t bufferSize = static_cast<uint32_t>(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) |
in PushData()
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H
A
D
videodec_sample.cpp
27
constexpr int32_t
EIGHT
= 8;
member
343
uint32_t bufferSize = static_cast<uint32_t>(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) |
in ReadData()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H
A
D
videodec_sample.cpp
26
constexpr int32_t
EIGHT
= 8;
member
324
uint32_t bufferSize = static_cast<uint32_t>(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) |
in ReadData()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/
H
A
D
videodec_api11_sample.cpp
31
constexpr int32_t
EIGHT
= 8;
member
419
uint32_t bufferSize = static_cast<uint32_t>(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) |
in PushData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H
A
D
videodec_api11_sample.cpp
29
constexpr int32_t
EIGHT
= 8;
member
539
uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) | ((ch[1] & 0xFF) << SIXTEEN) |
in PushData()
546
bufferSize = (uint32_t)(((ch[zero] & 0xFF)) | ((ch[one] & 0xFF) <<
EIGHT
) | ((ch[two] & 0xFF) << SIXTEEN) |
in PushData()
H
A
D
videodec_ndk_sample.cpp
29
constexpr int32_t
EIGHT
= 8;
member
530
uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) | ((ch[1] & 0xFF) << SIXTEEN) |
in ReadData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H
A
D
videodec_ndk_inner_sample.cpp
34
constexpr int32_t
EIGHT
= 8;
member
340
uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) | ((ch[1] & 0xFF) << SIXTEEN) |
in PushData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H
A
D
videodec_ndk_inner_sample.cpp
32
constexpr int32_t
EIGHT
= 8;
member
375
uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) | ((ch[1] & 0xFF) << SIXTEEN) |
in ReadData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H
A
D
videodec_api11_sample.cpp
36
constexpr int32_t
EIGHT
= 8;
member
672
uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) | ((ch[1] & 0xFF) << SIXTEEN) |
in PushData()
679
bufferSize = (uint32_t)(((ch[zero] & 0xFF)) | ((ch[one] & 0xFF) <<
EIGHT
) | ((ch[two] & 0xFF) << SIXTEEN) |
in PushData()
H
A
D
videodec_ndk_sample.cpp
35
constexpr int32_t
EIGHT
= 8;
member
617
uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) | ((ch[1] & 0xFF) << SIXTEEN) |
in PushData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H
A
D
videodec_api11_sample.cpp
35
constexpr int32_t
EIGHT
= 8;
member
662
uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) | ((ch[1] & 0xFF) << SIXTEEN) |
in PushData()
669
bufferSize = (uint32_t)(((ch[zero] & 0xFF)) | ((ch[one] & 0xFF) <<
EIGHT
) | ((ch[two] & 0xFF) << SIXTEEN) |
in PushData()
H
A
D
videodec_ndk_sample.cpp
29
constexpr int32_t
EIGHT
= 8;
member
556
uint32_t bufferSize = (uint32_t)(((ch[3] & 0xFF)) | ((ch[2] & 0xFF) <<
EIGHT
) | ((ch[1] & 0xFF) << SIXTEEN) |
in PushData()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H
A
D
webgl_rendering_context_overloads.cpp
205
if (!funcArg.InitArgs(NARG_CNT::
EIGHT
, NARG_CNT::TEN)) {
in CompressedTexSubImage2D()
270
if (!funcArg.InitArgs(NARG_CNT::SEVEN, NARG_CNT::
EIGHT
)) {
in ReadPixels()
H
A
D
webgl_rendering_context_base.cpp
653
if (!funcArg.InitArgs(NARG_CNT::
EIGHT
)) {
in CopyTexImage2D()
700
if (!funcArg.InitArgs(NARG_CNT::
EIGHT
)) {
in CopyTexSubImage2D()
Completed in 24 milliseconds
1
2