/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPETag.java | 72 * get the priority value. 80 * Set the priority member
|
SIPIfMatch.java | 71 * get the priority value. 79 * Set the priority member
|
/external/srtp/crypto/include/ |
kernel_compat.h | 58 #define err_report(priority, ...) \ 60 if (priority <= err_level) {\
|
/external/webkit/Source/WebCore/loader/ |
ResourceLoadScheduler.h | 88 RequestQueue& requestsPending(ResourceLoadPriority priority) { return m_requestsPending[priority]; }
|
/external/webkit/Source/WebCore/platform/ |
PurgeableBuffer.h | 47 void setPurgePriority(PurgePriority priority) { m_purgePriority = priority; }
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
PaintTileOperation.h | 47 // returns a rendering priority for m_tile, lower values are processed faster 48 virtual int priority();
|
/frameworks/av/include/common_time/ |
ICommonTimeConfig.h | 38 virtual status_t getMasterElectionPriority(uint8_t *priority) = 0; 39 virtual status_t setMasterElectionPriority(uint8_t priority) = 0;
|
/frameworks/base/core/java/android/util/ |
Slog.java | 81 public static int println(int priority, String tag, String msg) { 82 return Log.println_native(Log.LOG_ID_SYSTEM, priority, tag, msg);
|
Log.java | 56 * Priority constant for the println method; use Log.v. 61 * Priority constant for the println method; use Log.d. 66 * Priority constant for the println method; use Log.i. 71 * Priority constant for the println method; use Log.w. 76 * Priority constant for the println method; use Log.e. 81 * Priority constant for the println method. 325 * @param priority The priority/type of this log message 331 public static int println(int priority, String tag, String msg) { 332 return println_native(LOG_ID_MAIN, priority, tag, msg) [all...] |
/frameworks/base/core/java/android/view/animation/ |
GridLayoutAnimationController.java | 36 * also set the animation priority to columns or rows. The default priority is 254 * Returns the direction priority for the animation. The priority can 258 * @return the priority of the animation direction 270 * Specifies the direction priority of the animation. For instance, 271 * {@link #PRIORITY_COLUMN} will give priority to columns: the animation 274 * @param directionPriority the direction priority of the animation
|
/frameworks/base/media/java/android/media/ |
MediaInserter.java | 58 private void insert(Uri tableUri, ContentValues values, boolean priority) throws RemoteException { 59 HashMap<Uri, List<ContentValues>> rowmap = priority ? mPriorityRowMap : mRowMap;
|
/frameworks/base/telephony/java/android/telephony/ |
Rlog.java | 85 public static int println(int priority, String tag, String msg) { 86 return Log.println_native(Log.LOG_ID_RADIO, priority, tag, msg);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetService.java | 169 public boolean setPriority(BluetoothDevice device, int priority) { 172 return service.setPriority(device, priority); 355 public boolean setPriority(BluetoothDevice device, int priority) { 360 priority); local 361 if (DBG) Log.d(TAG, "Saved priority " + device + " = " + priority); 368 int priority = Settings.Global.getInt(getContentResolver(), local 371 return priority;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
local_lim.h | 70 priority level. */ 88 /* Maximum message queue priority level. */
|
poll.h | 33 # define POLLRDBAND 0x080 /* Priority data may be read. */ 35 # define POLLWRBAND 0x200 /* Priority data may be written. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
local_lim.h | 70 priority level. */ 88 /* Maximum message queue priority level. */
|
poll.h | 33 # define POLLRDBAND 0x080 /* Priority data may be read. */ 35 # define POLLWRBAND 0x200 /* Priority data may be written. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
local_lim.h | 70 priority level. */ 88 /* Maximum message queue priority level. */
|
poll.h | 33 # define POLLRDBAND 0x080 /* Priority data may be read. */ 35 # define POLLWRBAND 0x200 /* Priority data may be written. */
|
/system/core/include/cutils/ |
logprint.h | 46 android_LogPriority priority; member in struct:AndroidLogEntry_t 95 * returns 1 if this log line should be printed based on its 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/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...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_int.h | 318 tL2CAP_CHNL_PRIORITY ccb_priority; /* Channel priority */ 357 /* Round-Robin service for the same priority channels */ 358 #define L2CAP_NUM_CHNL_PRIORITY 3 /* Total number of priority group (high, medium, low)*/ 359 #define L2CAP_CHNL_PRIORITY_WEIGHT 5 /* weight per priority for burst transmission quota */ 362 /* CCBs within the same LCB are served in round robin with priority */ 363 /* It will make sure that low priority channel (for example, HF signaling on RFCOMM) */ 364 /* can be sent to headset even if higher priority channel (for example, AV media channel) */ 369 tL2C_CCB *p_serve_ccb; /* current serving ccb within priority group */ 370 tL2C_CCB *p_first_ccb; /* first ccb of priority group */ 371 UINT8 num_ccb; /* number of channels in priority group * [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
CSSStyleModel.js | 295 return property ? property.priority : ""; 324 var priority = this.getShorthandPriority(shorthandProperty); 327 var priority = this.getPropertyPriority(individualProperty); 333 if (priority) 334 cssText += " !" + priority; 354 var priority = this.getPropertyPriority(shorthandProperty); 355 if (priority) 356 return priority; 446 WebInspector.CSSProperty = function(ownerStyle, index, name, value, priority, status, parsedOk, implicit, shorthand, text) 452 this.priority = priority [all...] |
/libcore/luni/src/main/java/java/lang/ |
Thread.java | 55 * <p>Each {@code Thread} has an integer priority that affect how the thread is 56 * scheduled by the OS. A new thread inherits the priority of its parent. 57 * A thread's priority can be set using the {@link #setPriority(int)} method. 106 * The maximum priority value allowed for a thread. 113 * The minimum priority value allowed for a thread. 120 * The normal (default) priority value assigned to the main thread. 132 volatile int priority; field in class:Thread 355 Thread(ThreadGroup group, String name, int priority, boolean daemon) { 374 this.priority = priority; [all...] |