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:lastSize
(Results
1 - 5
of
5
) sorted by relevance
/foundation/systemabilitymgr/safwk/services/safwk/src/
H
A
D
local_ability_manager.cpp
611
size_t
lastSize
= CheckDependencyStatus(ability->GetDependSa()).size();
in StartDependSaTask()
local
613
ability->GetSystemAbilitId(), dependTimeout,
lastSize
);
in StartDependSaTask()
616
while (
lastSize
> 0) {
in StartDependSaTask()
626
if (curSize !=
lastSize
) {
in StartDependSaTask()
629
lastSize
= curSize;
in StartDependSaTask()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H
A
D
render_multi_child_scroll.cpp
398
Size
lastSize
;
in LayoutChild()
local
401
lastSize
= lastChild->GetLayoutSize();
in LayoutChild()
404
Offset curOffset = lastOffset +
lastSize
;
in LayoutChild()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
js_card_parser.cpp
1877
int32_t
lastSize
= factor > 0 ? array.size() / factor : 0;
in ProcessRepeatNode()
local
1878
auto updateSize = std::min(static_cast<int32_t>(
lastSize
), repeatValue->GetArraySize());
in ProcessRepeatNode()
1884
if (repeatValue->GetArraySize() >
lastSize
) {
in ProcessRepeatNode()
1885
for (auto i =
lastSize
; i < repeatValue->GetArraySize(); ++i) {
in ProcessRepeatNode()
1894
} else if (
lastSize
> repeatValue->GetArraySize()) {
in ProcessRepeatNode()
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H
A
D
image_ffi.cpp
370
uint32_t
lastSize
= info.arrSize - info.offset;
in FfiOHOSUpdateData()
local
371
uint32_t size = info.updateLen <
lastSize
? info.updateLen :
lastSize
;
in FfiOHOSUpdateData()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_source_napi.cpp
2159
uint32_t
lastSize
= context->updataBufferSize - context->updataBufferOffset;
in UpdateDataExecute()
local
2160
uint32_t size = context->updataLength <
lastSize
? context->updataLength :
lastSize
;
in UpdateDataExecute()
Completed in 14 milliseconds