/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 | 155 public static int v(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in v() 178 public static int d(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in d() 200 public static int i(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in i() 223 public static int w(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in w() 256 public static int w(@Nullable String tag, @Nullable Throwable tr) { in w() 279 public static int e(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in e() 313 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf() 325 public static int wtf(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in wtf() 330 static int wtf(int logId, @Nullable String tag, @Nullable String msg, @Nullable Throwable tr, in wtf() 371 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 | 67 public static int v(String tag, String msg, Throwable tr) { in v() 77 public static int d(String tag, String msg, Throwable tr) { in d() 87 public static int i(String tag, String msg, Throwable tr) { in i() 97 public static int w(String tag, String msg, Throwable tr) { in w() 102 public static int w(String tag, Throwable tr) { in w() 112 public static int e(String tag, String msg, Throwable tr) { in e() 132 public static int wtf(String tag, Throwable tr) { in wtf() 137 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/native/services/surfaceflinger/ |
D | LayerFE.cpp | 40 mat4 tr; in inverseOrientation() local 264 mat4 tr = inverseOrientation(transform); in prepareBufferStateClientComposition() local 301 mat4 tr = mat4::translate(vec4(.5f, .5f, 0.f, 1.f)) * mat4::scale(vec4(1.f, -1.f, 1.f, 1.f)) * in prepareBufferStateClientComposition() local
|
/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 | 155 public static void e(String prefix, Throwable tr, String format, Object... args) { in e() 161 public static void e(Object objectPrefix, Throwable tr, String format, Object... args) { in e() 168 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() 172 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf()
|
/frameworks/base/core/java/android/app/ |
D | ApplicationErrorReport.java | 357 public CrashInfo(Throwable tr) { in CrashInfo() 404 public void appendStackTrace(String tr) { in appendStackTrace() 501 public ParcelableCrashInfo(Throwable tr) { in ParcelableCrashInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | BinderLogger.kt | 70 val tr = Throwable() in onTransactStarted() constant
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicLUT.cpp | 60 const uchar *tr = (const uchar *)cp->lut->mHal.drvState.lod[0].mallocPtr; in kernel() local
|
/frameworks/av/media/libaudioclient/ |
D | TrackPlayerBase.cpp | 123 float tr = mPlayerVolumeR * mPanMultiplierR * mVolumeMultiplierR; in doSetVolume() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCard.java | 167 private static void loge(String message, Throwable tr) { in loge()
|
/frameworks/base/core/java/android/view/animation/ |
D | ClipRectAnimation.java | 141 protected void applyTransformation(float it, Transformation tr) { in applyTransformation()
|
D | ExtendAnimation.java | 139 protected void applyTransformation(float it, Transformation tr) { in applyTransformation()
|
/frameworks/av/media/libstagefright/ |
D | FrameCaptureLayer.cpp | 113 mat4 tr = mat4::translate(vec4(.5, .5, 0, 1)) * mat4::scale(vec4(1, -1, 1, 1)) * in getLayerSettings() local
|
/frameworks/base/services/core/java/com/android/server/vcn/routeselection/ |
D | UnderlyingNetworkController.java | 577 private void logInfo(String msg, Throwable tr) { in logInfo() 587 private void logWtf(String msg, Throwable tr) { in logWtf()
|