/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
loadaddr2.d | 2 #ld: -T loadaddr2.t -T loadaddr.t -z max-page-size=0x200000
|
maxpage5.d | 3 #ld: -z max-page-size=0x200000 -T maxpage5.t
|
seg.d | 3 #ld: -T seg.t -z max-page-size=0x1000
|
textaddr1.d | 2 #ld: -Ttext-segment 0x7000000 -z max-page-size=0x200000
|
textaddr4.d | 2 #ld: -z max-page-size=0x10000 -Ttext-segment 0x10000
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
got-page-4a.s | 5 # a way that each one lives on a separate page.
|
got-page-5.s | 2 # and page references relative to one entry called "data". 5 # from "data" must still be retained, and need 3 page entries. 8 # page references. It's still a useful way of making sure that
|
got-page-6.s | 2 # Create page references relative to instances of the value 7 # up with a single page entry.
|
undefined.s | 13 # R_MIPS_GOT_PAGE relocations only allocate a GOT page at that point and 14 # for undefined symbols the page never gets resolved any further.
|
mips-elf.exp | 459 run_dump_test "got-page-1" 461 run_dump_test "got-page-2" 464 run_dump_test "got-page-3" 466 {"GOT page 4 (one file)" "-shared $abi_ldflags(o32) -T got-page-1.ld" 467 "" "$abi_asflags(o32) -mips2" {got-page-4b.s} 468 {{objdump -dr got-page-4a.d} 469 {readelf -A got-page-4a.got}} 470 "got-page-4a.so"} 471 {"GOT page 4 (two files)" "-shared $abi_ldflags(o32) -T got-page-1.ld [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
rgn-at5.d | 3 # ld: -T rgn-at5.t -z max-page-size=0x1000
|
/external/v8/src/heap/ |
mark-compact.cc | 24 #include "src/heap/page-parallel-job.h" 122 static void VerifyMarkingBlackPage(Heap* heap, Page* page) { 123 CHECK(page->IsFlagSet(Page::BLACK_PAGE)); 125 HeapObjectIterator it(page); 134 // The bottom position is at the start of its page. Allows us to use 135 // page->area_start() as start of range on all pages. 136 CHECK_EQ(space->bottom(), Page::FromAddress(space->bottom())->area_start()); 140 Page* page = *(it++) local 208 Page* page = *(it++); local 1719 Page* page = Page::FromAddress(object->address()); local 3837 Page* page = nullptr; local 3911 Page* page = nullptr; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PrintCustomContent.java | 22 import android.graphics.pdf.PdfDocument.Page; 58 * it fits the options selected by the user from the UI such as page 59 * size. Hence, for different page sizes the printed content will have 60 * different page count. 147 // The content width is equal to the page width minus the margins times 161 // The content height is equal to the page height minus the margins times 254 // Add the height but if the view crosses the page 255 // boundary we will put it to the next page. 344 Page page = null [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectWizard.java | 118 public IWizardPage getNextPage(IWizardPage page) { 119 if (page == mMainPage) { 123 if (page == mContentsPage) { 157 if (page == mIconPage) { 161 if (page == mActivityPage && mValues.createActivity) { 192 if (page == mTemplatePage) { 200 if (page == mTemplatePage || !mValues.createActivity && page == mActivityPage 201 || page == getDependencyPage(null, false)) { 205 return super.getNextPage(page); [all...] |
/build/tools/droiddoc/templates-ndk/ |
sample.cs | 39 <h1 itemprop="name"><?cs var:page.title ?></h1> 62 ><img src="<?cs var:realFile ?>" title="<?cs var:page.title ?>"> 71 <source src="<?cs var:page.title ?>"> 101 <?cs if:!page.noplus ?><?cs if:fullpage ?><style>#___plusone_0 {float:right !important;}</style><?cs /if ?> 107 <?cs if:(design||training||walkthru) && !page.landing && !page.trainingcourse && !footer.hide ?> 108 <a href="#" class="prev-page-link hide" 116 <a href="#" class="next-page-link hide" 129 <?cs # for training classes, provide a different kind of link when the next page is a different class ?> 130 <?cs if:training && !page.article ? [all...] |
/build/tools/droiddoc/templates-sdk/ |
sample.cs | 34 <h1 itemprop="name"><?cs var:page.title ?></h1> 57 ><img src="<?cs var:realFile ?>" title="<?cs var:page.title ?>"> 66 <source src="<?cs var:page.title ?>"> 96 <?cs if:!page.noplus ?><?cs if:fullpage ?><style>#___plusone_0 {float:right !important;}</style><?cs /if ?> 102 <?cs if:(design||training||walkthru) && !page.landing && !page.trainingcourse && !footer.hide ?> 103 <a href="#" class="prev-page-link hide" 111 <a href="#" class="next-page-link hide" 124 <?cs # for training classes, provide a different kind of link when the next page is a different class ?> 125 <?cs if:training && !page.article ? [all...] |
/external/ImageMagick/coders/ |
txt.c | 186 page; 214 Set the page geometry. 232 page.width=612; 233 page.height=792; 234 page.x=43; 235 page.y=43; 236 if (image_info->page != (char *) NULL) 237 (void) ParseAbsoluteGeometry(image_info->page,&page); 241 image->columns=(size_t) floor((((double) page.width*image->resolution.x) 182 page; local [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/story/ |
story_filter_unittest.py | 8 from telemetry.page import page namespace 16 self.p1 = page.Page( 19 self.p2 = page.Page( 22 self.p3 = page.Page(
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
ReportPage.java | 12 package org.jacoco.report.internal.html.page; 26 * Base class for HTML page generators. It renders the page skeleton with the 27 * breadcrumb, the title and the footer. Every report page is part of a 28 * hierarchy and has a parent page (except the root page). 41 * Creates a new report page. 58 * Checks whether this is the root page of the report. 60 * @return <code>true</code> if this is the root page 67 * Renders this page's content and optionally additional pages. This metho [all...] |
/external/pcre/dist/ |
132html | 64 <h1>$ARGV[0] man page</h1> 66 Return to the <a href="index.html">PCRE index page</a>. 69 This page is part of the PCRE HTML documentation. It was generated automatically 70 from the original man page. If there is any nonsense in it, please consult the 71 man page, in case the conversion went wrong. 235 # .EX/.EE are used in the pcredemo page to bracket the entire program, 306 Return to the <a href="index.html">PCRE index page</a>.
|
/frameworks/minikin/libs/minikin/ |
SparseBitSet.cpp | 133 for (uint32_t page = fromPage + 1; page < maxPage; page++) { 134 uint32_t index = mIndices[page]; 142 return (page << kLogValuesPerPage) + (j << kLogBitsPerEl) + CountLeadingZeros(e);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectWizard.java | 148 public IWizardPage getNextPage(IWizardPage page) { 149 if (page == mNamePage) { 150 // Skip the test target selection page unless creating a test project 154 } else if (page == mSdkPage) { 163 } else if (page == mSamplePage) { 168 return super.getNextPage(page);
|
/system/extras/pagecache/ |
dumpcache.c | 36 // Scanned files and their associated cached page counts 91 unsigned int page = 0; local 92 for (page = 0; page < num_file_pages; page++) { 93 if (mincore_data[page]) num_cached++;
|
/external/elfutils/tests/ |
run-readelf-vmcoreinfo.sh | 74 SIZE(page)=56 80 OFFSET(page.flags)=0 81 OFFSET(page._count)=8 82 OFFSET(page.mapping)=24 83 OFFSET(page.lru)=40
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
page_test_results.py | 258 def WillRunPage(self, page, storyset_repeat_counter=0, 261 self._current_page_run = story_run.StoryRun(page) 264 page, storyset_repeat_counter, story_repeat_counter) 266 def DidRunPage(self, page): # pylint: disable=unused-argument 269 page: The current page under test. 310 def AddProfilingFile(self, page, file_handle): 311 self._pages_to_profiling_files[page].append(file_handle) 314 assert value.page is None 351 def FindPageSpecificValuesForPage(self, page, value_name) [all...] |