HomeSort by relevance Sort by last modified time
    Searched refs:tr (Results 126 - 150 of 1679) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /development/samples/browseable/StorageClient/src/com.example.android.common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.common/logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
Log.java 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
87 * @param tr If an exception was thrown, this can be sent along for the logging facilities
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
110 * @param tr If an exception was thrown, this can be sent along for the logging facilities
113 public static void d(String tag, String msg, Throwable tr) {
114 println(DEBUG, tag, msg, tr);
132 * @param tr If an exception was thrown, this can be sent along for the logging facilitie
    [all...]
  /external/testng/src/main/java/org/testng/reporters/
DotTestListener.java 10 public void onTestFailure(ITestResult tr) {
15 public void onTestSkipped(ITestResult tr) {
20 public void onTestSuccess(ITestResult tr) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Log.java 23 public static int v(String tag, String msg, Throwable tr) {
24 return android.util.Log.v(tag, msg, tr);
29 public static int d(String tag, String msg, Throwable tr) {
30 return android.util.Log.d(tag, msg, tr);
35 public static int i(String tag, String msg, Throwable tr) {
36 return android.util.Log.i(tag, msg, tr);
41 public static int w(String tag, String msg, Throwable tr) {
42 return android.util.Log.w(tag, msg, tr);
44 public static int w(String tag, Throwable tr) {
45 return android.util.Log.w(tag, tr);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Log.java 23 public static int v(String tag, String msg, Throwable tr) {
24 return android.util.Log.v(tag, msg, tr);
29 public static int d(String tag, String msg, Throwable tr) {
30 return android.util.Log.d(tag, msg, tr);
35 public static int i(String tag, String msg, Throwable tr) {
36 return android.util.Log.i(tag, msg, tr);
41 public static int w(String tag, String msg, Throwable tr) {
42 return android.util.Log.w(tag, msg, tr);
44 public static int w(String tag, Throwable tr) {
45 return android.util.Log.w(tag, tr);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Log.java 24 public static int v(String tag, String msg, Throwable tr) {
25 return android.util.Log.v(tag, msg, tr);
30 public static int d(String tag, String msg, Throwable tr) {
31 return android.util.Log.d(tag, msg, tr);
36 public static int i(String tag, String msg, Throwable tr) {
37 return android.util.Log.i(tag, msg, tr);
42 public static int w(String tag, String msg, Throwable tr) {
43 return android.util.Log.w(tag, msg, tr);
45 public static int w(String tag, Throwable tr) {
46 return android.util.Log.w(tag, tr);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Log.java 23 public static int v(String tag, String msg, Throwable tr) {
24 return android.util.Log.v(tag, msg, tr);
29 public static int d(String tag, String msg, Throwable tr) {
30 return android.util.Log.d(tag, msg, tr);
35 public static int i(String tag, String msg, Throwable tr) {
36 return android.util.Log.i(tag, msg, tr);
41 public static int w(String tag, String msg, Throwable tr) {
42 return android.util.Log.w(tag, msg, tr);
44 public static int w(String tag, Throwable tr) {
45 return android.util.Log.w(tag, tr);
    [all...]
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);
LogWrapper.java 48 * @param tr If an exception was thrown, this can be sent along for the logging facilities
52 public void println(int priority, String tag, String msg, Throwable tr) {
62 if (tr != null) {
63 msg += "\n" + Log.getStackTraceString(tr);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/common/logger/
LogNode.java 34 * @param tr If an exception was thrown, this can be sent along for the logging facilities
37 public void println(int priority, String tag, String msg, Throwable tr);

Completed in 402 milliseconds

1 2 3 4 56 7 8 91011>>