/ohos5.0/base/security/asset/test/unittest/common/inc/ |
H A D | asset_test_common.h | 29 #define ARRAY_SIZE(arr) ((sizeof(arr)) / (sizeof((arr)[0]))) macro
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_result_test.cpp | 27 constexpr int ARRAY_SIZE = 1030; variable
|
/ohos5.0/base/security/asset/services/crypto_manager/src/ |
H A D | huks_wrapper.h | 30 #define ARRAY_SIZE(arr) ((sizeof(arr)) / (sizeof((arr)[0]))) macro
|
/ohos5.0/commonlibrary/utils_lite/include/ |
H A D | ohos_types.h | 72 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | drawbitmaprect.cpp | 110 const size_t ARRAY_SIZE = sizeof(arrayRect) / sizeof(arrayRect[0]); in OnTestFunction() local
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_defines.h | 20 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | pubdef.h | 43 #define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a[0]))) macro
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | drm_device.h | 34 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_chart_unit_test.cpp | 24 const uint16_t ARRAY_SIZE = 5; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_utils_bridge.cpp | 31 constexpr uint32_t ARRAY_SIZE = 2; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributeddb_schema_test_tools.h | 28 const static int ARRAY_SIZE = 3; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_def.h | 82 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/ |
H A D | accessibility_property_test_ng.cpp | 41 const size_t ARRAY_SIZE = 1; variable
|
/ohos5.0/base/update/sys_installer_lite/frameworks/source/updater/ |
H A D | hota_updater.c | 41 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_client/ |
H A D | wifi_client.cpp | 26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | dumpcatcher_system_test.cpp | 66 static const int ARRAY_SIZE = 100; variable
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_types.h | 33 inline constexpr size_t ARRAY_SIZE = 1024; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_particle.cpp | 44 constexpr int32_t ARRAY_SIZE = 2; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 97 constexpr int32_t ARRAY_SIZE = 3; variable
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 107 constexpr uint32_t ARRAY_SIZE = 3; variable
|