Home
last modified time | relevance | path

Searched defs:tr (Results 1 – 25 of 56) 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
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/
DSlog.java65 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()
DLog.java160 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/
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/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.java51 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/
DSlogf.java67 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/
DLayerFE.cpp40 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/
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/packages/Vcn/service-b/src/com/android/server/vcn/
DVcn.java600 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/
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/telecomm/java/android/telecom/
DLog.java155 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/
DApplicationErrorReport.java357 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/
DBinderLogger.kt70 val tr = Throwable() in onTransactStarted() constant
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicLUT.cpp60 const uchar *tr = (const uchar *)cp->lut->mHal.drvState.lod[0].mallocPtr; in kernel() local
/frameworks/av/media/libaudioclient/
DTrackPlayerBase.cpp126 float tr = mPlayerVolumeR * mPanMultiplierR * mVolumeMultiplierR; in doSetVolume() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java167 private static void loge(String message, Throwable tr) { in loge()
/frameworks/base/core/java/android/view/animation/
DExtendAnimation.java140 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.cpp113 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/
DUnderlyingNetworkController.java665 private void logInfo(String msg, Throwable tr) { in logInfo()
675 private void logWtf(String msg, Throwable tr) { in logWtf()

123