HomeSort by relevance Sort by last modified time
    Searched refs:Page (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.h 107 UINT32 Page[5];
147 UINT32 Page[5];
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.h 103 UINT32 Page[5];
143 UINT32 Page[5];
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.inf 54 Mem/Page.c
  /external/piex/src/binary_parse/
range_checked_byte_ptr.h 51 // (The last page may be shorter if length() is not a multiple of pageSize().)
53 // 0 through (length() - 1) / pageSize(). Page i contains the bytes from offset
55 // (i + 1) * pageSize() - 1 (or, in the case of the last page, length() - 1).
73 // can create a subclass of the Page class to manage the lifetime of buffers
74 // associated with a page returned by getPage(). For example, a
75 // PagedByteArray backed by a file might define a Page subclass like this:
77 // class FilePage : public Page {
84 // const unsigned char** end, std::shared_ptr<Page>* page)
86 // // Create a new page
    [all...]
  /external/v8/src/
external-reference.h 18 class Page;
268 static ExternalReference page_flags(Page* page);
  /external/v8/src/heap/
scavenger.cc 65 RememberedSet<OLD_TO_NEW>::Insert(Page::FromAddress(slot_address),
109 void Scavenger::AddPageToSweeperIfNecessary(MemoryChunk* page) {
110 AllocationSpace space = page->owner()->identity();
111 if ((space == OLD_SPACE) && !page->SweepingDone()) {
113 space, reinterpret_cast<Page*>(page),
118 void Scavenger::ScavengePage(MemoryChunk* page) {
120 CodePageMemoryModificationScope memory_modification_scope(page);
122 page,
126 page, [this](SlotType type, Address host_addr, Address addr)
    [all...]
heap.cc 145 // be a multiple of Page::kPageSize.
241 DCHECK_EQ(0, max_old_generation_size_ & (Page::kPageSize - 1));
252 const double kFactor = Page::kPageSize * 1.0 / Page::kAllocatableMemory;
1309 Page* page = Page::FromAddress(to_top - kPointerSize); local
3064 Page* page = Page::FromAddress(new_end); local
5264 Page* page = Page::FromAddress(slot_addr); local
5276 Page* page = Page::FromAddress(slot_addr); local
5284 Page* page = Page::FromAddress(start); local
5841 Page* page = Page::FromAddress(inner_pointer); local
    [all...]
mark-compact-inl.h 396 Page* target_page = Page::FromAddress(reinterpret_cast<Address>(target));
397 Page* source_page = Page::FromAddress(reinterpret_cast<Address>(object));
458 // However, if there is a black area at the end of the page, and the
  /cts/tests/tests/print/src/android/print/cts/
PageRangeAdjustAndVerify.java 19 import static android.graphics.pdf.PdfRenderer.Page.RENDER_MODE_FOR_PRINT;
229 try (PdfRenderer.Page page = renderer.openPage(i)) {
230 page.render(rendering, null, null, RENDER_MODE_FOR_PRINT);
326 PdfDocument.Page page = document.startPage(pageNumber);
330 Canvas canvas = page.getCanvas();
336 document.finishPage(page);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
InternalIsaBus.h 126 UINT8 Page;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaDriver.h 118 UINT8 Page;
  /external/python/cpython2/Lib/idlelib/
tabbedpages.py 6 TabbedPageSet -- A Tkinter implementation of a tabbed-page widget.
209 selecting a tab changes the page.
271 # rightmost edge of the page set, the right mask should be one
292 page is displayed. Only one page will be displayed at a time.
295 of pages, using the name given as the key. A page is an instance of a
298 The page widgets will be created (and destroyed when required) by the
299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods.
305 class Page(object):
322 class PageRemove(Page)
    [all...]
  /external/skia/src/gpu/
GrDrawOpAtlas.h 31 * atlas texture (or "page") of the same size, up to a maximum number of textures, and upload
38 * it will try to upload to page 0 before page 1 or 2. To keep the atlas from continually using
41 * determined by using the GrDrawUploadToken system: After a flush each subarea of the page
138 uint32_t page = GetPageIndexFromID(id);
139 SkASSERT(page < fNumActivePages);
140 return fPages[page].fPlotArray[plot]->genID() == GetGenerationFromID(id);
165 * current max number of plots per page the GrDrawOpAtlas can handle is 32. If in the future
214 // to allow more plots per page
223 // it's possible we've added a plot to the updater and subsequently the plot's page
    [all...]
  /external/skqp/src/gpu/
GrDrawOpAtlas.h 31 * atlas texture (or "page") of the same size, up to a maximum number of textures, and upload
38 * it will try to upload to page 0 before page 1 or 2. To keep the atlas from continually using
41 * determined by using the GrDrawUploadToken system: After a flush each subarea of the page
138 uint32_t page = GetPageIndexFromID(id);
139 SkASSERT(page < fNumActivePages);
140 return fPages[page].fPlotArray[plot]->genID() == GetGenerationFromID(id);
165 * current max number of plots per page the GrDrawOpAtlas can handle is 32. If in the future
214 // to allow more plots per page
223 // it's possible we've added a plot to the updater and subsequently the plot's page
    [all...]
  /external/tinyxml2/docs/
menudata.js 2 {text:"Main Page",url:"index.html"},
  /external/v8/src/snapshot/
code-serializer.cc 108 // back reference that encodes the page number as the chunk_index and the
109 // offset within the page as the chunk_offset.
111 Page* page = Page::FromAddress(address); local
113 for (Page* p : *read_only_space) {
114 if (p == page) break;
117 uint32_t chunk_offset = static_cast<uint32_t>(page->Offset(address));
  /frameworks/av/media/extractors/ogg/
OggExtractor.cpp 97 struct Page {
116 Page mCurrentPage;
140 ssize_t readPage(off64_t offset, Page *page);
378 // Given the offset of the "current" page, find the page immediately preceding
380 // To do this we back up from the "current" page's offset until we find any
381 // page preceding it and then scan forward to just before the current page.
399 // We are at the last page and didn't back off enough
967 Page page; 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...]
  /cts/tests/tests/print/src/android/print/pdf/cts/
PrintedPdfDocumentTest.java 86 PdfDocument.Page page = doc.startPage(0); local
87 doc.finishPage(page);
98 // We get an illegal argument exception here as a single mil of page size is converted to 0
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Boot.asm 98 // Page mode setup for VRAM
109 // Enable page mode
117 // Confirm page mode enabled
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.S 273 pushl $0x0e # Page Fault
456 # Enable TF bit after page fault handler runs
463 # Page Fault Exception Handler entry when SMM Stack Guard is enabled
663 # Set single step DB# if SMM profile is enabled and page fault exception happens
682 # Jump to the iret so next page fault handler as a task will start again after iret.
  /external/autotest/client/site_tests/power_LoadTest/extension/
urls.js 36 // Page cycle through popular external websites for 36 minutes
41 delay: seconds(60), // A minute on each page
81 delay: minutes(1), // A minute on each page
  /external/syzkaller/pkg/report/
fuchsia.go 95 if bytes.Contains(line, []byte("Supervisor Page Fault exception")) {
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py 349 self._BsfKeyList = ['FIND','NAME','HELP','TYPE','PAGE','OPTION','ORDER']
483 ConfigDict['page'] = ''
497 ConfigDict['page'] = ''
593 for Page in PageList:
594 Page = Page.strip()
595 Match = re.match("(\w+):\"(.+)\"", Page)
    [all...]
  /external/autotest/client/tools/
html_report.py 441 AutoPageJumpPrefix:"table-page:",
442 PageNumberPrefix:"table-page-number:",
443 PageCountPrefix:"table-page-count:"
468 copy(args,this.tabledata[o.id],"stripeclass","ignorehiddenrows","useinnertext","sorttype","col","desc","page","pagesize");
766 // If paging is enabled on the table, then we need to re-page because the order of rows has changed!
768 this.page(t); // This will internally do the striping
    [all...]

Completed in 764 milliseconds

1 2 3 45 6 7