/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 252 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testLockTaskViolation() local 276 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testLockTaskViolation_emergencyCall() local 308 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testLockTaskViolation_wirelessEmergencyAlerts() local 324 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testStopLockTaskMode() local 341 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testStopLockTaskMode_differentCaller() local 353 Task tr = getTask(LOCK_TASK_AUTH_ALLOWLISTED); in testStopLockTaskMode_systemCaller() local 408 Task tr = getTask(LOCK_TASK_AUTH_PINNABLE); in testStopLockTaskMode_pinned() local [all …]
|
/frameworks/base/core/java/android/util/ |
D | Slog.java | 65 public static int v(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in v() 96 public static int d(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in d() 126 public static int i(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in i() 157 public static int w(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in w() 171 public static int w(@Nullable String tag, @Nullable Throwable tr) { in w() 201 public static int e(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in e() 263 public static int wtf(@Nullable String tag, @Nullable Throwable tr) { in wtf() 283 public static int wtf(@Nullable String tag, @NonNull String msg, @Nullable Throwable tr) { in wtf()
|
D | Log.java | 160 public static int v(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in v() 183 public static int d(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in d() 205 public static int i(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in i() 228 public static int w(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in w() 262 public static int w(@Nullable String tag, @Nullable Throwable tr) { in w() 285 public static int e(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in e() 319 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf() 331 public static int wtf(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in wtf() 336 static int wtf(int logId, @Nullable String tag, @Nullable String msg, @Nullable Throwable tr, in wtf() 377 public static String getStackTraceString(@Nullable Throwable tr) { in getStackTraceString() [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/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 | 51 public static int v(String tag, String msg, Throwable tr) { in v() 60 public static int d(String tag, String msg, Throwable tr) { in d() 69 public static int i(String tag, String msg, Throwable tr) { in i() 78 public static int w(String tag, String msg, Throwable tr) { in w() 83 public static int w(String tag, Throwable tr) { in w() 91 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/native/services/surfaceflinger/ |
D | LayerFE.cpp | 40 mat4 tr; in inverseOrientation() local 286 mat4 tr = inverseOrientation(transform); in prepareBufferStateClientComposition() local 323 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/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/packages/Vcn/service-b/src/com/android/server/vcn/ |
D | Vcn.java | 600 private void logDbg(String msg, Throwable tr) { in logDbg() 609 private void logInfo(String msg, Throwable tr) { in logInfo() 619 private void logErr(String msg, Throwable tr) { in logErr() 629 private void logWtf(String msg, Throwable tr) { in logWtf()
|
/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/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 | 126 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 | ExtendAnimation.java | 140 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 | 113 mat4 tr = mat4::translate(vec4(.5, .5, 0, 1)) * mat4::scale(vec4(1, -1, 1, 1)) * in getLayerSettings() local
|
/frameworks/base/packages/Vcn/service-b/src/com/android/server/vcn/routeselection/ |
D | UnderlyingNetworkController.java | 665 private void logInfo(String msg, Throwable tr) { in logInfo() 675 private void logWtf(String msg, Throwable tr) { in logWtf()
|