/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PhoneSizeSpecSourceTest.java | 132 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 D | UserIconsTest.java | 41 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.md | 30 ### expectedSize subsection
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | ColorSpace.java | 105 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 D | adapter_test.cpp | 121 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 D | InputMethodSubtypeArray.java | 218 private static byte[] decompress(final byte[] data, final int expectedSize) { in decompress()
|
/ohos5.0/drivers/peripheral/clearplay/hdi_service/common/ |
H A D | data_parser.cpp | 39 uint32_t expectedSize = initData.size(); in ParsePssh() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/ |
H A D | KeyRemapperTests.kt | 132 val expectedSize = REMAPPABLE_KEYS.size regex
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/animation/scene/ |
H A D | SceneTransitionLayoutTest.kt | 285 val expectedSize = 100.dp + (150.dp - 100.dp) * interpolatedProgress regex
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | HwParcel.java | 630 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 D | AssistStructureTest.java | 138 private void assertStructureWithManySmallViews(AssistStructure structure, int expectedSize) { in assertStructureWithManySmallViews()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraTestUtils.java | 1453 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 D | paste_data_entry.cpp | 184 size_t expectedSize = 0; in Count() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | file_metadata_stream.cpp | 87 ssize_t expectedSize) in HandleFileError()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuitemgroup_test_ng.cpp | 274 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 D | cdc_ether.c | 748 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 D | usb_net_host.c | 341 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 D | usb_serial_rawapi.c | 1038 …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 D | DownloadManagerBaseTest.java | 474 long expectedSize = getBytesDownloaded(id) + bytesToReceive; in waitToReceiveData() local
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/ |
H A D | videoenc_api11_sample.cpp | 338 uint32_t VEncAPI11FuzzSample::ReturnZeroIfEOS(uint32_t expectedSize) in ReturnZeroIfEOS()
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/ |
H A D | videoenc_sample.cpp | 286 uint32_t VEncFuzzSample::ReturnZeroIfEOS(uint32_t expectedSize) in ReturnZeroIfEOS()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_HwParcel.cpp | 1002 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 D | tester_common.cpp | 444 #define RETURN_ZERO_IF_EOS(expectedSize) \ argument
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | RemoteViewsTest.java | 152 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 D | distributeddb_interfaces_data_operation_test.cpp | 2308 …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
|