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:newCount
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H
A
D
custom_measure_layout_param.cpp
67
int32_t
newCount
= layoutWrapper->GetTotalChildCount();
in Update()
local
68
if (count_ ==
newCount
) {
in Update()
71
children_.resize(
newCount
);
in Update()
72
if (count_ <
newCount
) {
in Update()
73
for (int32_t i = count_; i <
newCount
; i++) {
in Update()
77
count_ =
newCount
;
in Update()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H
A
D
linear_indicator_pattern.cpp
50
std::size_t
newCount
= layoutProperty->GetProgressCountValue(theme_->GetDefaultProgressCount());
in UpdateProgressNode()
local
51
if (oldCount >
newCount
) {
in UpdateProgressNode()
52
for (std::size_t i = oldCount; i >
newCount
; --i) {
in UpdateProgressNode()
55
oldCount =
newCount
;
in UpdateProgressNode()
62
for (std::size_t i = oldCount; i <
newCount
; ++i) {
in UpdateProgressNode()
65
controller_->UpdateProgressSize(
newCount
);
in UpdateProgressNode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view_measure_layout.cpp
306
int32_t
newCount
= GetTotalChildCount();
in Update()
local
307
if (count ==
newCount
) {
in Update()
310
childArray_->SetLength(
newCount
);
in Update()
311
if (count <
newCount
) {
in Update()
312
GenChildArray(count,
newCount
);
in Update()
407
int32_t
newCount
= GetTotalChildCount();
in Update()
local
408
if (count ==
newCount
) {
in Update()
411
childArray_->SetLength(
newCount
);
in Update()
412
if (count <
newCount
) {
in Update()
413
GenChildArray(count,
newCount
);
in Update()
[all...]
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
highlight_album_napi.h
58
int32_t
newCount
;
member
H
A
D
photo_album_napi.h
112
int32_t
newCount
;
member
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H
A
D
sendable_photo_album_napi.h
94
int32_t
newCount
;
member
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
ecs_animation.cpp
1177
const size_t
newCount
= oldCount + 1;
in SetKeyFrameData()
local
1192
data.reserve(
newCount
);
in SetKeyFrameData()
1205
const size_t
newCount
= oldCount + 1;
in SetKeyFrameData()
local
1206
const size_t newSize =
newCount
* valueData.size();
in SetKeyFrameData()
H
A
D
material_impl.cpp
1114
auto
newCount
= meta->GetPropertyContainer()->GetSize();
in UpdateAllInputProperties()
local
1119
return !((
newCount
== oldCount) && (oldCount != meta->GetPropertyContainer()->GetSize()));
in UpdateAllInputProperties()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H
A
D
render_command_list.cpp
496
const int32_t
newCount
= static_cast<int32_t>(customBarriers_.size()) -
in AddBarrierPoint()
local
498
if (
newCount
> 0) {
in AddBarrierPoint()
500
data->customBarrierCount = static_cast<uint32_t>(
newCount
);
in AddBarrierPoint()
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
photo_album_napi.cpp
726
context->
newCount
=
in FetchNewCount()
770
context->objectInfo->SetCount(context->
newCount
);
in JSPhotoAlbumAddAssetsCompleteCallback()
873
context->objectInfo->SetCount(context->
newCount
);
in JSPhotoAlbumRemoveAssetsCompleteCallback()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H
A
D
distributed_sched_connect_test.cpp
665
uint32_t
newCount
= trackingUidMap[uid];
in HWTEST_F()
local
666
EXPECT_EQ(
newCount
- oldCount, static_cast<uint32_t>(1));
in HWTEST_F()
Completed in 20 milliseconds