/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/ |
D | Log.java | 64 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/ |
D | LockTaskControllerTest.java | 179 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/ |
D | ShadowSlog.java | 33 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/ |
D | Slog.java | 64 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()
|
D | Log.java | 149 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/ |
D | Log.java | 78 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/ |
D | Rlog.java | 46 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/ |
D | Rlog.java | 47 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/ |
D | Slogf.java | 70 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/ |
D | ClipRectLRAnimation.java | 44 protected void applyTransformation(float it, Transformation tr) { in applyTransformation()
|
/frameworks/base/core/java/android/os/ |
D | TransactionTracker.java | 46 public void addTrace(Throwable tr) { in addTrace()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | Log.java | 54 public static void e(String tag, String msg, Throwable tr) { in e()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | ModemPowerMetrics.java | 87 long tr = stats.getTimeInRatMicros(i); in buildProto() local
|
/frameworks/base/services/core/java/com/android/server/vcn/ |
D | Vcn.java | 591 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/ |
D | Log.java | 154 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/ |
D | ApplicationErrorReport.java | 351 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/ |
D | rsCpuIntrinsicLUT.cpp | 60 const uchar *tr = (const uchar *)cp->lut->mHal.drvState.lod[0].mallocPtr; in kernel() local
|
/frameworks/native/services/surfaceflinger/ |
D | BufferLayer.cpp | 135 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/ |
D | TrackPlayerBase.cpp | 123 float tr = mPlayerVolumeR * mPanMultiplierR * mVolumeMultiplierR; in doSetVolume() local
|
/frameworks/base/services/core/java/com/android/server/vcn/routeselection/ |
D | UnderlyingNetworkController.java | 495 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/ |
D | EuiccCard.java | 164 private static void loge(String message, Throwable tr) { in loge()
|
/frameworks/base/services/core/java/com/android/server/ |
D | VcnManagementService.java | 1179 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/ |
D | ExtendAnimation.java | 139 protected void applyTransformation(float it, Transformation tr) { in applyTransformation()
|
D | ClipRectAnimation.java | 141 protected void applyTransformation(float it, Transformation tr) { in applyTransformation()
|
/frameworks/av/media/libstagefright/ |
D | FrameCaptureLayer.cpp | 122 mat4 tr = mat4::translate(vec4(.5, .5, 0, 1)) * mat4::scale(vec4(1, -1, 1, 1)) * in getLayerSettings() local
|