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
defs:wrap
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_flex_ffi.h
26
int32_t
wrap
;
member
/foundation/arkui/ui_lite/interfaces/kits/layout/
H
A
D
flex_layout.h
100
void SetFlexWrap(uint8_t
wrap
)
in SetFlexWrap()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H
A
D
flex_layout_pattern.h
34
explicit FlexLayoutPattern(bool
wrap
) : isWrap_(
wrap
) {};
in FlexLayoutPattern()
argument
125
auto
wrap
= (static_cast<int32_t>(wrapDirection) - static_cast<int32_t>(direction)) / 2 + 1;
variable
128
auto
wrap
= (static_cast<int32_t>(wrapDirection) + static_cast<int32_t>(direction)) / 2 + 1;
variable
[all...]
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H
A
D
audio_buffer_cache.cpp
28
AudioBufferCache::AudioBufferCache(std::shared_ptr<DumpBufferWrap>
wrap
)
in AudioBufferCache()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
flex_model_impl.cpp
59
auto
wrap
= AceType::DynamicCast<WrapComponent>(mainComponent);
in SetFlexWidth()
local
79
auto
wrap
= AceType::DynamicCast<WrapComponent>(mainComponent);
in SetFlexHeight()
local
93
auto
wrap
= AceType::DynamicCast<WrapComponent>(component);
in SetJustifyContent()
local
107
auto
wrap
= AceType::DynamicCast<WrapComponent>(component);
SetAlignItems()
local
117
auto
wrap
= AceType::DynamicCast<WrapComponent>(component);
SetAlignContent()
local
126
auto
wrap
= AceType::DynamicCast<WrapComponent>(component);
SetWrapDirection()
local
153
auto
wrap
= AceType::DynamicCast<WrapComponent>(component);
SetWrapMainAlignment()
local
171
auto
wrap
= AceType::DynamicCast<WrapComponent>(component);
SetWrapCrossAlignment()
local
180
auto
wrap
= AceType::DynamicCast<WrapComponent>(component);
SetWrapAlignment()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
flex_modifier.cpp
69
int
wrap
= options[NUM_1];
in SetFlexOptions()
local
/foundation/resourceschedule/ffrt/src/eu/
H
A
D
worker_thread.h
160
auto
wrap
= [&](Args&&... args) {
in Start()
local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_utils.cpp
109
std::string ObexUtils::ToDebugString(const uint8_t *v, const size_t &s, bool
wrap
)
in ToDebugString()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H
A
D
list_lanes_layout_algorithm.cpp
154
auto
wrap
= layoutWrapper->GetOrCreateChildByIndex(currentIndex - i);
in LayoutALineForward()
local
211
auto
wrap
= layoutWrapper->GetOrCreateChildByIndex(currentIndex + i);
in LayoutALineBackward()
local
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H
A
D
render_wrap.cpp
38
const RefPtr<WrapComponent>
wrap
= AceType::DynamicCast<WrapComponent>(component);
in Update()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H
A
D
dialog_component.cpp
348
auto
wrap
= AceType::MakeRefPtr<WrapComponent>(wrapChildren);
in BuildActions()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H
A
D
arkoala_api.h
498
ArkUI_Int32
wrap
;
member
Completed in 28 milliseconds