Home
last modified time | relevance | path

Searched defs:tr (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
DLog.java64 public static void d(Tag tag, String msg, Throwable tr) { in d()
66 android.util.Log.d(tag.toString(), msg, tr); in d() local
76 public static void e(Tag tag, String msg, Throwable tr) { in e()
78 android.util.Log.e(tag.toString(), msg, tr); in e() local
88 public static void i(Tag tag, String msg, Throwable tr) { in i()
90 android.util.Log.i(tag.toString(), msg, tr); in i() local
100 public static void v(Tag tag, String msg, Throwable tr) { in v()
102 android.util.Log.v(tag.toString(), msg, tr); in v() local
112 public static void w(Tag tag, String msg, Throwable tr) { in w()
114 android.util.Log.w(tag.toString(), msg, tr); in w() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLockTaskControllerTest.java179 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testStartLockTaskMode_once() local
216 Task tr = getTask(LOCK_TASK_AUTH_PINNABLE); in testStartLockTaskMode_pinningRequest() local
228 Task tr = getTask(LOCK_TASK_AUTH_PINNABLE); in testStartLockTaskMode_pinnedBySystem() local
247 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testLockTaskViolation() local
271 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testLockTaskViolation_emergencyCall() local
303 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testLockTaskViolation_wirelessEmergencyAlerts() local
319 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testStopLockTaskMode() local
336 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testStopLockTaskMode_differentCaller() local
348 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testStopLockTaskMode_systemCaller() local
403 Task tr = getTask(LOCK_TASK_AUTH_PINNABLE); in testStopLockTaskMode_pinned() local
[all …]
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowSlog.java33 protected static int v(String tag, String msg, Throwable tr) { in v()
43 protected static int d(String tag, String msg, Throwable tr) { in d()
53 protected static int i(String tag, String msg, Throwable tr) { in i()
63 protected static int w(String tag, String msg, Throwable tr) { in w()
68 protected static int w(String tag, Throwable tr) { in w()
78 protected static int e(String tag, String msg, Throwable tr) { in e()
98 protected static int wtf(String tag, Throwable tr) { in wtf()
103 protected static int wtf(String tag, String msg, Throwable tr) { in wtf()
/frameworks/base/core/java/android/util/
DSlog.java64 public static int v(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in v()
95 public static int d(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in d()
125 public static int i(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in i()
156 public static int w(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in w()
170 public static int w(@Nullable String tag, @Nullable Throwable tr) { in w()
200 public static int e(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in e()
262 public static int wtf(@Nullable String tag, @Nullable Throwable tr) { in wtf()
282 public static int wtf(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in wtf()
DLog.java149 public static int v(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in v()
170 public static int d(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in d()
191 public static int i(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in i()
212 public static int w(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in w()
244 public static int w(@Nullable String tag, @Nullable Throwable tr) { in w()
265 public static int e(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in e()
297 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf()
308 public static int wtf(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in wtf()
313 static int wtf(int logId, @Nullable String tag, @Nullable String msg, @Nullable Throwable tr, in wtf()
354 public static String getStackTraceString(@Nullable Throwable tr) { in getStackTraceString()
[all …]
/frameworks/multidex/library/test/src/android/util/
DLog.java78 public static int v(String tag, String msg, Throwable tr) { in v()
99 public static int d(String tag, String msg, Throwable tr) { in d()
120 public static int i(String tag, String msg, Throwable tr) { in i()
141 public static int w(String tag, String msg, Throwable tr) { in w()
151 public static int w(String tag, Throwable tr) { in w()
172 public static int e(String tag, String msg, Throwable tr) { in e()
180 public static String getStackTraceString(Throwable tr) { in getStackTraceString()
/frameworks/base/core/java/android/telephony/
DRlog.java46 public static int v(String tag, String msg, Throwable tr) { in v()
57 public static int d(String tag, String msg, Throwable tr) { in d()
68 public static int i(String tag, String msg, Throwable tr) { in i()
79 public static int w(String tag, String msg, Throwable tr) { in w()
84 public static int w(String tag, Throwable tr) { in w()
94 public static int e(String tag, String msg, Throwable tr) { in e()
/frameworks/base/telephony/java/com/android/telephony/
DRlog.java47 public static int v(String tag, String msg, Throwable tr) { in v()
56 public static int d(String tag, String msg, Throwable tr) { in d()
65 public static int i(String tag, String msg, Throwable tr) { in i()
74 public static int w(String tag, String msg, Throwable tr) { in w()
79 public static int w(String tag, Throwable tr) { in w()
87 public static int e(String tag, String msg, Throwable tr) { in e()
/frameworks/base/services/core/java/com/android/server/utils/
DSlogf.java70 public static int v(String tag, String msg, Throwable tr) { in v()
80 public static int d(String tag, String msg, Throwable tr) { in d()
90 public static int i(String tag, String msg, Throwable tr) { in i()
100 public static int w(String tag, String msg, Throwable tr) { in w()
105 public static int w(String tag, Throwable tr) { in w()
115 public static int e(String tag, String msg, Throwable tr) { in e()
135 public static int wtf(String tag, Throwable tr) { in wtf()
140 public static int wtf(String tag, String msg, Throwable tr) { in wtf()
/frameworks/base/core/java/com/android/internal/policy/
DClipRectLRAnimation.java44 protected void applyTransformation(float it, Transformation tr) { in applyTransformation()
/frameworks/base/core/java/android/os/
DTransactionTracker.java46 public void addTrace(Throwable tr) { in addTrace()
/frameworks/base/core/java/android/view/textclassifier/
DLog.java54 public static void e(String tag, String msg, Throwable tr) { in e()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DModemPowerMetrics.java87 long tr = stats.getTimeInRatMicros(i); in buildProto() local
/frameworks/base/services/core/java/com/android/server/vcn/
DVcn.java591 private void logDbg(String msg, Throwable tr) { in logDbg()
600 private void logInfo(String msg, Throwable tr) { in logInfo()
610 private void logErr(String msg, Throwable tr) { in logErr()
620 private void logWtf(String msg, Throwable tr) { in logWtf()
/frameworks/base/telecomm/java/android/telecom/
DLog.java154 public static void e(String prefix, Throwable tr, String format, Object... args) { in e()
160 public static void e(Object objectPrefix, Throwable tr, String format, Object... args) { in e()
167 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf()
171 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf()
/frameworks/base/core/java/android/app/
DApplicationErrorReport.java351 public CrashInfo(Throwable tr) { in CrashInfo()
390 public void appendStackTrace(String tr) { in appendStackTrace()
483 public ParcelableCrashInfo(Throwable tr) { in ParcelableCrashInfo()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicLUT.cpp60 const uchar *tr = (const uchar *)cp->lut->mHal.drvState.lod[0].mallocPtr; in kernel() local
/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp135 mat4 tr; in inverseOrientation() local
219 mat4 tr = inverseOrientation(transform); in prepareClientComposition() local
259 mat4 tr = mat4::translate(vec4(.5, .5, 0, 1)) * mat4::scale(vec4(1, -1, 1, 1)) * in prepareClientComposition() local
/frameworks/av/media/libaudioclient/
DTrackPlayerBase.cpp123 float tr = mPlayerVolumeR * mPanMultiplierR * mVolumeMultiplierR; in doSetVolume() local
/frameworks/base/services/core/java/com/android/server/vcn/routeselection/
DUnderlyingNetworkController.java495 private void logInfo(String msg, Throwable tr) { in logInfo()
505 private void logWtf(String msg, Throwable tr) { in logWtf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java164 private static void loge(String message, Throwable tr) { in loge()
/frameworks/base/services/core/java/com/android/server/
DVcnManagementService.java1179 private void logDbg(String msg, Throwable tr) { in logDbg()
1188 private void logInfo(String msg, Throwable tr) { in logInfo()
1198 private void logErr(String msg, Throwable tr) { in logErr()
1208 private void logWtf(String msg, Throwable tr) { in logWtf()
/frameworks/base/core/java/android/view/animation/
DExtendAnimation.java139 protected void applyTransformation(float it, Transformation tr) { in applyTransformation()
DClipRectAnimation.java141 protected void applyTransformation(float it, Transformation tr) { in applyTransformation()
/frameworks/av/media/libstagefright/
DFrameCaptureLayer.cpp122 mat4 tr = mat4::translate(vec4(.5, .5, 0, 1)) * mat4::scale(vec4(1, -1, 1, 1)) * in getLayerSettings() local

123