Home
last modified time | relevance | path

Searched refs:pageSize (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-39665/
Dpoc.cpp42 size_t pageSize = sysconf(_SC_PAGE_SIZE); in malloc() local
43 void *ptr = memalign(pageSize, pageSize); in malloc()
44 mprotect(ptr, pageSize, PROT_NONE); in malloc()
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaBrowserTest.java332 final int pageSize = 3; in testSubscribeWithOptions() local
333 final int lastPage = (StubMediaBrowserService.MEDIA_ID_CHILDREN.length - 1) / pageSize; in testSubscribeWithOptions()
335 options.putInt(MediaBrowser.EXTRA_PAGE_SIZE, pageSize); in testSubscribeWithOptions()
350 assertThat(mSubscriptionCallback.mLastChildMediaItems).hasSize(pageSize); in testSubscribeWithOptions()
354 % pageSize + 1); in testSubscribeWithOptions()
361 page, pageSize, lastChildMediaItemsCount); in testSubscribeWithOptions()
411 final int pageSize = 5; in testSubscribeInvalidItemWithOptions() local
414 options.putInt(MediaBrowser.EXTRA_PAGE_SIZE, pageSize); in testSubscribeInvalidItemWithOptions()
430 .isEqualTo(pageSize); in testSubscribeInvalidItemWithOptions()
481 final int pageSize = 1; in testUnsubscribeForMultipleSubscriptions() local
[all …]
DMediaBrowserServiceTest.java207 final int pageSize = 5; in testNotifyChildrenChangedWithPagination() local
210 options.putInt(MediaBrowser.EXTRA_PAGE_SIZE, pageSize); in testNotifyChildrenChangedWithPagination()
226 final int overlappingNewPage = pageSize * page / newPageSize; in testNotifyChildrenChangedWithPagination()
237 nonOverlappingOptions.putInt(MediaBrowser.EXTRA_PAGE_SIZE, pageSize); in testNotifyChildrenChangedWithPagination()
/cts/tests/app/AppExitTest/src/android/app/cts/
DMemoryConsumerService.java88 final int pageSize = 4096; in fillUpMemoryAndCheck() local
115 for (int j = 0; j < oneMb; j += pageSize) { in fillUpMemoryAndCheck()
/cts/tests/PhotoPicker/src/android/photopicker/cts/
DPickerProviderMediaGenerator.java96 int pageSize) { in getMedia() argument
100 pageSize > -1)); in getMedia()
435 public final int pageSize; field in PickerProviderMediaGenerator.QueryExtras
446 pageSize = bundle.getInt(CloudMediaProviderContract.EXTRA_PAGE_SIZE, -1); in QueryExtras()
/cts/tests/PhotoPicker/src/android/photopicker/cts/cloudproviders/
DCloudProviderSecondary.java53 queryExtras.mimeType, queryExtras.sizeBytes, queryExtras.pageSize); in onQueryMedia()
DCloudProviderPrimary.java68 queryExtras.mimeType, queryExtras.sizeBytes, queryExtras.pageSize); in onQueryMedia()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DGlobalSearchSessionCtsTestBase.java327 int pageSize = 7; in testGlobalQuery_getNextPage() local
333 .setResultCountPerPage(pageSize) in testGlobalQuery_getNextPage()
355 int expectedPages = (int) Math.ceil(totalDocuments * 1.0 / pageSize) + 1; in testGlobalQuery_getNextPage()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dtest-current.txt1425 field public long pageSize;