Home
last modified time | relevance | path

Searched defs:maxSize (Results 1 - 25 of 287) sorted by relevance

12345678910>>...12

/base/update/updater/services/script/script_interpreter/
H A Dscript_scanner.cpp22 int Scanner::LexerInput(char *buf, int maxSize) in LexerInput() argument
30 memcpy_s(reinterpret_cast<uint8_t*>(buf), maxSize, data.buffer, readLen); in LexerInput() local
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_string.h35 size_t maxSize; member in OHOS::ACELite::HilogString
H A Dhilog_vector.h40 size_t maxSize; member in OHOS::ACELite::HilogVector
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.h59 static constexpr size_t maxSize = 524288; // 512KB member in OHOS::Idl::StringHelper
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dconstraint_flags.h35 bool maxSize = false; member
/third_party/icu/icu4c/source/tools/gencmn/
H A Dgencmn.c53 uint32_t maxSize; in main() local
/third_party/node/deps/icu-small/source/tools/gencmn/
H A Dgencmn.c53 uint32_t maxSize; in main() local
/third_party/skia/third_party/externals/icu/source/tools/gencmn/
H A Dgencmn.c53 uint32_t maxSize; in main() local
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dstringfilter.cpp93 bool StringFilter::IsValidName(const std::string &text, unsigned int maxSize) in IsValidName() argument
/base/hiviewdfx/hiview/base/event_store/config/include/
H A Devent_store_config.h43 uint32_t maxSize; member
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/
H A Devent_read_handler.h42 int64_t maxSize = 0; member
/base/hiviewdfx/hiview/adapter/service/common/src/
H A Dhiview_file_info.cpp37 const size_t maxSize = 1024; in GetData() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H A Dfaultlog_info_ohos.cpp69 const uint32_t maxSize = 128; in Unmarshalling() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
H A Dapp_event_db_cleaner.cpp75 uint64_t AppEventDbCleaner::ClearSpace(uint64_t curSize, uint64_t maxSize) in ClearSpace() argument
H A Dapp_event_log_cleaner.cpp37 uint64_t AppEventLogCleaner::ClearSpace(uint64_t curSize, uint64_t maxSize) in ClearSpace() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dasync_stack.cpp69 const int32_t maxSize = 16; in CollectAsyncStack() local
/base/hiviewdfx/faultloggerd/test/unittest/async_stack/
H A Dasync_stack_test.cpp110 const int32_t maxSize = 16; in HWTEST_F() local
/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/
H A Dstring_filter.cpp93 bool StringFilter::IsValidName(const std::string &text, unsigned int maxSize) in IsValidName() argument
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Drender_qrcode.cpp68 Size maxSize = layoutParam.GetMaxSize(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_layout_algorithm.cpp45 auto maxSize = contentConstraint.maxSize; in MeasureContent() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_packer_ohos.cpp36 uint32_t ImagePackerOhos::StartPacking(uint8_t* data, uint32_t maxSize, const PackOption& option) in StartPacking() argument
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dimage_packer_preview.cpp29 uint32_t ImagePackerPreview::StartPacking(uint8_t* data, uint32_t maxSize, const PackOption& option) in StartPacking() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_layout_algorithm.cpp37 const auto& maxSize = constraint->maxSize; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_layout_algorithm.cpp56 int32_t maxSize = 0; in IsValidRootLayer() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_algorithm.cpp53 const auto& maxSize = constraint->maxSize; in Measure() local

Completed in 12 milliseconds

12345678910>>...12