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:ZERO
(Results
1 - 25
of
74
) sorted by relevance
1
2
3
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H
A
D
mac_address.h
23
constexpr int
ZERO
= 0;
variable
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H
A
D
n_func_arg.h
24
ZERO
= 0,
enumerator
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H
A
D
timepicker_row_accessibility_property.cpp
28
const std::string
ZERO
= "0";
member
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H
A
D
napi_func_arg.h
25
ZERO
= 0,
enumerator
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H
A
D
IntfMetadataTest.cpp
29
const int
ZERO
= 0; // test value for Set/Get function
member
131
ASSERT_EQ(GetValue<float>(gp, "First"),
ZERO
);
in TestGetSetValue()
local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
env_impl.cpp
29
static constexpr Math::Vec4
ZERO
= Math::Vec4(0.0f, 0.0f, 0.0f, 0.0f);
member
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H
A
D
rs_interpolating_spring_animation.cpp
61
constexpr float
ZERO
= 0.0f;
in SetZeroThreshold()
local
H
A
D
rs_spring_animation.cpp
62
constexpr float
ZERO
= 0.0f;
in SetZeroThreshold()
local
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H
A
D
n_func_arg.h
30
ZERO
= 0,
enumerator
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H
A
D
search_base.h
70
constexpr float
ZERO
= 0.0f;
member
H
A
D
search_decoration_test_ng.cpp
68
constexpr float
ZERO
= 0.0f;
member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H
A
D
rs_vector3.h
62
static const Vector3
ZERO
;
member in OHOS::Rosen::Vector3
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H
A
D
hgm_one_shot_timer.cpp
27
constexpr auto
ZERO
= std::chrono::steady_clock::duration::zero();
member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H
A
D
n_func_arg.h
27
ZERO
= 0,
enumerator
/foundation/multimodalinput/input/util/common/include/
H
A
D
mmi_vector3.h
61
static const Vector3
ZERO
;
member in OHOS::MMI::Vector3
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H
A
D
data_ability_operation_test.cpp
34
const int32_t
ZERO
= 0;
member
/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H
A
D
ability_delegator_module_test.cpp
64
const int
ZERO
= 0;
member
/foundation/ability/ability_runtime/test/unittest/cj_ability_delegator_test/
H
A
D
cj_ability_delegator_test.cpp
54
const int
ZERO
= 0;
member
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H
A
D
base_animation_bridge.cpp
26
constexpr Dimension
ZERO
= 0.0_pct;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H
A
D
dragBar_pattern_test_ng.cpp
46
constexpr float
ZERO
= 0.0f;
member
H
A
D
close_icon_pattern_test_ng.cpp
43
constexpr float
ZERO
= 0.0f;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/old_cases/
H
A
D
relative_container_testtwo_ng.cpp
45
const float
ZERO
= 0.0f;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/stack/old_cases/
H
A
D
stack_test_ng.cpp
36
constexpr float
ZERO
= 0.0f;
member
[all...]
/foundation/arkui/ace_engine/test/unittest/core/layout/
H
A
D
box_layout_algorithm_test_ng.cpp
52
const float
ZERO
= 0.0f;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/
H
A
D
flex_new_test_ng.cpp
30
const float
ZERO
= 0.0f;
member
Completed in 17 milliseconds
1
2
3