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:IsPercentStr
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_select.h
31
static bool
IsPercentStr
(std::string& percent);
H
A
D
js_select.cpp
701
bool JSSelect::
IsPercentStr
(std::string& percent)
in IsPercentStr()
function in OHOS::OHOS::Ace::Framework::JSSelect
725
} else if (
IsPercentStr
(modeFlag)) {
in SetOptionWidth()
751
if (
IsPercentStr
(modeFlag)) {
in SetOptionHeight()
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H
A
D
canvas_test_ng.cpp
59
* @tc.desc: Test the function '
IsPercentStr
' of the class 'CustomPaintPaintMethod'.
72
* @tc.steps2: Call the function
IsPercentStr
with percent string.
in HWTEST_F()
78
EXPECT_TRUE(paintMethod->
IsPercentStr
(percentStr));
in HWTEST_F()
82
* @tc.steps3: Call the function
IsPercentStr
with non-percent string.
in HWTEST_F()
86
EXPECT_FALSE(paintMethod->
IsPercentStr
(nonPercentStr));
in HWTEST_F()
H
A
D
canvas_custom_paint_method_test_ng.cpp
384
* @tc.desc: Test the function '
IsPercentStr
' of the class 'CustomPaintPaintMethod'.
396
* @tc.steps2: Call the function
IsPercentStr
.
in HWTEST_F()
400
EXPECT_TRUE(paintMethod->
IsPercentStr
(percentStr1));
in HWTEST_F()
404
EXPECT_FALSE(paintMethod->
IsPercentStr
(percentStr2));
in HWTEST_F()
408
EXPECT_FALSE(paintMethod->
IsPercentStr
(percentStr3));
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H
A
D
rosen_render_offscreen_canvas.h
201
bool
IsPercentStr
(std::string& percentStr);
H
A
D
rosen_render_offscreen_canvas.cpp
2733
bool RosenRenderOffscreenCanvas::
IsPercentStr
(std::string& percent)
in UpdateTextStyleForeground()
function in OHOS::Ace::RosenRenderOffscreenCanvas
2781
bool hasPercent =
IsPercentStr
(percentage);
in UpdateTextStyleForeground()
2803
bool hasPercent =
IsPercentStr
(percentage);
in UpdateTextStyleForeground()
2830
bool hasPercent =
IsPercentStr
(percent);
in UpdateTextStyleForeground()
2848
bool hasPercent =
IsPercentStr
(percent);
in UpdateTextStyleForeground()
2865
bool hasPercent =
IsPercentStr
(perStr);
in UpdateTextStyleForeground()
2886
bool hasPercent =
IsPercentStr
(perStr);
in UpdateTextStyleForeground()
2929
bool hasPercent =
IsPercentStr
(percent);
in UpdateTextStyleForeground()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
custom_paint_paint_method.h
343
bool
IsPercentStr
(std::string& percentStr);
H
A
D
custom_paint_paint_method.cpp
1736
bool CustomPaintPaintMethod::
IsPercentStr
(std::string& percent)
in IsPercentStr()
function in OHOS::Ace::NG::CustomPaintPaintMethod
1794
bool hasPercent =
IsPercentStr
(percentage);
in PercentStrToFloat()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_utils.h
155
static bool
IsPercentStr
(std::string& percent)
in IsPercentStr()
function in OHOS::OHOS::Ace::NG::ResourceType::ArkTSUtils
H
A
D
arkts_native_select_bridge.cpp
550
} else if (ArkTSUtils::
IsPercentStr
(modeFlag)) {
in SetOptionWidth()
590
if (ArkTSUtils::
IsPercentStr
(modeFlag)) {
in SetOptionHeight()
Completed in 17 milliseconds