/packages/modules/Virtualization/rialto/ |
D | idmap.S | 28 .set .PAGE_SIZE, .SZ_4K 54 .balign .PAGE_SIZE 60 .balign .PAGE_SIZE, 0 // unmapped 66 .balign .PAGE_SIZE, 0 // unmapped
|
/packages/modules/Virtualization/vmbase/example/src/ |
D | pci.rs | 28 BufferDirection, Error, Hal, PhysAddr, PAGE_SIZE, 135 Layout::from_size_align(pages.checked_mul(PAGE_SIZE).unwrap(), PAGE_SIZE).unwrap(); in dma_alloc() 147 let layout = Layout::from_size_align(pages * PAGE_SIZE, PAGE_SIZE).unwrap(); in dma_dealloc()
|
D | layout.rs | 27 const PAGE_SIZE: usize = 4 << 10; in boot_stack_range() constant 28 layout::stack_range(40 * PAGE_SIZE) in boot_stack_range()
|
/packages/modules/Virtualization/pvmfw/src/ |
D | helpers.rs | 17 use vmbase::memory::{PAGE_SIZE, SIZE_4KB}; 20 pub const PVMFW_PAGE_SIZE: usize = PAGE_SIZE;
|
/packages/modules/Virtualization/vmbase/src/virtio/ |
D | hal.rs | 24 use virtio_drivers::{BufferDirection, Hal, PhysAddr, PAGE_SIZE}; 121 let size = pages.checked_mul(PAGE_SIZE).unwrap(); in dma_layout() 122 Layout::from_size_align(size, PAGE_SIZE).unwrap() in dma_layout()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalMergeAlbum.java | 39 private static final int PAGE_SIZE = 64; field in LocalMergeAlbum 158 if ((i + 1) % PAGE_SIZE == 0) { in getMediaItem() 230 || index < mStartPos || index >= mStartPos + PAGE_SIZE) { in getItem() 240 cache = mBaseSet.getMediaItem(index, PAGE_SIZE); in getItem()
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | Enable16kUtils.java | 37 private static final long PAGE_SIZE = Os.sysconf(OsConstants._SC_PAGESIZE); field in Enable16kUtils 118 return PAGE_SIZE == PAGE_SIZE_16KB; in isUsing16kbPages()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/data/ |
D | MediaProviderClient.kt | 53 PAGE_SIZE("page_size"), in <lambda>() 140 MediaQuery.PAGE_SIZE.key to pageSize, in <lambda>() 186 MediaQuery.PAGE_SIZE.key to pageSize, in <lambda>() 235 MediaQuery.PAGE_SIZE.key to pageSize, in <lambda>()
|
/packages/modules/Virtualization/vmbase/src/ |
D | memory.rs | 29 flush, flushed_zeroize, min_dcache_line_size, page_4kb_of, PAGE_SIZE, SIZE_128KB, SIZE_16KB,
|
/packages/modules/Virtualization/rialto/src/ |
D | main.rs | 53 memory::{MemoryTracker, PageTable, MEMORY, PAGE_SIZE, SIZE_128KB}, 78 page_table.map_data(&layout::stack_range(40 * PAGE_SIZE).into())?; in new_page_table()
|
/packages/modules/Virtualization/vmbase/src/memory/ |
D | shared.rs | 28 Attributes, Descriptor, MemoryRegion as VaRange, VirtualAddress, PAGE_SIZE, 400 return Ok(PAGE_SIZE); in get_granule() 403 granule if granule % PAGE_SIZE == 0 => Ok(granule), // For good measure. in get_granule()
|
D | util.rs | 37 pub const PAGE_SIZE: usize = SIZE_4KB; constant
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ |
D | PickerSyncController.java | 128 public static final int PAGE_SIZE = 1000; field in PickerSyncController 694 queryArgs.putInt(EXTRA_PAGE_SIZE, PAGE_SIZE); in syncAlbumMediaFromProvider() 1745 /*pageSize */ PAGE_SIZE); in SyncRequestParams() 1770 latestMediaCollectionInfo, /*pageSize */ PAGE_SIZE); in forFullMediaWithReset() 1775 latestMediaCollectionInfo, /*pageSize */ PAGE_SIZE); in forFullMedia() 1780 latestMediaCollectionInfo, /*pageSize */ PAGE_SIZE); in forIncremental()
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/ |
D | PickerDbFacade.java | 25 import static com.android.providers.media.photopicker.PickerSyncController.PAGE_SIZE; 480 if (cursor.getCount() > PAGE_SIZE) { in executeInternal() 483 + "with %d rows instead.", PAGE_SIZE, cursor.getCount())); in executeInternal() 1652 if (cursor.getCount() > PAGE_SIZE) { in executeInternal() 1655 + "with %d rows instead.", PAGE_SIZE, cursor.getCount())); in executeInternal()
|
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | FileSystemPermissionTest.java | 412 final BigInteger PAGE_SIZE = new BigInteger("4096"); in mappedPageRanges() local 424 long start = new BigInteger(m.group(1), 16).divide(PAGE_SIZE).longValue(); in mappedPageRanges() 425 long end = new BigInteger(m.group(2), 16).divide(PAGE_SIZE).longValue(); in mappedPageRanges()
|
/packages/providers/MediaProvider/apex/framework/api/ |
D | current.txt | 59 field public static final String EXTRA_PAGE_SIZE = "android.provider.extra.PAGE_SIZE";
|