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:inCache_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/imgdecode/
H
A
D
file_img_decoder.cpp
41
dsc.
inCache_
= false;
in Open()
101
if (!dsc.
inCache_
) {
in ReadToCache()
138
dsc.
inCache_
= true;
in ReadToCache()
H
A
D
file_img_decoder.h
45
bool
inCache_
;
member
H
A
D
cache_manager.h
49
return dsc_.
inCache_
;
in InCache()
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H
A
D
render_grid_scroll.cpp
674
decltype(
inCache_
) inCache(std::move(
inCache_
));
in LoadForward()
676
inCache_
.insert(item + count);
in LoadForward()
821
inCache_
.insert(mainIndex);
in SupplyItems()
919
if (buildChildByIndex_ &&
inCache_
.count(main) == 0) {
in PerformLayout()
979
for (const auto& item :
inCache_
) {
in DealCache()
990
if (
inCache_
.count(i + end) == 0) {
in DealCache()
995
if (start >= i &&
inCache_
.count(start - i) == 0) {
in DealCache()
1017
inCache_
.erase(index);
in DeleteItems()
1029
inCache_
in ClearLayout()
[all...]
H
A
D
render_grid_scroll.h
227
std::set<int32_t>
inCache_
;
member in OHOS::Ace::V2::RenderGridScroll
Completed in 4 milliseconds