Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java117 void dump(PrintWriter pw, String prefix, Context baseContext, boolean redact) { in dump() argument
124 pw.println(prefix + this); in dump()
125 pw.println(prefix + " uid=" + sbn.getUid() + " userId=" + sbn.getUserId()); in dump()
126 pw.println(prefix + " icon=" + iconStr); in dump()
127 pw.println(prefix + " pri=" + notification.priority + " score=" + sbn.getScore()); in dump()
128 pw.println(prefix + " key=" + sbn.getKey()); in dump()
129 pw.println(prefix + " seen=" + mIsSeen); in dump()
130 pw.println(prefix + " groupKey=" + getGroupKey()); in dump()
131 pw.println(prefix + " contentIntent=" + notification.contentIntent); in dump()
132 pw.println(prefix + " deleteIntent=" + notification.deleteIntent); in dump()
[all …]
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs196 #define DECL_INT(prefix) \
197 volatile char prefix##_c_1 = 1; \
198 volatile char2 prefix##_c_2 = 1; \
199 volatile char3 prefix##_c_3 = 1; \
200 volatile char4 prefix##_c_4 = 1; \
201 volatile uchar prefix##_uc_1 = 1; \
202 volatile uchar2 prefix##_uc_2 = 1; \
203 volatile uchar3 prefix##_uc_3 = 1; \
204 volatile uchar4 prefix##_uc_4 = 1; \
205 volatile short prefix##_s_1 = 1; \
[all …]
/frameworks/base/core/java/android/app/
DApplicationErrorReport.java419 public void dump(Printer pw, String prefix) { in dump() argument
420 pw.println(prefix + "exceptionClassName: " + exceptionClassName); in dump()
421 pw.println(prefix + "exceptionMessage: " + exceptionMessage); in dump()
422 pw.println(prefix + "throwFileName: " + throwFileName); in dump()
423 pw.println(prefix + "throwClassName: " + throwClassName); in dump()
424 pw.println(prefix + "throwMethodName: " + throwMethodName); in dump()
425 pw.println(prefix + "throwLineNumber: " + throwLineNumber); in dump()
426 pw.println(prefix + "stackTrace: " + stackTrace); in dump()
476 public void dump(Printer pw, String prefix) { in dump() argument
477 pw.println(prefix + "activity: " + activity); in dump()
[all …]
DVoiceInteractor.java291 void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { in dump() argument
292 writer.print(prefix); writer.print("mRequestInterface="); in dump()
294 writer.print(prefix); writer.print("mActivity="); writer.println(mActivity); in dump()
295 writer.print(prefix); writer.print("mName="); writer.println(mName); in dump()
363 void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { in dump() argument
364 super.dump(prefix, fd, writer, args); in dump()
365 writer.print(prefix); writer.print("mPrompt="); writer.println(mPrompt); in dump()
367 writer.print(prefix); writer.print("mExtras="); writer.println(mExtras); in dump()
557 void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { in dump() argument
558 super.dump(prefix, fd, writer, args); in dump()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastFilter.java43 public void dump(PrintWriter pw, String prefix) { in dump() argument
44 dumpInReceiverList(pw, new PrintWriterPrinter(pw), prefix); in dump()
45 receiverList.dumpLocal(pw, prefix); in dump()
48 public void dumpBrief(PrintWriter pw, String prefix) { in dumpBrief() argument
49 dumpBroadcastFilterState(pw, prefix); in dumpBrief()
52 public void dumpInReceiverList(PrintWriter pw, Printer pr, String prefix) { in dumpInReceiverList() argument
53 super.dump(pr, prefix); in dumpInReceiverList()
54 dumpBroadcastFilterState(pw, prefix); in dumpInReceiverList()
57 void dumpBroadcastFilterState(PrintWriter pw, String prefix) { in dumpBroadcastFilterState() argument
59 pw.print(prefix); pw.print("requiredPermission="); pw.println(requiredPermission); in dumpBroadcastFilterState()
DBroadcastRecord.java92 void dump(PrintWriter pw, String prefix, SimpleDateFormat sdf) { in dump() argument
95 pw.print(prefix); pw.print(this); pw.print(" to user "); pw.println(userId); in dump()
96 pw.print(prefix); pw.println(intent.toInsecureString()); in dump()
98 pw.print(prefix); pw.print(" targetComp: "); pw.println(targetComp.toShortString()); in dump()
102 pw.print(prefix); pw.print(" extras: "); pw.println(bundle.toString()); in dump()
104 pw.print(prefix); pw.print("caller="); pw.print(callerPackage); pw.print(" "); in dump()
110 pw.print(prefix); pw.print("requiredPermissions="); in dump()
115 pw.print(prefix); pw.print("options="); pw.println(options.toBundle()); in dump()
117 pw.print(prefix); pw.print("enqueueClockTime="); in dump()
121 pw.print(prefix); pw.print("dispatchTime="); in dump()
[all …]
DProcessRecord.java188 void dump(PrintWriter pw, String prefix) { in dump() argument
191 pw.print(prefix); pw.print("user #"); pw.print(userId); in dump()
205 pw.print(prefix); pw.print("requiredAbi="); pw.print(requiredAbi); in dump()
208 pw.print(prefix); pw.print("class="); pw.println(info.className); in dump()
211 pw.print(prefix); pw.print("manageSpaceActivityName="); in dump()
214 pw.print(prefix); pw.print("dir="); pw.print(info.sourceDir); in dump()
217 pw.print(prefix); pw.print("packageList={"); in dump()
224 pw.print(prefix); pw.print("packageDependencies={"); in dump()
231 pw.print(prefix); pw.print("compat="); pw.println(compat); in dump()
234 pw.print(prefix); pw.print("instrumentationClass="); in dump()
[all …]
DAppBindRecord.java34 void dump(PrintWriter pw, String prefix) { in dump() argument
35 pw.println(prefix + "service=" + service); in dump()
36 pw.println(prefix + "client=" + client); in dump()
37 dumpInIntentBind(pw, prefix); in dump()
40 void dumpInIntentBind(PrintWriter pw, String prefix) { in dumpInIntentBind() argument
43 pw.println(prefix + "Per-process Connections:"); in dumpInIntentBind()
46 pw.println(prefix + " " + c); in dumpInIntentBind()
DServiceRecord.java176 void dumpStartList(PrintWriter pw, String prefix, List<StartItem> list, long now) { in dumpStartList() argument
180 pw.print(prefix); pw.print("#"); pw.print(i); in dumpStartList()
193 pw.print(prefix); pw.print(" intent="); in dumpStartList()
197 pw.print(prefix); pw.print(" neededGrants="); in dumpStartList()
201 si.uriPermissions.dump(pw, prefix); in dumpStartList()
206 void dump(PrintWriter pw, String prefix) { in dump() argument
207 pw.print(prefix); pw.print("intent={"); in dump()
210 pw.print(prefix); pw.print("packageName="); pw.println(packageName); in dump()
211 pw.print(prefix); pw.print("processName="); pw.println(processName); in dump()
213 pw.print(prefix); pw.print("permission="); pw.println(permission); in dump()
[all …]
DIntentBindRecord.java51 void dump(PrintWriter pw, String prefix) { in dump() argument
52 pw.print(prefix); pw.print("service="); pw.println(service); in dump()
53 dumpInService(pw, prefix); in dump()
56 void dumpInService(PrintWriter pw, String prefix) { in dumpInService() argument
57 pw.print(prefix); pw.print("intent={"); in dumpInService()
60 pw.print(prefix); pw.print("binder="); pw.println(binder); in dumpInService()
61 pw.print(prefix); pw.print("requested="); pw.print(requested); in dumpInService()
67 pw.print(prefix); pw.print("* Client AppBindRecord{"); in dumpInService()
70 a.dumpInIntentBind(pw, prefix + " "); in dumpInService()
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs40 #define DECL_INT(prefix) \
41 volatile char prefix##_c_1 = 1; \
42 volatile char2 prefix##_c_2 = 1; \
43 volatile char3 prefix##_c_3 = 1; \
44 volatile char4 prefix##_c_4 = 1; \
45 volatile uchar prefix##_uc_1 = 1; \
46 volatile uchar2 prefix##_uc_2 = 1; \
47 volatile uchar3 prefix##_uc_3 = 1; \
48 volatile uchar4 prefix##_uc_4 = 1; \
49 volatile short prefix##_s_1 = 1; \
[all …]
Dmath.rs.bak40 #define DECL_INT(prefix) \
41 volatile char prefix##_c_1 = 1; \
42 volatile char2 prefix##_c_2 = 1; \
43 volatile char3 prefix##_c_3 = 1; \
44 volatile char4 prefix##_c_4 = 1; \
45 volatile uchar prefix##_uc_1 = 1; \
46 volatile uchar2 prefix##_uc_2 = 1; \
47 volatile uchar3 prefix##_uc_3 = 1; \
48 volatile uchar4 prefix##_uc_4 = 1; \
49 volatile short prefix##_s_1 = 1; \
[all …]
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs40 #define DECL_INT(prefix) \
41 volatile char prefix##_c_1 = 1; \
42 volatile char2 prefix##_c_2 = 1; \
43 volatile char3 prefix##_c_3 = 1; \
44 volatile char4 prefix##_c_4 = 1; \
45 volatile uchar prefix##_uc_1 = 1; \
46 volatile uchar2 prefix##_uc_2 = 1; \
47 volatile uchar3 prefix##_uc_3 = 1; \
48 volatile uchar4 prefix##_uc_4 = 1; \
49 volatile short prefix##_s_1 = 1; \
[all …]
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs27 #define DECL_VAR_SET(prefix) \
28 static volatile float prefix##_f_1 = 1; \
29 static volatile float2 prefix##_f_2 = 1; \
30 static volatile float3 prefix##_f_3 = 1; \
31 static volatile float4 prefix##_f_4 = 1; \
32 static volatile char prefix##_c_1 = 1; \
33 static volatile char2 prefix##_c_2 = 1; \
34 static volatile char3 prefix##_c_3 = 1; \
35 static volatile char4 prefix##_c_4 = 1; \
36 static volatile uchar prefix##_uc_1 = 1; \
[all …]
/frameworks/base/telecomm/java/android/telecom/
DLog.java47 public static void d(String prefix, String format, Object... args) { in d() argument
49 android.util.Log.d(TAG, buildMessage(prefix, format, args)); in d()
59 public static void i(String prefix, String format, Object... args) { in i() argument
61 android.util.Log.i(TAG, buildMessage(prefix, format, args)); in i()
71 public static void v(String prefix, String format, Object... args) { in v() argument
73 android.util.Log.v(TAG, buildMessage(prefix, format, args)); in v()
83 public static void w(String prefix, String format, Object... args) { in w() argument
85 android.util.Log.w(TAG, buildMessage(prefix, format, args)); in w()
95 public static void e(String prefix, Throwable tr, String format, Object... args) { in e() argument
97 android.util.Log.e(TAG, buildMessage(prefix, format, args), tr); in e()
[all …]
/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java227 public void dump(PrintWriter pw, String prefix) { in dump() argument
229 pw.println(prefix + TAG); in dump()
230 prefix += " "; in dump()
231 pw.println(prefix + "mEnabled=" + mEnabled); in dump()
232 pw.println(prefix + "mCurrentRotation=" + mCurrentRotation); in dump()
233 pw.println(prefix + "mSensorType=" + mSensorType); in dump()
234 pw.println(prefix + "mSensor=" + mSensor); in dump()
235 pw.println(prefix + "mRate=" + mRate); in dump()
238 mOrientationJudge.dumpLocked(pw, prefix); in dump()
295 public abstract void dumpLocked(PrintWriter pw, String prefix); in dumpLocked() argument
[all …]
/frameworks/base/core/java/android/util/
DPrefixPrinter.java35 public static Printer create(Printer printer, String prefix) { in create() argument
36 if (prefix == null || prefix.equals("")) { in create()
39 return new PrefixPrinter(printer, prefix); in create()
42 private PrefixPrinter(Printer printer, String prefix) { in PrefixPrinter() argument
44 mPrefix = prefix; in PrefixPrinter()
/frameworks/native/opengl/libs/GLES_trace/tools/
Dgenapi.py274 def __init__(self, prefix, apientry, callsite): argument
284 self.prefix = prefix
346 def getApis(apiEntryFile, prefix): argument
352 apis.append(ApiCall(prefix, lines[i*3], lines[i*3+1]))
383 prefix = ""
385 if prefix != api.prefix:
386 lines.append("\n// Declarations for %s APIs\n\n" % api.prefix)
387 prefix = api.prefix
400 prefix = ""
402 if prefix != api.prefix:
[all …]
/frameworks/base/services/core/java/com/android/server/location/
DMockProvider.java143 public void dump(PrintWriter pw, String prefix) { in dump() argument
144 pw.println(prefix + mName); in dump()
145 pw.println(prefix + "mHasLocation=" + mHasLocation); in dump()
146 pw.println(prefix + "mLocation:"); in dump()
147 mLocation.dump(new PrintWriterPrinter(pw), prefix + " "); in dump()
148 pw.println(prefix + "mHasStatus=" + mHasStatus); in dump()
149 pw.println(prefix + "mStatus=" + mStatus); in dump()
150 pw.println(prefix + "mStatusUpdateTime=" + mStatusUpdateTime); in dump()
151 pw.println(prefix + "mExtras=" + mExtras); in dump()
/frameworks/base/core/java/android/content/pm/
DComponentInfo.java142 protected void dumpFront(Printer pw, String prefix) { in dumpFront() argument
143 super.dumpFront(pw, prefix); in dumpFront()
144 pw.println(prefix + "enabled=" + enabled + " exported=" + exported in dumpFront()
147 pw.println(prefix + "description=" + descriptionRes); in dumpFront()
151 protected void dumpBack(Printer pw, String prefix) { in dumpBack() argument
153 pw.println(prefix + "ApplicationInfo:"); in dumpBack()
154 applicationInfo.dump(pw, prefix + " "); in dumpBack()
156 pw.println(prefix + "ApplicationInfo: null"); in dumpBack()
158 super.dumpBack(pw, prefix); in dumpBack()
DApplicationInfo.java657 public void dump(Printer pw, String prefix) { in dump() argument
658 super.dumpFront(pw, prefix); in dump()
660 pw.println(prefix + "className=" + className); in dump()
663 pw.println(prefix + "permission=" + permission); in dump()
665 pw.println(prefix + "processName=" + processName); in dump()
666 pw.println(prefix + "taskAffinity=" + taskAffinity); in dump()
667 pw.println(prefix + "uid=" + uid + " flags=0x" + Integer.toHexString(flags) in dump()
670 pw.println(prefix + "requiresSmallestWidthDp=" + requiresSmallestWidthDp in dump()
673 pw.println(prefix + "sourceDir=" + sourceDir); in dump()
675 pw.println(prefix + "publicSourceDir=" + publicSourceDir); in dump()
[all …]
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardStateMonitor.java96 public void dump(String prefix, PrintWriter pw) { in dump() argument
97 pw.println(prefix + TAG); in dump()
98 prefix += " "; in dump()
99 pw.println(prefix + "mIsShowing=" + mIsShowing); in dump()
100 pw.println(prefix + "mSimSecure=" + mSimSecure); in dump()
101 pw.println(prefix + "mInputRestricted=" + mInputRestricted); in dump()
102 pw.println(prefix + "mCurrentUserId=" + mCurrentUserId); in dump()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dmath.rs40 #define DECL_INT(prefix) \
41 volatile char prefix##_c_1 = 1; \
42 volatile char2 prefix##_c_2 = 1; \
43 volatile char3 prefix##_c_3 = 1; \
44 volatile char4 prefix##_c_4 = 1; \
45 volatile uchar prefix##_uc_1 = 1; \
46 volatile uchar2 prefix##_uc_2 = 1; \
47 volatile uchar3 prefix##_uc_3 = 1; \
48 volatile uchar4 prefix##_uc_4 = 1; \
49 volatile short prefix##_s_1 = 1; \
[all …]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs40 #define DECL_INT(prefix) \
41 volatile char prefix##_c_1 = 1; \
42 volatile char2 prefix##_c_2 = 1; \
43 volatile char3 prefix##_c_3 = 1; \
44 volatile char4 prefix##_c_4 = 1; \
45 volatile uchar prefix##_uc_1 = 1; \
46 volatile uchar2 prefix##_uc_2 = 1; \
47 volatile uchar3 prefix##_uc_3 = 1; \
48 volatile uchar4 prefix##_uc_4 = 1; \
49 volatile short prefix##_s_1 = 1; \
[all …]
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dmath.rs40 #define DECL_INT(prefix) \
41 volatile char prefix##_c_1 = 1; \
42 volatile char2 prefix##_c_2 = 1; \
43 volatile char3 prefix##_c_3 = 1; \
44 volatile char4 prefix##_c_4 = 1; \
45 volatile uchar prefix##_uc_1 = 1; \
46 volatile uchar2 prefix##_uc_2 = 1; \
47 volatile uchar3 prefix##_uc_3 = 1; \
48 volatile uchar4 prefix##_uc_4 = 1; \
49 volatile short prefix##_s_1 = 1; \
[all …]

12345678910>>...15