Home
last modified time | relevance | path

Searched defs:ARRAY_LENGTH (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dinit_utils.h48 #define ARRAY_LENGTH(array) (sizeof((array)) / sizeof((array)[0])) macro
/ohos5.0/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h40 #define ARRAY_LENGTH (128) macro
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtransform_point_test.cpp35 #define ARRAY_LENGTH(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_test_threadsafe_napi.cpp24 static constexpr int ARRAY_LENGTH = 10; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drosen_render_focus_animation.cpp40 constexpr int32_t ARRAY_LENGTH = 6; variable
/ohos5.0/base/startup/appspawn/util/include/
H A Dappspawn_utils.h80 #define ARRAY_LENGTH(array) (sizeof((array)) / sizeof((array)[0])) macro
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_checkbox_modifier.cpp112 uint32_t ARRAY_LENGTH = 4; // 4: dimension length in SetCheckboxResponseRegion() local
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c55 #define ARRAY_LENGTH(array) (uint32_t)(sizeof(array) / sizeof((array)[0])) macro
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c74 #define ARRAY_LENGTH(array) (uint32_t)(sizeof(array) / sizeof((array)[0])) macro
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js29987 const ARRAY_LENGTH = 2; constant