Home
last modified time | relevance | path

Searched defs:expectedSize (Results 1 – 25 of 42) sorted by relevance

12

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPhoneSizeSpecSourceTest.java132 Size expectedSize = expectedSizesEntry.getValue(); in forEveryTestCaseCheck() local
197 Size expectedSize = new Size(338, 601); in testGetSizeForAspectRatio_noOverrideMinSize() local
209 Size expectedSize = new Size(40, 71); in testGetSizeForAspectRatio_withOverrideMinSize() local
/aosp14/frameworks/base/tests/Internal/src/com/android/internal/util/
H A DUserIconsTest.java41 int expectedSize = res.getDimensionPixelSize(R.dimen.user_icon_size); in convertToBitmapAtUserIconSize_sizeIsCorrect() local
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_alloc_info_v10.md30 ### expectedSize subsection
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DColorSpace.java105 private static void expectInputSize(ByteBuffer input, int expectedSize) { in expectInputSize()
113 private static void expectOutputSize(ByteBuffer output, int expectedSize) { in expectOutputSize()
/ohos5.0/base/hiviewdfx/hilog/test/moduletest/common/
H A Dadapter_test.cpp121 static const std::array<size_t, 7> expectedSize = {0, size, size, size, size, size, 0}; variable
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtypeArray.java218 private static byte[] decompress(final byte[] data, final int expectedSize) { in decompress()
/ohos5.0/drivers/peripheral/clearplay/hdi_service/common/
H A Ddata_parser.cpp39 uint32_t expectedSize = initData.size(); in ParsePssh() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DKeyRemapperTests.kt132 val expectedSize = REMAPPABLE_KEYS.size regex
/aosp14/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/animation/scene/
H A DSceneTransitionLayoutTest.kt285 val expectedSize = 100.dp + (150.dp - 100.dp) * interpolatedProgress regex
/aosp14/frameworks/base/core/java/android/os/
H A DHwParcel.java630 public native final HwBlob readBuffer(long expectedSize); in readBuffer()
647 long expectedSize, long parentHandle, long offset, in readEmbeddedBuffer()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java138 private void assertStructureWithManySmallViews(AssistStructure structure, int expectedSize) { in assertStructureWithManySmallViews()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java1453 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateYuvData() local
1468 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateRaw16Data() local
1506 int expectedSize = width * height * ImageFormat.getBitsPerPixel(format) / 8; in validateDepth16Data() local
1821 public static void basicValidateJpegImage(Image image, Size expectedSize) { in basicValidateJpegImage()
1850 public static void verifyJpegKeys(Image image, CaptureResult captureResult, Size expectedSize, in verifyJpegKeys()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_entry.cpp184 size_t expectedSize = 0; in Count() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dfile_metadata_stream.cpp87 ssize_t expectedSize) in HandleFileError()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitemgroup_test_ng.cpp274 auto expectedSize = SizeF(MENU_ITEM_SIZE_WIDTH, MENU_ITEM_SIZE_HEIGHT * 3); variable
350 auto expectedSize = SizeF(MENU_ITEM_SIZE_WIDTH, MENU_ITEM_SIZE_HEIGHT * 3); variable
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c748 unsigned int currentSize, uint32_t expectedSize) in EcmNotificationAndRequest()
779 uint32_t expectedSize = sizeof(struct UsbCdcNotification) + LE16_TO_CPU(dr->wLength); in EcmCtrlIrq() local
H A Dusb_net_host.c341 struct UsbnetHost *usbNet, unsigned int currentSize, unsigned int expectedSize) in UsbnetHostNotificationBufferProcess()
403 unsigned int expectedSize = 0; in UsbnetHostReqCallback() local
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c1038 …uct UsbRawRequest *req, struct AcmDevice *acm, unsigned int currentSize, unsigned int expectedSize) in AcmNotificationBufferProcess()
1080 unsigned int expectedSize = 0; in AcmNotifyReqCallback() local
/aosp14/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java474 long expectedSize = getBytesDownloaded(id) + bytesToReceive; in waitToReceiveData() local
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp338 uint32_t VEncAPI11FuzzSample::ReturnZeroIfEOS(uint32_t expectedSize) in ReturnZeroIfEOS()
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.cpp286 uint32_t VEncFuzzSample::ReturnZeroIfEOS(uint32_t expectedSize) in ReturnZeroIfEOS()
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_HwParcel.cpp1002 jlong expectedSize) { in JHwParcel_native_readBuffer()
1025 JNIEnv *env, jobject thiz, jlong expectedSize, in JHwParcel_native_readEmbeddedBuffer()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.cpp444 #define RETURN_ZERO_IF_EOS(expectedSize) \ argument
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DRemoteViewsTest.java152 int expectedSize = getParcelSize(original) + getParcelSize(child); in parcelSize_nestedViews() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_operation_test.cpp2308 …heckResultSize(KvStoreResultSet *resultSet, const std::vector<Key> &expectedKeys, int expectedSize) in CheckResultSize()
2384 …int expectedSize = (keys.size() >= limitNum) ? static_cast<int>(limitNum) : static_cast<int>(keys.… variable

12