Home
last modified time | relevance | path

Searched refs:printed (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DUidRecord.java200 boolean printed = false; in toString()
202 printed = true; in toString()
206 if (printed) { in toString()
209 printed = true; in toString()
213 if (printed) { in toString()
216 printed = true; in toString()
220 if (printed) { in toString()
223 printed = true; in toString()
227 if (printed) { in toString()
DBroadcastQueue.java1670 boolean printed = false; in dumpLocked()
1676 if (!printed) { in dumpLocked()
1681 printed = true; in dumpLocked()
1687 printed = false; in dumpLocked()
1694 if (!printed) { in dumpLocked()
1699 printed = true; in dumpLocked()
1721 boolean printed = false; in dumpLocked()
1739 if (!printed) { in dumpLocked()
1745 printed = true; in dumpLocked()
1768 printed = false; in dumpLocked()
[all …]
DActiveServices.java3696 private boolean printed = false; field in ActiveServices.ServiceDumper
3750 printed = false; in dumpLocked()
3761 needSep |= printed; in dumpLocked()
3786 printed = false; in dumpWithClient()
3800 needSep |= printed; in dumpWithClient()
3817 if (!printed) { in dumpUserHeaderLocked()
3822 printed = true; in dumpUserHeaderLocked()
3896 printed = false; in dumpUserRemainsLocked()
3905 if (!printed) { in dumpUserRemainsLocked()
3910 printed = true; in dumpUserRemainsLocked()
[all …]
DAppErrors.java180 boolean printed = false; in dumpLocked()
195 if (!printed) { in dumpLocked()
199 printed = true; in dumpLocked()
211 boolean printed = false; in dumpLocked()
225 if (!printed) { in dumpLocked()
229 printed = true; in dumpLocked()
DActivityStackSupervisor.java4081 boolean printed = false; in dumpActivitiesLocked()
4097 printed |= stack.dumpActivitiesLocked(fd, pw, dumpAll, dumpClient, dumpPackage, in dumpActivitiesLocked()
4100 printed |= dumpHistoryList(fd, pw, stack.mLRUActivities, " ", "Run", false, in dumpActivitiesLocked()
4104 needSep = printed; in dumpActivitiesLocked()
4108 printed = true; in dumpActivitiesLocked()
4114 printed = true; in dumpActivitiesLocked()
4121 printed = true; in dumpActivitiesLocked()
4124 printed |= printThisActivity(pw, stack.mLastNoHistoryActivity, dumpPackage, in dumpActivitiesLocked()
4127 needSep = printed; in dumpActivitiesLocked()
4131 printed |= dumpHistoryList(fd, pw, mFinishingActivities, " ", "Fin", false, !dumpAll, in dumpActivitiesLocked()
[all …]
DActivityManagerService.java16531 boolean printed = ActivityStackSupervisor.printThisActivity(pw, in dumpActivitiesLocked()
16534 if (printed) { in dumpActivitiesLocked()
16656 boolean printed = false; in dumpUids()
16662 if (!printed) { in dumpUids()
16663 printed = true; in dumpUids()
16674 return printed; in dumpUids()
16739 boolean printed = false; in dumpProcessesLocked()
16745 if (!printed) { in dumpProcessesLocked()
16750 printed = true; in dumpProcessesLocked()
16759 boolean printed = false; in dumpProcessesLocked()
[all …]
/frameworks/rs/rsov/compiler/
DGlobalAllocSPIRITPass.cpp73 bool printed = false; in CreateGAIDMetadata() local
81 if (printed) in CreateGAIDMetadata()
85 printed = true; in CreateGAIDMetadata()
89 if (printed) in CreateGAIDMetadata()
/frameworks/base/services/core/java/com/android/server/pm/
DDumpState.java76 final boolean printed = mTitlePrinted; in onTitlePrinted()
78 return printed; in onTitlePrinted()
/frameworks/base/core/java/com/android/internal/app/procstats/
DDumpUtils.java342 boolean printed = false; in dumpStateHeadersCsv()
345 printed = true; in dumpStateHeadersCsv()
348 if (printed) { in dumpStateHeadersCsv()
352 printed = true; in dumpStateHeadersCsv()
355 if (printed) { in dumpStateHeadersCsv()
/frameworks/av/media/libaaudio/tests/
Dtest_timestamps.cpp237 int printed = 0; in testTimeStamps() local
242 if ((printed < 20) && ((i < 10) || posChanged || timeChanged)) { in testTimeStamps()
266 printed++; in testTimeStamps()
/frameworks/base/core/proto/android/service/
Dprint.proto340 // The print job is being created but not yet ready to be printed
343 // The print jobs is created, it is ready to be printed and should be processed
346 // The print job is being printed
352 // The print job is successfully printed
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerService.java2890 boolean printed = false; in getJobState()
2893 printed = true; in getJobState()
2896 if (printed) { in getJobState()
2899 printed = true; in getJobState()
2903 if (printed) { in getJobState()
2906 printed = true; in getJobState()
2910 if (printed) { in getJobState()
2913 printed = true; in getJobState()
2925 if (printed) { in getJobState()
2928 printed = true; in getJobState()
[all …]
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md49 - The duration of each section is printed in the report.
/frameworks/support/lifecycle/compiler/src/main/resources/
DNOTICE.txt192 same "printed page" as the copyright notice for easier
429 same "printed page" as the copyright notice for easier
639 same "printed page" as the copyright notice for easier
849 same "printed page" as the copyright notice for easier
1059 same "printed page" as the copyright notice for easier
/frameworks/support/room/compiler/src/main/resources/
DNOTICE.txt211 same "printed page" as the copyright notice for easier
421 same "printed page" as the copyright notice for easier
718 same "printed page" as the copyright notice for easier
928 same "printed page" as the copyright notice for easier
1138 same "printed page" as the copyright notice for easier
1348 same "printed page" as the copyright notice for easier
1558 same "printed page" as the copyright notice for easier
1794 same "printed page" as the copyright notice for easier
/frameworks/support/wear/wear_stubs/
DLICENSE186 same "printed page" as the copyright notice for easier
/frameworks/support/car/car-stubs/
DLICENSE186 same "printed page" as the copyright notice for easier
/frameworks/base/core/java/android/os/
DBatteryStats.java6660 boolean printed = false; in dumpHistoryLocked()
6668 if (histStart >= 0 && !printed) { in dumpHistoryLocked()
6673 printed = true; in dumpHistoryLocked()
6678 printed = true; in dumpHistoryLocked()
7594 boolean printed = false; in dumpProtoHistoryLocked()
7602 if (histStart >= 0 && !printed) { in dumpProtoHistoryLocked()
7607 printed = true; in dumpProtoHistoryLocked()
7612 printed = true; in dumpProtoHistoryLocked()
/frameworks/data-binding/compiler/src/main/resources/
DNOTICE.txt253 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/support/work/integration-tests/testapp/src/main/assets/
Dlstb.txt1325 Baker Street with a printed description of the dark face of the
1637 printed in rather straggling characters: 'Miss S. Cushing, Cross
2675 known to the landlady who supplies her with food. The printed
4470 upon the Polyphonic Motets of Lassus, which has since been printed
7350 pointed to a space over which "Naval Signals" was printed.
7650 the cover was printed in golden letters Practical Handbook of Bee
Dadvs.txt2698 I held the little printed slip to the light.
2967 the firm for which this man worked. Having taken the printed
4264 noticed, with a start, that upon the lid was printed the treble K
6036 Henry Baker' was printed upon a small card which was tied to the
7304 the marks of four fingers and a thumb, were printed upon the white
Dretn.txt2794 preponderance which may be shown in an average of a printed sheet may
4750 "Well, it's printed on the board above your head. It's easy to see a
5647 I gazed over each shoulder. On the second page were the printed
8014 seen. This passage is printed on the examination paper, and it would
8202 printed in silver lettering, and the piece remaining is only about an
Dmems.txt2151 Financial Agent," printed upon it. I had never heard the name before
4926 "Get it printed as soon as possible," he said; "I think your idea is
Dcase.txt902 Holmes handed me a card upon which was printed: "Dr. Hill Barton, 369
4764 "Neanderthal," "Heidelberg," "Cro-Magnon" printed beneath them. It