/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
|
/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()
|
/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()
|
/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/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/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/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()
|
/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
|
/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()
|
/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
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/ |
H A D | PromptViewModelTest.kt | 110 val expectedSize = regex
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | CameraMetadataTest.java | 1341 android.util.Size expectedSize = new android.util.Size(width, height); in checkStreamConfigurationMapByFormatSize() local
|
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
H A D | BugreportReceiverTest.java | 729 int expectedSize = expectedNumberScreenshots + 1; // All screenshots plus the bugreport file in assertActionSendMultiple() local
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 7050 const uint32_t expectedSize = dtohl(header->header.size) - dtohl(header->header.headerSize); in load() local
|