Home
last modified time | relevance | path

Searched defs:maxSize (Results 201 - 225 of 288) sorted by relevance

12345678910>>...12

/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_p2p.c849 int maxSize = 0; in RpcP2pGetFrequencies() local
H A Dwifi_hal_crpc_sta.c109 int maxSize = 0; in RpcGetScanInfos() local
320 int maxSize = 0; in RpcGetDeviceMacAddress() local
350 int maxSize = 0; RpcGetFrequencies() local
379 int maxSize = 0; RpcSetAssocMacAddr() local
411 int maxSize = 0; RpcSetScanningMacAddress() local
439 int maxSize = 0; RpcDeauthLastRoamingBssid() local
891 int maxSize = 0; RpcGetNetworkList() local
[all...]
/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp257 int maxSize = 0; in SendRawFrame() local
378 int TagSession::GetMaxTransceiveLength(int technology, int &maxSize) in GetMaxTransceiveLength() argument
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp1028 int64_t maxSize = 512 * 1024; in HWTEST_F() local
1063 int64_t maxSize = 512 * 1024; in HWTEST_F() local
1101 int64_t maxSize = 512 * 1024; in HWTEST_F() local
1923 int64_t maxSize = 512 * 1024; in HWTEST_F() local
1962 int64_t maxSize = 512 * 1024; in HWTEST_F() local
2002 int64_t maxSize = 512 * 1024; HWTEST_F() local
2149 int64_t maxSize = 512 * 1024; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_arg.cpp585 size_t maxSize = bufferDataArg->GetBufferLength() - srcOffset * formatMap->bytesPrePixel; in DecodeImageData() local
/test/xts/acts/graphic/graphicnapitest/
H A DNativeWindowTest.cpp1102 int32_t maxSize = -1; in HWTEST_F() local
/third_party/mesa3d/src/glx/
H A Dglxext.c1111 GLint maxSize; in __glXSendLargeCommand() local
H A Dindirect_vertex_array.c629 const size_t maxSize = (gc->bufSize + sz_xGLXRenderReq) in emit_DrawArrays_header_old() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateMiscTests.cpp201 const auto& maxSize = fsrProperties.maxFragmentShadingRateAttachmentTexelSize; in testEnableDisable() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureMultisampleTest.cpp331 GLint maxSize = 0; in TEST_P() local
/third_party/skia/src/gpu/ops/
H A DSmallPathRenderer.cpp700 SkScalar maxSize = maxDim * SkScalarAbs(scaleFactors[1]); in onCanDrawPath() local
/third_party/skia/src/core/
H A DSkBlockAllocator.h551 int maxSize = (flags & kIgnoreGrowthPolicy_Flag) ? blockSize in reserve() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp393 const int maxSize = de::max(size.x(), size.y()); in getLevelCount() local
399 const int maxSize = de::max(size.x(), de::max(size.y(), size.z())); in getLevelCount() local
H A Des31fNegativeBufferApiTests.cpp1202 int maxSize = 0x1234; in framebuffer_texture2d() local
1299 GLint maxSize = 0x1234; in renderbuffer_storage() local
1798 GLint maxSize = 0x1234; renderbuffer_storage_multisample() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp433 const int maxSize = 32*1024; in iterate() local
665 const int maxSize = 65536; in init() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp433 const int maxSize = 32*1024; in iterate() local
665 const int maxSize = 65536; in init() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item_group.cpp91 Size maxSize; in MakeInnerLayoutParam() local
H A Dlist_layout_manager.cpp71 Size maxSize; in MakeInnerLayoutParam() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp105 auto maxSize = layoutConstraint->maxSize; in Measure() local
129 void DialogLayoutAlgorithm::UpdateChildMaxSizeHeight(SizeT<float>& maxSize) in UpdateChildMaxSizeHeight() argument
281 auto maxSize = innerLayout.maxSize; ComputeInnerLayoutSizeParam() local
356 auto maxSize = innerLayout.maxSize; ComputeInnerLayoutParam() local
704 auto maxSize = isHostWindowAlign ? hostWindowRect_.GetSize() : layoutConstraint->maxSize; ComputeChildPosition() local
742 CaculateMaxSize(SizeF& maxSize) CaculateMaxSize() argument
757 SetAlignmentSwitch(SizeF& maxSize, const SizeF& childSize, OffsetF& topLeftPoint) SetAlignmentSwitch() argument
807 SetAlignmentSwitchLessThanAPITwelve(const SizeF& maxSize, const SizeF& childSize, OffsetF& topLeftPoint) SetAlignmentSwitchLessThanAPITwelve() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp333 Size maxSize = GetLayoutParam().GetMaxSize().IsInfinite() ? viewPort_ : GetLayoutParam().GetMaxSize(); in UpdateButton() local
447 Size maxSize = GetLayoutParam().GetMaxSize().IsInfinite() ? viewPort_ : GetLayoutParam().GetMaxSize(); in PerformLayout() local
497 auto maxSize = GetLayoutParam().GetMaxSize().IsInfinite() ? viewPort_ : GetLayoutParam().GetMaxSize(); in LayoutButton() local
523 Size maxSize = GetLayoutParam().GetMaxSize().IsInfinite() ? viewPort_ : GetLayoutParam().GetMaxSize(); LayoutProgress() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp379 auto maxSize = GetLayoutParam().GetMaxSize(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_pattern.cpp216 auto maxSize = host->GetGeometryNode()->GetFrameSize(); in InitializeLayoutProps() local
257 auto maxSize = host->GetGeometryNode()->GetFrameSize(); FirstLayout() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp285 auto maxSize = SizeF(WIDTH_B, WIDTH_C); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_test_ng.cpp2745 auto maxSize = SizeF(10.0f, 10.0f); in HWTEST_F() local
2934 auto maxSize = SizeF(10.0f, 10.0f); in HWTEST_F() local
2986 auto maxSize = SizeF(10.0f, 10.0f); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.cpp69 auto maxSize = in MeasureChild() local

Completed in 53 milliseconds

12345678910>>...12