HomeSort by relevance Sort by last modified time
    Searched refs:tr (Results 51 - 75 of 1010) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/samples/browseable/ImmersiveMode/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/NetworkConnect/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/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...]
  /development/samples/browseable/repeatingAlarm/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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketKexDHReply.java 30 TypesReader tr = new TypesReader(payload, off, len); local
32 int packet_type = tr.readByte();
38 hostKey = tr.readByteString();
39 f = tr.readMPINT();
40 signature = tr.readByteString();
42 if (tr.remain() != 0) throw new IOException("PADDING IN SSH_MSG_KEXDH_REPLY!");
PacketKexDhGexReply.java 30 TypesReader tr = new TypesReader(payload, off, len); local
32 int packet_type = tr.readByte();
37 hostKey = tr.readByteString();
38 f = tr.readMPINT();
39 signature = tr.readByteString();
41 if (tr.remain() != 0)
  /external/chromium_org/chrome/browser/resources/
about_memory_linux.css 9 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1),
10 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(4),
11 table.list#browserComparison tr.firstRow th:nth-child(1) {
15 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2),
16 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5),
17 table.list#memoryDetails tr.firstRow th:nth-child(2) {
  /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/ActivityInstrumentation/ActivityInstrumentationSample/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/AdvancedImmersiveModeSample/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/BasicAccessibilitySample/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/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/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/BasicContactables/BasicContactablesSample/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/BasicGestureDetect/BasicGestureDetectSample/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 237 milliseconds

1 23 4 5 6 7 8 91011>>