| /foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
| H A D | wifi_hal_crpc_p2p.c | 849 int maxSize = 0; in RpcP2pGetFrequencies() local
|
| H A D | wifi_hal_crpc_sta.c | 109 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 D | tag_session.cpp | 257 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 D | udmf_client_test.cpp | 1028 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 D | webgl_arg.cpp | 585 size_t maxSize = bufferDataArg->GetBufferLength() - srcOffset * formatMap->bytesPrePixel; in DecodeImageData() local
|
| /test/xts/acts/graphic/graphicnapitest/ |
| H A D | NativeWindowTest.cpp | 1102 int32_t maxSize = -1; in HWTEST_F() local
|
| /third_party/mesa3d/src/glx/ |
| H A D | glxext.c | 1111 GLint maxSize; in __glXSendLargeCommand() local
|
| H A D | indirect_vertex_array.c | 629 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 D | vktFragmentShadingRateMiscTests.cpp | 201 const auto& maxSize = fsrProperties.maxFragmentShadingRateAttachmentTexelSize; in testEnableDisable() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TextureMultisampleTest.cpp | 331 GLint maxSize = 0; in TEST_P() local
|
| /third_party/skia/src/gpu/ops/ |
| H A D | SmallPathRenderer.cpp | 700 SkScalar maxSize = maxDim * SkScalarAbs(scaleFactors[1]); in onCanDrawPath() local
|
| /third_party/skia/src/core/ |
| H A D | SkBlockAllocator.h | 551 int maxSize = (flags & kIgnoreGrowthPolicy_Flag) ? blockSize in reserve() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fCopyImageTests.cpp | 393 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 D | es31fNegativeBufferApiTests.cpp | 1202 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 D | es2fBufferWriteTests.cpp | 433 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 D | es3fBufferWriteTests.cpp | 433 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 D | render_list_item_group.cpp | 91 Size maxSize; in MakeInnerLayoutParam() local
|
| H A D | list_layout_manager.cpp | 71 Size maxSize; in MakeInnerLayoutParam() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
| H A D | dialog_layout_algorithm.cpp | 105 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 D | render_stepper.cpp | 333 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 D | render_image.cpp | 379 auto maxSize = GetLayoutParam().GetMaxSize(); in PerformLayout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
| H A D | sliding_panel_pattern.cpp | 216 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 D | dialog_test_ng.cpp | 285 auto maxSize = SizeF(WIDTH_B, WIDTH_C); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
| H A D | overlay_manager_test_ng.cpp | 2745 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 D | select_overlay_layout_algorithm.cpp | 69 auto maxSize = in MeasureChild() local
|