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:sizeMax
(Results
1 - 8
of
8
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/utils/
H
A
D
data_queue.cpp
22
DataQueue<T>::DataQueue(const size_t
sizeMax
) : sizeMax_(
sizeMax
)
in DataQueue()
argument
H
A
D
data_queue.h
31
explicit DataQueue(const size_t
sizeMax
);
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H
A
D
render_indexer.cpp
88
Size
sizeMax
= layoutSetByParent.GetMaxSize();
in PerformLayout()
local
89
if (LessOrEqual(paddingY_ * DOUBLE + itemCount_ * itemSize_,
sizeMax
.Height())) {
in PerformLayout()
92
double tempSize = (
sizeMax
.Height() - paddingY_ * DOUBLE) / itemCount_;
in PerformLayout()
H
A
D
render_indexer_circle.cpp
73
Size
sizeMax
= GetChildren().front()->GetLayoutSize(); // get arc layout size first
in PerformLayout()
local
74
SetLayoutSize(
sizeMax
);
in PerformLayout()
82
outerRadius_ =
sizeMax
.Width() * HALF;
in PerformLayout()
93
InitBubbleBox(
sizeMax
);
in PerformLayout()
/foundation/multimedia/camera_framework/frameworks/native/ndk/
H
A
D
camera_manager.cpp
109
uint32_t
sizeMax
= 0;
in OH_CameraManager_DeleteSupportedCameras()
local
110
cameraManager->GetSupportedCameras(&cameras, &
sizeMax
);
in OH_CameraManager_DeleteSupportedCameras()
111
CHECK_AND_RETURN_RET_LOG(size <=
sizeMax
, CAMERA_INVALID_ARGUMENT,
in OH_CameraManager_DeleteSupportedCameras()
/foundation/graphic/graphic_surface/sync_fence/src/
H
A
D
sync_fence.cpp
185
auto
sizeMax
= std::numeric_limits<size_t>::max();
in GetFenceInfo()
local
186
if ((
sizeMax
- sizeof(struct sync_file_info)) / sizeof(struct sync_fence_info) < arg.num_fences) {
in GetFenceInfo()
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H
A
D
render_indexer.cpp
111
Size
sizeMax
= layoutSetByParent.GetMaxSize();
in PerformLayout()
local
112
if (LessOrEqual(paddingY_ * DOUBLE + itemCount_ * itemSize_,
sizeMax
.Height())) {
in PerformLayout()
115
itemSizeRender_ = (
sizeMax
.Height() - paddingY_ * DOUBLE) / itemCount_;
in PerformLayout()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H
A
D
audio_capturer_source.cpp
319
explicit WakeupBuffer(size_t
sizeMax
= BUFFER_SIZE_MAX)
in WakeupBuffer()
320
: sizeMax_(
sizeMax
),
in WakeupBuffer()
321
buffer_(std::make_unique<char[]>(
sizeMax
))
in WakeupBuffer()
Completed in 9 milliseconds