Home
last modified time | relevance | path

Searched defs:HEADER_SIZE (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DFileConfig.java37 public static final int HEADER_SIZE = 16; field in FileConfig
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/
H A Draw_format_agent.cpp47 constexpr uint32_t HEADER_SIZE = 0; variable
H A Dwbmp_format_agent.cpp36 constexpr uint32_t HEADER_SIZE = 32; variable
H A Dheif_format_agent.cpp34 constexpr uint32_t HEADER_SIZE = 32; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_common.h134 constexpr uint32_t HEADER_SIZE = sizeof(DistributedDB::CommPhyHeader) + sizeof(DistributedDB::CommD… variable
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_result_callback.cpp25 #define HEADER_SIZE (MAX_ENTRIES * 8) /* 10 * (int position + int length) */ macro
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp34 const int HEADER_SIZE = (MAX_ENTRIES * 8); /* 10 * (int position + int length) */ variable