Home
last modified time | relevance | path

Searched defs:initSize (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddisplay_sync_manager_test.cpp56 int32_t initSize = 0; variable
117 int32_t initSize = 0; variable
207 int32_t initSize = 0; variable
254 int32_t initSize = 0; variable
296 int32_t initSize = 0; variable
340 int32_t initSize = 0; variable
382 int32_t initSize = 0; variable
434 int32_t initSize = 0; variable
488 int32_t initSize = 0; variable
547 int32_t initSize = 0; variable
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPhoneSizeSpecSourceTest.java195 Size initSize = new Size(600, 337); in testGetSizeForAspectRatio_noOverrideMinSize() local
206 Size initSize = new Size(OVERRIDE_MIN_EDGE_SIZE, OVERRIDE_MIN_EDGE_SIZE); in testGetSizeForAspectRatio_withOverrideMinSize() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_buf_item.c35 void *FillpCreateBufItemPool(int poolSize, int initSize, int pktSize) in FillpCreateBufItemPool()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.cpp46 const uint8_t uuid[16], const void *initData, size_t initSize) { in JCrypto()
71 const uint8_t uuid[16], const void *initData, size_t initSize) { in MakeCrypto()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp172 size_t initSize = frames.size(); in UnwindThreadByParseStackIfNeed() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_pcb.c227 …int initSize = (fpcb->fcAlg == FILLP_SUPPORT_ALG_MSG) ? FILLP_MSG_DYMM_INIT_SEND_SIZE : FILLP_DYMM… in InitItemPool() local
299 …int initSize = (fpcb->fcAlg == FILLP_SUPPORT_ALG_MSG) ? FILLP_MSG_DYMM_INIT_RECV_SIZE : FILLP_DYMM… in FillpInitRecvPcbBox() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Ddympool.h57 int initSize; /* Initial size when do create */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c21 DympoolType *DympCreatePool(int initSize, int maxSize, int itemSize, FILLP_BOOL autoExpand, in DympCreatePool()
H A Dspunge_message.c898 void *SpungeMsgCreatePool(int initSize, int maxSize) in SpungeMsgCreatePool()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_transition_effect.cpp196 auto initSize = src->GetLayoutProperty()->GetCalcLayoutConstraint() in CreateSizeAnimation() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java383 final int initSize = Math.min(mWindowBounds.width(), mWindowBounds.height()) / 3; in changeMagnificationSize() local
759 int initSize = Math.min(windowBounds.width(), windowBounds.height()) / 2; in getDefaultWindowSizeWithWindowBounds() local
1339 final int initSize = Math.min(mWindowBounds.width(), mWindowBounds.height()) / 3; in changeMagnificationFrameSize() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java1237 final int initSize = Math.min(bounds.width(), bounds.height()) / 3; in changeMagnificationSize_expectedWindowSize() local