Home
last modified time | relevance | path

Searched defs:maxSize (Results 26 - 50 of 287) sorted by relevance

12345678910>>...12

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_cache.h35 static constexpr size_t maxSize = 600 * 1024 * 1024; // NOLINT member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dgif_encoder_test.cpp56 auto maxSize = 10; in HWTEST_F() local
154 auto maxSize = 10; in HWTEST_F() local
H A Dwebp_encoder_test.cpp58 auto maxSize = 10; in HWTEST_F() local
156 auto maxSize = 10; in HWTEST_F() local
184 auto maxSize = 10; in HWTEST_F() local
212 auto maxSize = 10; in HWTEST_F() local
242 auto maxSize = 10; in HWTEST_F() local
271 auto maxSize = 10; HWTEST_F() local
299 auto maxSize = 10; HWTEST_F() local
327 auto maxSize = 10; HWTEST_F() local
355 auto maxSize = 10; HWTEST_F() local
383 auto maxSize = 10; HWTEST_F() local
411 auto maxSize = 10; HWTEST_F() local
439 auto maxSize = 10; HWTEST_F() local
467 auto maxSize = 10; HWTEST_F() local
495 auto maxSize = 10; HWTEST_F() local
523 auto maxSize = 10; HWTEST_F() local
550 auto maxSize = 10; HWTEST_F() local
578 auto maxSize = 10; HWTEST_F() local
606 auto maxSize = 10; HWTEST_F() local
633 auto maxSize = 10; HWTEST_F() local
660 auto maxSize = 10; HWTEST_F() local
687 auto maxSize = 10; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dbuffer_packer_stream.cpp30 BufferPackerStream::BufferPackerStream(uint8_t *outputData, uint32_t maxSize) in BufferPackerStream() argument
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_supplicant.c74 int maxSize = 0; in RpcRequestToSupplicant() local
/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
/foundation/CastEngine/castengine_wifi_display/services/event/
H A Dtaskpool.h43 virtual inline void SetMaxTaskNum(const size_t maxSize) in SetMaxTaskNum() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_algorithm_test.cpp706 SizeF maxSize; in HWTEST_F() local
721 SizeF maxSize; in HWTEST_F() local
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dfixed_size_list.h78 size_t maxSize; member in OHOS::CameraStandard::FixedSizeList
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/stream_test/
H A Dbuffer_packer_stream_test.cpp63 uint32_t maxSize = MAXSIZE; in HWTEST_F() local
92 uint32_t maxSize = MAXSIZE; in HWTEST_F() local
121 uint32_t maxSize = MAXSIZE; in HWTEST_F() local
150 uint32_t maxSize = MAXSIZE; in HWTEST_F() local
177 uint32_t maxSize = MAXSIZE; in HWTEST_F() local
[all...]
/foundation/multimedia/av_session/services/session/server/test/
H A Davrouter_test.cpp151 uint32_t maxSize = 10; in HWTEST_F() local
168 uint32_t maxSize = 10; in HWTEST_F() local
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dstatic_configuration.cpp40 bool StaticConfiguration::MarshallingNetAddressList(const std::vector<INetAddr> &netAddrList, uint32_t maxSize, in MarshallingNetAddressList() argument
75 UnmarshallingNetAddressList(Parcel &parcel, std::vector<INetAddr> &netAddrList, uint32_t maxSize) UnmarshallingNetAddressList() argument
/third_party/lzma/CPP/Windows/
H A DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Drender_container_modal.cpp97 auto maxSize = GetLayoutParam().GetMaxSize(); in PerformLayout() local
107 auto maxSize = GetLayoutParam().GetMaxSize(); in ContainerBoxLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Drender_navigator.cpp111 Size maxSize = innerLayout.GetMaxSize(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_layout_algorithm.cpp28 const auto& maxSize = layoutConstraint->maxSize; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.cpp69 Size maxSize = GetLayoutParam().GetMaxSize(); in Measure() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dlink_stack.h73 explicit LinkStack(uint32_t maxSize) : maxSize_(maxSize) in LinkStack() argument
H A Dlink_queue.h62 explicit LinkQueue(uint32_t maxSize) : maxSize_(maxSize) in LinkQueue() argument

Completed in 14 milliseconds

12345678910>>...12