/development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/StorageClient/src/com.example.android.common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/StorageProvider/src/com.example.android.common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/ |
Log.java | 58 * @param priority Log level of the data being logged. Verbose, Error, etc. 64 public static void println(int priority, String tag, String msg, Throwable tr) { 66 mLogNode.println(priority, tag, msg, tr); 74 * @param priority Log level of the data being logged. Verbose, Error, etc. 78 public static void println(int priority, String tag, String msg) { 79 println(priority, tag, msg, null); 83 * Prints a message at VERBOSE priority. 95 * Prints a message at VERBOSE priority. 106 * Prints a message at DEBUG priority. 118 * Prints a message at DEBUG priority [all...] |
LogWrapper.java | 45 * @param priority Log level of the data being logged. Verbose, Error, etc. 52 public void println(int priority, String tag, String msg, Throwable tr) { 67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg) 68 Log.println(priority, tag, useMsg); 72 mNext.println(priority, tag, msg, tr);
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_attr_setschedparam.c | 45 int priority; local 52 priority = param->sched_priority; 54 /* Validate priority level. */ 55 if (priority < sched_get_priority_min (SCHED_OTHER) || 56 priority > sched_get_priority_max (SCHED_OTHER))
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
ResourceLoadPriorityOptimizer.cpp | 58 ResourceLoadPriority priority = it->value->status == Visible ? local 61 if (priority != it->value->imageResource->resourceRequest().priority()) { 62 it->value->imageResource->resourceRequest().setPriority(priority); 63 it->value->imageResource->didChangePriority(priority);
|
/external/chromium_org/ui/base/accelerators/ |
accelerator_manager.h | 32 // higher priority. 34 // |priority| denotes the priority of the handler. 48 HandlerPriority priority, 70 // Whether the given |accelerator| has a priority handler associated with it.
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScriptThunker.java | 38 public void setPriority(Priority p) { 40 if (p == Priority.LOW) mN.setPriority(android.renderscript.RenderScript.Priority.LOW); 41 if (p == Priority.NORMAL) mN.setPriority(android.renderscript.RenderScript.Priority.NORMAL);
|
/frameworks/volley/tests/src/com/android/volley/mock/ |
MockRequest.java | 84 private Priority mPriority = super.getPriority(); 86 public void setPriority(Priority priority) { 87 mPriority = priority; 91 public Priority getPriority() {
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
vlan.h | 36 #define VLAN_PRI_SHIFT 13 /* user priority */ 38 #define VLAN_PRI_MASK 7 /* 3 bits of priority */ 50 uint16 vlan_tag; /* priority, cfi and vid */ 57 uint16 vlan_tag; /* priority, cfi and vid */ 72 uint16 vlan_tag; /* priority, cfi and vid */
|
/bootable/recovery/minzip/ |
Log.h | 131 * verbose priority. 143 * debug priority. 151 * info priority. 159 * warn priority. 167 * error priority. 187 #define LOG(priority, tag, ...) \ 188 LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) 192 * Log macro that allows you to specify a number for the priority. 195 #define LOG_PRI(priority, tag, ...) \ 200 * Conditional given a desired logging priority and tag [all...] |
/external/chromium_org/net/spdy/ |
spdy_http_utils.cc | 132 const RequestPriority priority, 134 DCHECK_GE(priority, MINIMUM_PRIORITY); 135 DCHECK_LE(priority, MAXIMUM_PRIORITY); 137 // SPDY 2 only has 2 bits of priority, but we have 5 RequestPriorities. 139 if (priority > LOWEST) { 140 return static_cast<SpdyPriority>(HIGHEST - priority); 142 return static_cast<SpdyPriority>(HIGHEST - priority - 1); 145 return static_cast<SpdyPriority>(HIGHEST - priority); 150 SpdyPriority priority, 155 return (priority >= idle_cutoff) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/timer/os2/ |
SDL_systimer.c | 102 ULONG priority = 0, nesting; /* Shut down the warnings */ local 126 It turns out that on Warp3fp42 it is the priority at the time 130 priority = (tib->tib_ptib2->tib2_ulpri); 131 if ((priority & 0xFF00) == 0x0300) /* already time-critical */ 135 /* We do not want to run at high priority if a signal causes us 151 /* Nobody switched priority while we slept... Ignore errors... */ 152 /* tib->tib_ptib2->tib2_ulpri = priority; */ /* Get back... */ 153 if (!(rc = DosSetPriority(PRTYS_THREAD, (priority>>8) & 0xFF, 0, 0))) 154 rc = DosSetPriority(PRTYS_THREAD, 0, priority & 0xFF, 0); 159 /* The actual blocking call is made with "normal" priority. This way w [all...] |