/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | RemotePrintDocument.java | 97 if (mUpdateSpec.pages != null && (mDocumentInfo.changed 102 mUpdateSpec.pages, mDocumentInfo.info.getPageCount())))) { 105 mDocumentInfo.info.getPageCount(), mUpdateSpec.pages, 108 if (mUpdateSpec.pages != null) { 112 mUpdateSpec.pages, mDocumentInfo.pagesWrittenToFile, 207 public boolean update(PrintAttributes attributes, PageRange[] pages, boolean preview) { in update() argument 251 && pages != null && !PageRangeUtils.contains(mUpdateSpec.pages, pages, in update() 263 mDocumentInfo, mDocumentInfo.info.getPageCount(), pages, in update() 277 mUpdateSpec.update(attributes, preview, pages); in update() 515 PageRange[] pages; field in RemotePrintDocument.UpdateSpec [all …]
|
D | PageContentRepository.java | 558 private int findIndexOfPage(int pageNum, @NonNull PageRange[] pages) { in findIndexOfPage() argument 560 for (int i = 0; i < pages.length; i++) { in findIndexOfPage() 561 if (pages[i].contains(pageNum)) { in findIndexOfPage() 562 return pagesBefore + pageNum - pages[i].getStart(); in findIndexOfPage() 564 pagesBefore += pages[i].getSize(); in findIndexOfPage()
|
D | PrintSpoolerService.java | 978 PageRange[] pages = printJob.getPages(); in doWriteStateLocked() local 979 if (pages != null) { in doWriteStateLocked() 980 for (int i = 0; i < pages.length; i++) { in doWriteStateLocked() 983 pages[i].getStart())); in doWriteStateLocked() 985 pages[i].getEnd())); in doWriteStateLocked()
|
/frameworks/base/core/java/android/print/ |
D | PrintDocumentAdapter.java | 242 public abstract void onWrite(PageRange[] pages, ParcelFileDescriptor destination, in onWrite() argument 277 public void onWriteFinished(PageRange[] pages) { in onWriteFinished() argument
|
D | PrintManager.java | 881 public void write(PageRange[] pages, ParcelFileDescriptor fd, in write() argument 904 args.arg2 = pages; in write() 1066 PageRange[] pages = (PageRange[]) args.arg2; in handleMessage() local 1075 builder.append("\n pages:").append(Arrays.toString(pages)); in handleMessage() 1080 adapter.onWrite(pages, fd, cancellation, callback); in handleMessage() 1230 public void onWriteFinished(PageRange[] pages) { in onWriteFinished() argument 1245 if (pages == null) { in onWriteFinished() 1248 if (pages.length == 0) { in onWriteFinished() 1253 callback.onWriteFinished(pages, mSequence); in onWriteFinished()
|
D | IWriteResultCallback.aidl | 29 void onWriteFinished(in PageRange[] pages, int sequence); in onWriteFinished() argument
|
D | IPrintDocumentAdapter.aidl | 37 void write(in PageRange[] pages, in ParcelFileDescriptor fd, in write() argument
|
D | PrintFileDocumentAdapter.java | 89 public void onWrite(PageRange[] pages, ParcelFileDescriptor destination, in onWrite() argument
|
D | PrintJobInfo.java | 820 public void setPages(@NonNull PageRange[] pages) { in setPages() argument 821 mPrototype.mPageRanges = pages; in setPages()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 148 final int pages; in onOffsetsChanged() local 150 pages = (int) Math.round(1 / xOffsetStep) + 1; in onOffsetsChanged() 152 pages = 1; in onOffsetsChanged() 154 if (pages == mPages) return; in onOffsetsChanged() 155 mPages = pages; in onOffsetsChanged()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/ |
D | IPdfEditor.aidl | 28 void removePages(in PageRange[] pages); in removePages() argument
|
/frameworks/base/cmds/incident_helper/testdata/ |
D | pagetypeinfo.txt | 4 Free pages count per migrate type at order 0 1 2 3 4 5 6 7…
|
/frameworks/base/core/java/com/android/internal/print/ |
D | DumpUtils.java | 328 PageRange[] pages = printJobInfo.getPages(); in writePrintJobInfo() local 329 if (pages != null) { in writePrintJobInfo() 330 for (int i = 0; i < pages.length; i++) { in writePrintJobInfo() 331 writePageRange(proto, "pages", PrintJobInfoProto.PAGES, pages[i]); in writePrintJobInfo()
|
/frameworks/base/core/proto/android/service/ |
D | procstats.proto | 79 // Number of pages available of various types and sizes, representation fragmentation. 93 // Node these pages are in (as per /proc/pagetypeinfo) 96 // Zone these pages are in (as per /proc/pagetypeinfo) 99 // Label for the type of these pages (as per /proc/pagetypeinfo) 102 // Distribution of number of pages available by order size. First entry in array is
|
D | print.proto | 308 // Number of pages in the doc 385 repeated PageRangeProto pages = 10; field
|
/frameworks/base/tools/preload/loadclass/ |
D | LoadClass.java | 61 int[] pages = new int[6]; in main() local
|
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/ |
D | WorkflowTest.java | 222 public void onWrite(PageRange[] pages, ParcelFileDescriptor destination, in print() 243 callback.onWriteFinished(pages); in print()
|
/frameworks/base/core/proto/android/os/ |
D | pagetypeinfo.proto | 32 * Each zone has 11 free area. Each free area corresponds to pages of the same order.
|
D | ps.proto | 47 // Resident set size. How many physical pages are associated with the
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 166 // The private dirty pages used by the heap. 168 // The shared dirty pages used by the heap. 170 // The shared clean pages used by the heap. 172 // The private clean pages used by the heap. 175 // The dirty the pages that have been swapped out. 177 // The dirty the pages that have been swapped out, proportional.
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 1660 int pages = Math.round(1 / step); in getRectFPage() local 1661 int page = Math.round(area.centerX() * pages); in getRectFPage() 1662 if (page == pages) return pages - 1; in getRectFPage()
|
/frameworks/base/core/tests/coretests/src/android/print/ |
D | IPrintManagerParametersTest.java | 111 public void onWrite(PageRange[] pages, ParcelFileDescriptor destination, in createMockAdapter() argument
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 32 # title of most generated pages and in a few other places. 374 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 388 # Man pages) or section (for LaTeX and RTF). 1405 # If you want full control over the layout of the generated HTML pages it might 1851 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for 1857 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1867 # man pages. In case the manual section does not start with a number, the number 1876 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by 1901 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a 1928 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put. [all …]
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 32 # title of most generated pages and in a few other places. 383 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 397 # Man pages) or section (for LaTeX and RTF). 1455 # If you want full control over the layout of the generated HTML pages it might 1901 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for 1907 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1917 # man pages. In case the manual section does not start with a number, the number 1926 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by 1951 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a 1978 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put. [all …]
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 32 # title of most generated pages and in a few other places. 346 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 360 # Man pages) or section (for LaTeX and RTF). 1338 # If you want full control over the layout of the generated HTML pages it might 1750 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for 1756 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1766 # man pages. In case the manual section does not start with a number, the number 1793 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a 1832 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put. 2006 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in [all …]
|