/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
resource.h | 46 #define RLIMIT_RTPRIO 14 /* maximum realtime priority */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
resource.h | 46 #define RLIMIT_RTPRIO 14 /* maximum realtime priority */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
resource.h | 46 #define RLIMIT_RTPRIO 14 /* maximum realtime priority */
|
/external/chromium/net/socket/ |
transport_client_socket_pool.h | 29 RequestPriority priority, 46 void Initialize(RequestPriority priority, const GURL& referrer, 158 RequestPriority priority,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
thread.h | 137 // Sets the thread's priority. Must be called before Start(). 138 ThreadPriority priority() const { return priority_; } function in class:talk_base::Thread 139 bool SetPriority(ThreadPriority priority);
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
status.h | 55 // These are arranged in "priority order", i.e., if we see 56 // two statuses at the same priority but with different Shows, 70 int priority() const { return pri_; } function in class:buzz::Status
|
/external/e2fsprogs/misc/ |
blkid.8.in | 75 parameter, then the device with the highest priority is returned, and/or 76 the first device found at a given priority. Device types in order of 77 decreasing priority are Device Mapper, EVMS, LVM, MD, and finally regular
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/ |
AbstractControlActionsManager.java | 125 * 2. Highest priority {@link Expression}, so this handler has a chance to be set. 140 // get the highest priority 141 // note, if someone else has such priority, there will be key-binding conflicts logged.
|
/external/iproute2/man/man8/ |
tc-htb.8 | 30 priority 110 prio priority 111 In the round-robin process, classes with the lowest priority field are tried
|
/external/ipsec-tools/src/libipsec/ |
policy_token.l | 109 priority { return(PRIORITY); } 110 prio { return(PRIORITY); }
|
/external/ipsec-tools/src/racoon/ |
policy.h | 67 u_int32_t priority; /* priority for the policy */ member in struct:policyindex 119 (idx)->priority = (_priority); \
|
/external/linux-tools-perf/Documentation/ |
perf-top.txt | 81 -r <priority>:: 82 --realtime=<priority>:: 83 Collect data with this RT SCHED_FIFO priority.
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
WifiManagerTest.java | 112 configuration.priority = 44; 117 assertThat(configuration.priority, equalTo(44)); 118 assertThat(configuredNetworks.get(1).priority, equalTo(44));
|
/external/stressapptest/src/ |
logger.h | 63 // Lines with a priority numerically greater than this will not be logged. 92 // priority: If this is numerically greater than the verbosity, the line 96 void VLogF(int priority, const char *format, va_list args);
|
/external/webkit/Source/WebCore/platform/mac/ |
WebCoreSystemInterface.mm | 94 void (*wkSetHTTPPipeliningMaximumPriority)(int priority); 95 void (*wkSetHTTPPipeliningPriority)(NSMutableURLRequest *, int priority); 96 void (*wkSetHTTPPipeliningMinimumFastLanePriority)(int priority);
|
/frameworks/av/include/media/nbaio/ |
MonoPipe.h | 100 // strictly higher priority than the observer threads. Currently, both of 102 // FastMixer thread (which runs with SCHED_FIFO/RT priority while the only 104 // traditional (non-RT) audio priority.
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 440 * Set priority of the profile 443 * Priority can be one of {@link #PRIORITY_ON} or 450 * @param priority 451 * @return true if priority is set, false on error 454 public boolean setPriority(BluetoothDevice device, int priority) { 455 if (DBG) log("setPriority(" + device + ", " + priority + ")"); 458 if (priority != BluetoothProfile.PRIORITY_OFF && 459 priority != BluetoothProfile.PRIORITY_ON) { 463 return mService.setPriority(device, priority); 474 * Get the priority of the profile [all...] |
/frameworks/base/core/jni/ |
android_util_Log.cpp | 106 * public static native int println_native(int buffer, int priority, String tag, String msg) 109 jint bufID, jint priority, jstring tagObj, jstring msgObj) 128 int res = __android_log_buf_write(bufID, (android_LogPriority)priority, tag, msg);
|
/frameworks/base/docs/html/design/patterns/ |
notifications.jd | 18 <li>A priority flag was introduced that helps to sort notifications by importance rather than time only.</li> 92 <h4>Correctly set and manage notification priority</h4> 93 <p>Starting with Jelly Bean, Android now supports a priority flag for notifications. It allows you to influence where your notification will appear in comparison to other notifications and help to make sure that users always see their most important notifications first. You can choose from the following priority levels when posting a notification:</p> 97 <th><strong>Priority</strong></th> 106 <td>Use high priority notifications primarily for important communication, such as message or chat events with content that is particularly interesting for the user.</td> 110 <td>The default priority. Keep all notifications that don't fall into any of the other categories at this priority level.</td> 118 <td>Contextual/background information (e.g. weather information, contextual location information). Minimum priority notifications will not show in the status bar. The user will only discover them when they expand the notification tray.</td> 155 <p>Many Android devices contain a tiny lamp, called the notification <acronym title="Light-Emitting Diode">LED</acronym>, which is used to keep the user informed about events while the screen is off. Notifications with a priority level of MAX, HIGH, or DEFAULT should cause the LED to glow, while those with lower priority (LOW (…) [all...] |
/frameworks/base/services/java/com/android/server/ |
PreferredComponent.java | 183 public boolean sameSet(List<ResolveInfo> query, int priority) { 190 if (ri.priority != priority) continue;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.11e.h | 74 /* 802.1D priority is duplicated - bits 13-11 AND bits 3-1 */ 86 #define TS_INFO_USER_PRIO_SHIFT 3 /* TS info. user priority shift */ 87 /* TS info. user priority mask */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-single.h | 76 /* Set the current thread's priority. */ 78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED) 84 /* Return the current thread's priority. */
|