HomeSort by relevance Sort by last modified time
    Searched refs:Page (Results 176 - 200 of 274) sorted by null

1 2 3 4 5 6 78 91011

  /cts/tests/tests/print/src/android/print/pdf/cts/
PrintedPdfDocumentTest.java 85 PdfDocument.Page page = doc.startPage(0); local
86 doc.finishPage(page);
97 // We get an illegal argument exception here as a single mil of page size is converted to 0
  /external/v8/src/heap/
incremental-marking.h 166 inline void SetNewSpacePageFlags(Page* chunk) {
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
DashboardMainServlet.java 49 /** Represents the servlet that is invoked on loading the first page of dashboard. */
60 public List<Page> getBreadcrumbLinks(HttpServletRequest request) {
79 * @param isFavorite The flag for showing favorite mark on All Tests Tab page.
ShowCoverageOverviewServlet.java 42 /** Represents the servlet that is invoked on loading the coverage overview page. */
52 public List<Page> getBreadcrumbLinks(HttpServletRequest request) {
  /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
  /frameworks/support/print/src/main/java/androidx/print/
PrintHelper.java 210 * @param orientation The page orientation which is one of
220 * @return The page orientation which is one of
564 * Calculates the transform the print an Image to fill the page
568 * @param content The output page dimensions
577 // Compute and apply scale to fill the page.
639 PdfDocument.Page page = pdfDocument.startPage(1); local
643 contentRect = new RectF(page.getInfo().getContentRect());
649 PdfDocument.Page dummyPage = dummyDocument.startPage(1);
667 page.getCanvas().clipRect(contentRect)
    [all...]
  /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...]
  /frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
WorkflowTest.java 192 * Start print operation that just prints a single empty page
223 PdfDocument.Page page = document.startPage(0);
224 document.finishPage(page);
  /prebuilts/maven_repo/android/android/arch/paging/common/1.0.0-alpha3/
common-1.0.0-alpha3.jar 
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.asm 243 ; Page fault causes an error code to be pushed so no phony push necessary
549 Int14String db "0Eh Page fault -",0
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
GenCfgOpt.py 308 self._BsfKeyList = ['FIND','NAME','HELP','TYPE','PAGE','OPTION','ORDER']
467 ConfigDict['page'] = ''
575 for Page in PageList:
576 Page = Page.strip()
577 Match = re.match("(\w+):\"(.+)\"", Page)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 83 // Set the buffer point (Check page 41 EHCI Spec 1.0). No need to
87 QtdHw->Page[Index] = EHC_LOW_32BIT (DataPhy);
EhciSched.c 331 // fix the hardware visiable parts (EHCI R1.0 page 72).
910 // Current Offset is in Page[0], only need to reset Page[0]
922 QtdHw->Page[0] = EHC_LOW_32BIT (PciAddr);
944 QhHw->Page[Index] = 0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 82 // Set the buffer point (Check page 41 EHCI Spec 1.0). No need to
86 QtdHw->Page[Index] = EHC_LOW_32BIT (Data);
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiException.S 162 pushq $0x0e # Page Fault
359 # Enable TF bit after page fault handler runs
SmiException.asm 178 push 0eh ; Page Fault
375 ; Enable TF bit after page fault handler runs
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
webchecker.py 10 page belongs to the subweb if one of the root URLs is an initial
404 page = self.getpage(url_pair)
411 page = None
412 if page:
413 # Store the page which corresponds to this URL.
414 self.name_table[url] = page
416 # in the list of names for the page, call setbad(), since
418 if local_fragment and local_fragment not in page.getnames():
420 for info in page.getlinkinfos():
425 # the origin is logically a page.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
IsaIo.c 282 @param[in] PageOffset The page's offest.
914 mDmaRegisters[ChannelNumber].Page,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaIo.c 685 @param[in] PageOffset The page's offest.
    [all...]
  /external/python/cpython2/Tools/webchecker/
webchecker.py 10 page belongs to the subweb if one of the root URLs is an initial
404 page = self.getpage(url_pair)
411 page = None
412 if page:
413 # Store the page which corresponds to this URL.
414 self.name_table[url] = page
416 # in the list of names for the page, call setbad(), since
418 if local_fragment and local_fragment not in page.getnames():
420 for info in page.getlinkinfos():
425 # the origin is logically a page
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 509 // the from object's page's interesting flag is also set. This optimization
2724 Page* page = Page::FromAddress(map->address()); local
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 428 // the from object's page's interesting flag is also set. This optimization
2570 Page* page = Page::FromAddress(map->address()); local
    [all...]

Completed in 1263 milliseconds

1 2 3 4 5 6 78 91011