/external/f2fs-tools/fsck/ |
node.h | 21 #define ADDRS_PER_PAGE(page) \ 22 (IS_INODE(page) ? ADDRS_PER_INODE(&page->i) : ADDRS_PER_BLOCK) 66 ALLOC_NODE, /* allocate a new node page if needed */
|
/external/pdfium/fpdfsdk/ |
fsdk_define.h | 60 UnderlyingPageType* UnderlyingFromFPDFPage(FPDF_PAGE page); 66 CPDF_Page* CPDFPageFromFPDFPage(FPDF_PAGE page); 94 FPDF_PAGE page,
|
fpdf_dataavail_embeddertest.cpp | 182 FPDF_PAGE page = FPDF_LoadPage(document(), 1); local 183 EXPECT_TRUE(page); 184 FPDF_ClosePage(page); 230 // Allow parse page. 240 // Prevent loading data, while page loading. 242 FPDF_PAGE page = FPDF_LoadPage(document(), first_page_num); local 243 EXPECT_TRUE(page); 244 FPDF_ClosePage(page); 268 // Prevent loading data, while page loading. 270 FPDF_PAGE page = FPDF_LoadPage(document(), kSecondPageNum) local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GlTracePlugin.java | 119 IWorkbenchPage page = w.getActivePage(); local 120 if (page != null) { 122 page.showView(IConsoleConstants.ID_CONSOLE_VIEW, null,
|
/cts/tests/pdf/src/android/graphics/pdf/cts/ |
PdfRendererTest.java | 39 import android.graphics.pdf.PdfRenderer.Page; 55 * PdfRenderer.Page#render}. 118 Page page = renderer.openPage(0); local 119 page.close(); 121 // Legacy behavior: The properties are cached, hence they are still available after the page 123 page.getHeight(); 124 page.getWidth(); 125 page.getIndex(); 126 verifyException(page::close, IllegalStateException.class) 139 Page page = renderer.openPage(0); local 151 Page page = renderer.openPage(0); local [all...] |
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
GroupPage.java | 12 package org.jacoco.report.internal.html.page; 19 * Page showing coverage information for a node that groups other nodes. The 20 * page shows a table of linked nodes. 32 * base folder to create this page in
|
/external/syslinux/utils/ |
memdiskfind.c | 113 size_t page = get_page_size(); local 119 mapbase = memlimit() & ~(page - 1); 130 map = mmap(NULL, page, PROT_READ, MAP_SHARED, memfd, 0); 132 fprintf(stderr, "%s: cannot map page 0: %s\n", 141 munmap((void *)map, page);
|
/external/v8/src/heap/ |
spaces.cc | 38 HeapObjectIterator::HeapObjectIterator(Page* page) 41 space_(reinterpret_cast<PagedSpace*>(page->owner())), 42 page_range_(page), 45 Space* owner = page->owner(); 46 DCHECK(owner == page->heap()->old_space() || 47 owner == page->heap()->map_space() || 48 owner == page->heap()->code_space()); 52 // We have hit the end of the page and should advance to the next block of 53 // objects. This happens at the end of the page 1231 Page* page = *(it++); \/\/ Will be erased. local 1403 Page* page = Page::FromAllocationAreaAddress(current_top); local 1884 Page* page = Page::FromAllocationAreaAddress(current)->next_page(); local 2127 Page* page = anchor_.next_page(); local 2158 Page* page = Page::FromAllocationAreaAddress(start); local 2477 Page* page = Page::FromAddress(start); local 2971 LargePage* page = first_page_; local 2989 LargePage* page = heap()->memory_allocator()->AllocateLargePage( local 3036 LargePage* page = FindPage(a); local 3054 LargePage* page = reinterpret_cast<LargePage*>(e->value); local 3126 LargePage* page = current; local 3172 Page* page = Page::FromAddress(object->address()); local [all...] |
mark-compact.cc | 24 #include "src/heap/page-parallel-job.h" 112 Page* page = Page::FromAddress(current); local 114 page->markbits()->AllBitsSetInRange( 115 page->AddressToMarkbitIndex(current), 116 page->AddressToMarkbitIndex(next_object_must_be_here_or_later)) || 117 page->markbits()->AllBitsClearInRange( 118 page->AddressToMarkbitIndex(current + kPointerSize * 2), 119 page->AddressToMarkbitIndex(next_object_must_be_here_or_later))) 135 Page* page = *(it++); local 199 Page* page = *(it++); local 1690 Page* page = Page::FromAddress(object->address()); local 3473 Page* page = Page::FromAddress(code->address()); local 3873 Page* page = nullptr; local 3939 Page* page = nullptr; local [all...] |
/packages/services/BuiltInPrintService/jni/plugins/ |
wprint_image_platform.c | 37 image_info->decoder_data.page = page_num;
|
/packages/services/BuiltInPrintService/src/com/android/bips/render/ |
PdfRenderService.java | 47 private PdfRenderer.Page mPage; 49 /** Lock held to protect against close() of current page during rendering. */ 73 public SizeD getPageSize(int page) throws RemoteException { 74 if (!openPage(page)) { 81 public ParcelFileDescriptor renderPageStripe(int page, int y, int width, int height, 84 if (!openPage(page)) { 126 * Ensure the specified PDF file and page are open, closing the old file if necessary, and 129 private boolean openPage(int page) { 134 // Close old page if this is a new page [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/ |
geta-op.l | 1 GAS for MMIX .*/geta-op\.s page 1 21 GAS for MMIX .*/geta-op\.s page 2
|
roundi-op.l | 1 GAS for MMIX .*/roundi-op\.s page 1 23 GAS for MMIX .*/roundi-op\.s page 2
|
/external/replicaisland/src/com/replica/replicaisland/ |
ConversationDialogActivity.java | 92 for (int page = conversation.pages.size() - 1; page >= 0 ; page--) { 93 ConversationUtils.ConversationPage currentPage = conversation.pages.get(page); 96 // and split into a new page if it gets too long. 128 // overwrite the original page 131 // split into a new page 136 conversation.pages.add(page + addedPages, newPage); 175 protected void showPage(ConversationUtils.ConversationPage page) { 177 tv.setTypewriterText(page.text) [all...] |
/external/harfbuzz_ng/src/ |
hb-set-private.hh | 228 page_t *page = page_for_insert (g); if (unlikely (!page)) return; 229 page->add (g); 239 page_t *page = page_for_insert (a); if (unlikely (!page)) return false; local 240 page->add_range (a, b); 244 page_t *page = page_for_insert (a); if (unlikely (!page)) return false; local 245 page->add_range (a, major_start (ma + 1) - 1); 249 page = page_for_insert (major_start (m)); if (unlikely (!page)) return false 268 page_t *page = page_for_insert (g); if (unlikely (!page)) return; local 294 page_t *page = page_for_insert (g); if (unlikely (!page)) return false; local [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MockMediaLibraryService2.java | 160 ControllerInfo controller, String parentId, int page, int pageSize, Bundle extras) { 162 return getPaginatedResult(GET_CHILDREN_RESULT, page, pageSize); 194 ControllerInfo controllerInfo, String query, int page, int pageSize, 197 return getPaginatedResult(SEARCH_RESULT, page, pageSize); 204 private List<MediaItem2> getPaginatedResult(List<MediaItem2> items, int page, int pageSize) { 212 int fromIndex = (page - 1) * pageSize; 213 int toIndex = Math.min(page * pageSize, totalItemCount); 221 + totalItemCount + ", page=" + page + ", pageSize=" + pageSize, ex);
|
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/ |
uniphier_nand.c | 76 int page = nand->pages_per_block * block; local 94 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR, page & 0xff); 95 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR, (page >> 8) & 0xff); 98 (page >> 16) & 0xff); 153 ERROR("uncorrectable error in page range %d-%d", 168 int page = lba % pages_per_block; local 194 page_count = MIN(pages_per_block - page, pages_to_read); 197 block * pages_per_block + page, 203 page = 0;
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/ |
ResetVectorVtf0.asm | 21 ; Pad the image size to 4k when page tables are in VTF0
23 ; If the VTF0 image has page tables built in, then we need to make
24 ; sure the end of VTF0 is 4k above where the page tables end.
26 ; This is required so the page tables will be 4k aligned when VTF0 is
|
/external/ImageMagick/PerlMagick/demo/ |
single-pixels.pl | 42 $im->Set(page=>'0x0+0+0');
|
/external/adhd/scripts/mic_testing/frontend/ |
audio.css | 16 .tab-page { 23 .tab-page li { 30 .tab-page a { 42 .tab-page li.selected a {
|
/external/autotest/client/site_tests/power_LoadTest/extension/ |
prevent_unload_popup.js | 1 //This content script injected into the page is to suppress
|
/external/javassist/sample/evolve/ |
DemoServer.java | 78 WebPage page = new WebPage();
local 79 page.show(out);
|
/external/libffi/src/arm/ |
gentramp.sh | 6 # ARM Trampoline Page Generator 37 # Page size, in bytes 40 # Compute the size of the reachable config page; The first 16 bytes of the config page 79 # Write out the trampoline table, aligned to the page boundary 95 // Load the context argument from the config page. 100 // Load the jump address from the config page.
|
/external/perfetto/protos/perfetto/common/ |
commit_data_request.proto | 27 // The 0-based index of the page in the Shared Memory Buffer. 28 optional uint32 page = 1; 30 // The 0-based chunk index [0..13] within the page.
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
gentramp.sh | 6 # ARM Trampoline Page Generator 37 # Page size, in bytes 40 # Compute the size of the reachable config page; The first 16 bytes of the config page 79 # Write out the trampoline table, aligned to the page boundary 95 // Load the context argument from the config page. 100 // Load the jump address from the config page.
|