Home
last modified time | relevance | path

Searched defs:VALUES (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/data_panel/
H A Ddata_panel_test_ng.cpp39 const std::vector<double> VALUES = { 1.0, 2.0, 3.0, 4.0 }; variable
1016 std::vector<double> VALUES = { 10.0f, 10.0f }; variable
1052 std::vector<double> VALUES = { 0.001f, 20.0f }; variable
1120 std::vector<double> VALUES = { 10.0f, 10.0f }; variable
1174 std::vector<double> VALUES = { -5.0f, 0.0f }; variable
1208 std::vector<double> VALUES = { 0.0001f, 5.0f }; variable
1240 std::vector<double> VALUES = { 0.0001f, 5.0f }; variable
H A Ddata_panel_content_modifier_test_ng.cpp42 const std::vector<double> VALUES = { 1.0, 2.0, 3.0, 4.0 }; variable
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h59 VALUES = 0, enumerator
H A Dglobal_utils.h41 VALUES = 0, enumerator
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestJsonHelper.cpp32 constexpr char const *VALUES = "values"; variable
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h79 VALUES = 0, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp61 constexpr const char *VALUES = " VALUES "; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/
H A Dgauge_test_ng.cpp70 const std::vector<float> VALUES = { 1.0f, 1.5f, 2.0f }; variable