Home
last modified time | relevance | path

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

12345

/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
/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
/third_party/mesa3d/src/amd/compiler/
H A Daco_reduce_assign.cpp43 unsigned maxSize = 0; in setup_reduce_temp() local
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dinput_test.cpp80 int maxSize = 1; in TEST() local
118 int maxSize = 1; TEST() local
158 size_t maxSize = 5; TEST() local
172 size_t maxSize = 11; TEST() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRingBufferAllocator.cpp31 RingBufferAllocator::RingBufferAllocator(uint64_t maxSize) : mMaxBlockSize(maxSize) { in RingBufferAllocator() argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_clean.cpp60 bool IsStorageSpaceFull(const std::string& dir, uint64_t maxSize) in IsStorageSpaceFull() argument
65 bool ReleaseSomeStorageSpace(const std::string& dir, uint64_t maxSize) in ReleaseSomeStorageSpace() argument
100 auto maxSize = HiAppEventConfig::GetInstance().GetMaxStorageSize(); in CheckStorageSpace() local
/base/hiviewdfx/hiview/plugins/event_store/event_export/config/include/
H A Dexport_config_parser.h52 int64_t maxSize = 0; member
/base/accesscontrol/sandbox_manager/frameworks/test/unittest/
H A Dsandbox_manager_parcel_test.cpp148 uint32_t maxSize = 500; // 500 is max in HWTEST_F() local
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dfp_unwinder_test.cpp51 const size_t maxSize = 32; in HWTEST_F() local
83 const size_t maxSize = 32; in HWTEST_F() local
/third_party/lzma/CPP/Windows/
H A DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureRectangleTest.cpp69 GLint maxSize = 0; in TEST_P() local
159 GLint maxSize = 0; in TEST_P() local
[all...]

Completed in 7 milliseconds

12345