/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | DumpUtils.java | 264 boolean printed = false; in dumpStateHeadersCsv() 267 printed = true; in dumpStateHeadersCsv() 270 if (printed) { in dumpStateHeadersCsv() 274 printed = true; in dumpStateHeadersCsv() 277 if (printed) { in dumpStateHeadersCsv()
|
/frameworks/base/docs/html/training/printing/ |
D | custom-docs.jd | 30 graphic output, creating beautiful printed pages is a key feature. In this case, it is not enough 77 more appropriate to the content being printed, such as setting the orientation to landscape 101 perform, such as getting a snapshot of the data to be printed, execute them here. Implementing 106 pages to be printed. At the minimum, this method must return how many pages are expected 107 in the printed document.</li> 108 <li>{@link android.print.PrintDocumentAdapter#onWrite onWrite()} - Called to render printed 109 pages into a file to be printed. This method may be called one or more times after each 131 number of pages for print job, given information about the printed page size. 155 // Compute the expected number of printed pages 327 elements on the printed page using the {@link android.graphics.Canvas} draw methods. The following
|
D | html-docs.jd | 135 a layout can also be printed once it has loaded a document. 139 draw on the printed page, jump to the next lesson:
|
D | photos.jd | 48 not printed. This option is the default value if you do not set a scale mode.</li>
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 2899 private boolean printed = false; field in ActiveServices.ServiceDumper 2954 printed = false; in dumpLocked() 2965 needSep |= printed; in dumpLocked() 2990 printed = false; in dumpWithClient() 3004 needSep |= printed; in dumpWithClient() 3021 if (!printed) { in dumpUserHeaderLocked() 3026 printed = true; in dumpUserHeaderLocked() 3100 printed = false; in dumpUserRemainsLocked() 3109 if (!printed) { in dumpUserRemainsLocked() 3114 printed = true; in dumpUserRemainsLocked() [all …]
|
D | BroadcastQueue.java | 1469 boolean printed = false; in dumpLocked() 1475 if (!printed) { in dumpLocked() 1480 printed = true; in dumpLocked() 1486 printed = false; in dumpLocked() 1493 if (!printed) { in dumpLocked() 1498 printed = true; in dumpLocked() 1520 boolean printed = false; in dumpLocked() 1538 if (!printed) { in dumpLocked() 1544 printed = true; in dumpLocked() 1567 printed = false; in dumpLocked() [all …]
|
D | AppErrors.java | 111 boolean printed = false; in dumpLocked() 126 if (!printed) { in dumpLocked() 130 printed = true; in dumpLocked() 142 boolean printed = false; in dumpLocked() 156 if (!printed) { in dumpLocked() 160 printed = true; in dumpLocked()
|
D | ActivityStackSupervisor.java | 3171 boolean printed = false; in dumpActivitiesLocked() 3188 printed |= stack.dumpActivitiesLocked(fd, pw, dumpAll, dumpClient, dumpPackage, in dumpActivitiesLocked() 3190 printed |= dumpHistoryList(fd, pw, stack.mLRUActivities, " ", "Run", false, in dumpActivitiesLocked() 3194 needSep = printed; in dumpActivitiesLocked() 3198 printed = true; in dumpActivitiesLocked() 3204 printed = true; in dumpActivitiesLocked() 3211 printed = true; in dumpActivitiesLocked() 3214 printed |= printThisActivity(pw, stack.mLastNoHistoryActivity, dumpPackage, in dumpActivitiesLocked() 3217 needSep = printed; in dumpActivitiesLocked() 3221 printed |= dumpHistoryList(fd, pw, mFinishingActivities, " ", "Fin", false, !dumpAll, in dumpActivitiesLocked() [all …]
|
D | ActivityManagerService.java | 14211 boolean printed = ActivityStackSupervisor.printThisActivity(pw, mFocusedActivity, in dumpActivitiesLocked() 14213 if (printed) { in dumpActivitiesLocked() 14359 boolean printed = false; in dumpUids() 14375 if (!printed) { in dumpUids() 14376 printed = true; in dumpUids() 14387 return printed; in dumpUids() 14425 boolean printed = false; in dumpProcessesLocked() 14431 if (!printed) { in dumpProcessesLocked() 14437 printed = true; in dumpProcessesLocked() 14473 boolean printed = false; in dumpProcessesLocked() [all …]
|
D | ActivityStack.java | 4960 boolean printed = false; in dumpActivitiesLocked() 4963 printed |= ActivityStackSupervisor.dumpHistoryList(fd, pw, in dumpActivitiesLocked() 4972 if (printed) { in dumpActivitiesLocked() 4976 return printed; in dumpActivitiesLocked()
|
/frameworks/base/docs/html/distribute/monetize/ |
D | payments.jd | 64 a unique code printed on a card purchased online or from major retailers.
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 49 - The duration of each section is printed in the report.
|
/frameworks/base/docs/html/guide/webapps/ |
D | debugging.jd | 145 a logcat message is printed that looks like this:</p>
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 5088 boolean printed = false; in dumpHistoryLocked() 5096 if (histStart >= 0 && !printed) { in dumpHistoryLocked() 5101 printed = true; in dumpHistoryLocked() 5106 printed = true; in dumpHistoryLocked()
|
/frameworks/data-binding/compiler/src/main/resources/ |
D | NOTICE.txt | 253 same "printed page" as the copyright notice for easier 470 same "printed page" as the copyright notice for easier 734 same "printed page" as the copyright notice for easier 1568 same "printed page" as the copyright notice for easier 1805 same "printed page" as the copyright notice for easier
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 228 cases, however, a permission failure will be printed to the system log.</p>
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 18136 final boolean printed = mTitlePrinted; 18138 return printed;
|