/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_eql.h | 45 long priority; member in struct:slave_config 50 long priority; member in struct:slaving_request
|
nfs_fs.h | 24 #define FLUSH_LOWPRI 8 /* low priority background flush */ 25 #define FLUSH_HIGHPRI 16 /* high priority memory reclaim flush */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_eql.h | 45 long priority; member in struct:slave_config 50 long priority; member in struct:slaving_request
|
nfs_fs.h | 24 #define FLUSH_LOWPRI 8 /* low priority background flush */ 25 #define FLUSH_HIGHPRI 16 /* high priority memory reclaim flush */
|
/external/chromium/net/base/ |
request_priority.h | 14 HIGHEST = 0, // 0 must be the highest priority.
|
/frameworks/base/core/java/android/net/ |
NetworkConfig.java | 44 * higher number == higher priority when turning off connections 46 public int priority; field in class:NetworkConfig 63 * [associated radio-type],[priority],[dependencyMet] 70 priority = Integer.parseInt(fragments[3]);
|
/system/core/include/system/ |
thread_defs.h | 33 * A thread priority should be chosen inverse-proportionally to 35 * a thread will do, the less favorable priority it should get so that 46 /* most threads run at normal priority */ 52 /* the main UI thread has a slightly more favorable priority */
|
/external/chromium_org/net/url_request/ |
url_request_netlog_params.cc | 16 RequestPriority priority, 23 dict->SetInteger("priority", static_cast<int>(priority));
|
/frameworks/volley/tests/src/com/android/volley/ |
RequestQueueTest.java | 19 import com.android.volley.Request.Priority; 54 Request.Priority[] allPriorities = Request.Priority.values(); 60 Request.Priority priority = allPriorities[random.nextInt(allPriorities.length)]; local 62 request.setPriority(priority); 136 private Priority mLastPriority = Priority.IMMEDIATE; 155 Priority thisPriority = request.getPriority(); 160 // Should never experience a higher priority after a lower priorit [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/ |
PriorityThreadFactory.java | 25 * A thread factory that creates threads with a given thread priority. 33 public PriorityThreadFactory(String name, int priority) { 35 mPriority = priority;
|
/external/chromium_org/ui/message_center/ |
notification_list.cc | 20 if (n1->priority() > n2->priority()) // Higher pri go first. 22 if (n1->priority() < n2->priority()) 65 if (notification->priority() < SYSTEM_PRIORITY) 88 // Handles priority promotion. If the notification is already dismissed but 89 // the updated notification has higher priority, it should re-appear as a 91 if ((*iter)->priority() < new_notification->priority()) { 184 if ((*iter)->priority() < DEFAULT_PRIORITY [all...] |
/developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/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);
|
/developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/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);
|
/developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/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);
|
/developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/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/net/base/ |
priority_queue_unittest.cc | 12 typedef PriorityQueue<int>::Priority Priority; 13 const Priority kPriorities[] = { 2, 1, 2, 0, 4, 3, 1, 4, 0 }; 14 const Priority kNumPriorities = 5; // max(kPriorities) + 1 48 EXPECT_EQ(kPriorities[i], pointers_[i].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/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...] |