HomeSort by relevance Sort by last modified time
    Searched refs:priority (Results 426 - 450 of 957) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/css/
CSSStyleDeclaration.cpp 96 void CSSStyleDeclaration::setProperty(const String& propertyName, const String& value, const String& priority, ExceptionCode& ec)
103 bool important = priority.find("important", 0, false) != notFound;
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 90 bool runOnCallingThread, bool canCallJava, int32_t priority) {
117 mName.empty() ? "ALooper" : mName.c_str(), priority);
  /frameworks/base/core/java/android/os/
CommonTimeConfig.java 112 * Gets the current priority of the common time service used in the master election protocol.
114 * @return an 8 bit value indicating the priority of this common time service relative to other
125 * Sets the current priority of the common time service used in the master election protocol.
127 * @param priority priority of the common time service used in the master election protocol.
128 * Lower numbers are lower priority.
132 public int setMasterElectionPriority(byte priority) {
135 return mUtils.transactSetInt(METHOD_SET_MASTER_ELECTION_PRIORITY, priority);
  /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/media/java/android/media/audiofx/
BassBoost.java 86 * @param priority the priority level requested by the application for controlling the BassBoost
88 * how much the requesting application needs control of effect parameters. The normal priority
98 public BassBoost(int priority, int audioSession)
101 super(EFFECT_TYPE_BASS_BOOST, EFFECT_TYPE_NULL, priority, audioSession);
Virtualizer.java 88 * @param priority the priority level requested by the application for controlling the Virtualizer
90 * how much the requesting application needs control of effect parameters. The normal priority
100 public Virtualizer(int priority, int audioSession)
103 super(EFFECT_TYPE_VIRTUALIZER, EFFECT_TYPE_NULL, priority, audioSession);
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbMessage.java 86 /** Normal message priority. */
89 /** Interactive message priority. */
92 /** Urgent message priority. */
95 /** Emergency message priority. */
132 /** Message priority (including emergency priority). */
146 int priority, SmsCbEtwsInfo etwsWarningInfo, SmsCbCmasInfo cmasWarningInfo) {
154 mPriority = priority;
304 * Get the message priority. Normal broadcasts return {@link #MESSAGE_PRIORITY_NORMAL}
307 * @return an integer representing the message priority
    [all...]
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 33 boolean useChronometer, int priority, CharSequence subText) {
57 .setPriority(priority)
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRepresentation.java 107 public void setPriority(int priority) {
108 mPriority = priority;
  /external/chromium/chrome/browser/net/
preconnect.cc 62 // priority here, as we won't make a request, and will surrender the created
64 // speculative socket as such, and IF we use a net::LOWEST priority, and if
72 request_info.priority = net::HIGHEST;
  /external/chromium/net/socket/
client_socket_pool.h 41 // connecting. |priority| will determine the placement into the wait list.
65 RequestPriority priority,
76 // ClientSocketPool will assign a priority to the new connections, if any.
77 // This priority will probably be lower than all others, since this method
  /external/kernel-headers/original/linux/
ipmi_smi.h 96 are held when this is run. If the priority is > 0, the
97 message will go into a high-priority queue and be sent
98 first. Otherwise, it goes into a normal-priority queue. */
101 int priority);
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 54 * pnext - Next network in per-priority list
57 * priority class. The heads of these list are stored in the pssid
73 * priority - Priority group
75 * By default, all networks will get same priority group (0). If some
78 * selecting a BSS. The priority groups will be iterated in decreasing
79 * priority (i.e., the larger the priority value, the sooner the
80 * network is matched against the scan results). Within each priority
85 * not using this priority to select the order for scanning. Instead
89 int priority; member in struct:wpa_ssid
    [all...]
  /frameworks/av/include/media/
Visualizer.h 68 Visualizer(int32_t priority = 0,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 68 * The BDC header is used on data packets to convey priority across USB.
73 uint8 priority; /* 802.1d Priority 0:2 bits, 4:7 USB flow control info */ member in struct:bdc_header
90 /* priority field bitmap */
  /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. */
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/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. */
  /prebuilts/ndk/6/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. */
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/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. */
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/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. */
  /prebuilts/ndk/7/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. */
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/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. */

Completed in 1662 milliseconds

<<11121314151617181920>>