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:sizeVal
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
chart_component.cpp
970
char*
sizeVal
= JerryMallocStringProperty(obj, styleName, len);
in GetSizeVal()
local
971
if (
sizeVal
== nullptr) {
in GetSizeVal()
975
uint16_t size = strtol(
sizeVal
, nullptr, DEC);
in GetSizeVal()
976
ace_free(
sizeVal
);
in GetSizeVal()
977
sizeVal
= nullptr;
in GetSizeVal()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H
A
D
js_span_object.cpp
1386
JSRef<JSVal>
sizeVal
= leadingMarginObject->GetProperty("size");
in ParseLeadingMarginPixelMap()
local
1387
if (!
sizeVal
->IsUndefined() &&
sizeVal
->IsArray()) {
in ParseLeadingMarginPixelMap()
1388
auto rangeArray = JSRef<JSArray>::Cast(
sizeVal
);
in ParseLeadingMarginPixelMap()
1402
} else if (
sizeVal
->IsUndefined()) {
in ParseLeadingMarginPixelMap()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_richeditor.cpp
2033
JSRef<JSVal>
sizeVal
= leadingMarginObject->GetProperty("size");
in ParseParagraphStyle()
local
2034
if (!
sizeVal
->IsUndefined() &&
sizeVal
->IsArray()) {
in ParseParagraphStyle()
2035
auto rangeArray = JSRef<JSArray>::Cast(
sizeVal
);
in ParseParagraphStyle()
2044
} else if (
sizeVal
->IsUndefined()) {
in ParseParagraphStyle()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
native_node_test.cpp
793
auto
sizeVal
= nodeAPI->getAttribute(rootNode, NODE_SIZE);
in HWTEST_F()
local
794
EXPECT_EQ(
sizeVal
->value[0].f32, size);
in HWTEST_F()
Completed in 19 milliseconds