Searched refs:pageSize (Results 1 – 9 of 9) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-39665/ |
D | poc.cpp | 42 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/ |
D | MediaBrowserTest.java | 332 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 …]
|
D | MediaBrowserServiceTest.java | 207 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/ |
D | MemoryConsumerService.java | 88 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/ |
D | PickerProviderMediaGenerator.java | 96 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/ |
D | CloudProviderSecondary.java | 53 queryExtras.mimeType, queryExtras.sizeBytes, queryExtras.pageSize); in onQueryMedia()
|
D | CloudProviderPrimary.java | 68 queryExtras.mimeType, queryExtras.sizeBytes, queryExtras.pageSize); in onQueryMedia()
|
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
D | GlobalSearchSessionCtsTestBase.java | 327 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/ |
D | test-current.txt | 1425 field public long pageSize;
|