HomeSort by relevance Sort by last modified time
    Searched full:priority (Results 451 - 475 of 2369) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
notifier.h 21 int priority; member in struct:notifier_block
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
ipmi_smi.h 49 int priority);
notifier.h 21 int priority; member in struct:notifier_block
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
ipmi_smi.h 49 int priority);
notifier.h 21 int priority; member in struct:notifier_block
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
ipmi_smi.h 49 int priority);
notifier.h 21 int priority; member in struct:notifier_block
  /sdk/eclipse/scripts/
_mk_icons.sh 46 icon P green priority
  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 57 * @level: priority level (MSG_*) of the message
71 * @level: priority level (MSG_*) of the message
91 * @level: priority level (MSG_*) of the message
113 * @level: priority level (MSG_*) of the message
129 * @level: priority level (MSG_*) of the message
165 * @level: priority level (MSG_*) of the message
181 * @level: priority level (MSG_*) of the message
  /external/nist-sip/java/gov/nist/core/
LogWriter.java 109 //import org.apache.log4j.Priority;
182 // Priority priority = this.getLogPriority();
183 // if ( level.isGreaterOrEqual(priority)) {
554 // public Priority getLogPriority() {
556 // return Priority.INFO;
558 // return Priority.ERROR;
560 // return Priority.DEBUG;
562 // return Priority.DEBUG;
564 // return Priority.FATAL
    [all...]
  /frameworks/volley/src/com/android/volley/
Request.java 430 * Priority values. Requests will be processed from higher priorities to
433 public enum Priority {
441 * Returns the {@link Priority} of this request; {@link Priority#NORMAL} by default.
443 public Priority getPriority() {
444 return Priority.NORMAL;
522 * Our comparator sorts from high to low priority, and secondarily by
527 Priority left = this.getPriority();
528 Priority right = other.getPriority();
530 // High-priority requests are "lesser" so they are sorted to the front
    [all...]
  /external/chromium/net/socket/
socks_client_socket_pool.cc 24 RequestPriority priority,
37 destination_.set_priority(priority);
140 socks_params_->destination().priority(),
240 RequestPriority priority,
247 return base_.RequestSocket(group_name, *casted_socket_params, priority,
  /frameworks/base/services/common_time/
common_time_server.h 59 status_t getMasterElectionPriority(uint8_t *priority);
60 status_t setMasterElectionPriority(uint8_t priority);
216 // priority than all of their peers during elections. This flag is set and
255 uint8_t mMasterPriority; // Priority of this device in master election.
271 // Priority mask and shift fields.
  /external/chromium/third_party/libevent/
event.3 129 .Fn "event_priority_set" "struct event *ev" "int priority"
445 schedules all active events with the same priority.
447 priority than others.
450 supports strict priority queues.
451 Active events with a lower priority are always processed before events
452 with a higher priority.
461 function can be used to assign a priority to an event.
464 assigns the middle priority to all events unless their priority
  /external/iproute2/man/man8/
tc-cbq.8 38 priority
120 Consult the defmap for the priority assigned to this packet, which depends
124 Ask the defmap for instructions for the 'best effort' priority. Check the
140 starts by asking the highest priority classes (lowest numerically -
213 only the ratios matter. Defaults to the configured rate, unless the priority
223 prio priority
224 In the round-robin process, classes with the lowest priority field are tried
281 CBQ can also classify based on the packet's priority. There are 16
285 specified as a bitmap. The Least Significant Bit corresponds to priority
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 330 public boolean setPriority(BluetoothDevice device, int priority) {
333 return service.setPriority(device, priority);
427 public boolean setPriority(BluetoothDevice device, int priority) {
432 priority); local
433 if (DBG) Log.d(TAG,"Saved priority " + device + " = " + priority);
440 int priority = Settings.Global.getInt(getContentResolver(), local
443 return priority;
606 //check if it is inbound connection in Quiet mode, priority and Bond status
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 108 // The grace period before changing a notification's priority bucket.
323 // If there are more high/medium priority events than we can show, bump some to
324 // the low priority digest.
328 // Post the individual higher priority events (future and recently started
338 // Keep concurrent events high priority (to appear higher in the notification list)
343 // Post the medium priority events (concurrent events that started a while ago).
346 // TODO: Post these with the same notification priority level as the higher priority
361 // Post the low priority events as 1 combined notification.
397 Log.d(TAG, "No low priority events, canceling the digest notification.")
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 59 fprintf(stderr, " [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ] [ LIMIT-LIST ] [ TMPL-LIST ] [mark MARK [mask MASK]]\n");
62 fprintf(stderr, " [ index INDEX ] [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ]\n");
77 //fprintf(stderr, "PRIORITY - priority value(default=0)\n");
285 } else if (strcmp(*argv, "priority") == 0) {
287 if (get_u32(&req.xpinfo.priority, *argv, 0))
288 invarg("\"PRIORITY\" is invalid", *argv);
412 if ((xpinfo->priority^filter.xpinfo.priority)&filter.priority_mask
    [all...]
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp 165 CachedCSSStyleSheet* CachedResourceLoader::requestCSSStyleSheet(const String& url, const String& charset, ResourceLoadPriority priority)
167 return static_cast<CachedCSSStyleSheet*>(requestResource(CachedResource::CSSStyleSheet, url, charset, priority));
206 CachedResource* CachedResourceLoader::requestLinkResource(const String& url, ResourceLoadPriority priority)
209 return requestResource(CachedResource::LinkResource, url, String(), priority);
305 CachedResource* CachedResourceLoader::requestResource(CachedResource::Type type, const String& resourceURL, const String& charset, ResourceLoadPriority priority, bool forPreload)
309 LOG(ResourceLoading, "CachedResourceLoader::requestResource '%s', charset '%s', priority=%d, forPreload=%u", url.string().latin1().data(), charset.latin1().data(), priority, forPreload);
341 resource = loadResource(type, url, charset, priority);
345 resource = loadResource(type, url, charset, priority);
348 resource = revalidateResource(resource, priority);
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 36 * Obsolete flag indicating high-priority notifications; use the priority field instead.
43 * Default notification priority for {@link NotificationCompat.Builder#setPriority(int)}.
50 * Lower notification priority for {@link NotificationCompat.Builder#setPriority(int)},
58 * Lowest notification priority for {@link NotificationCompat.Builder#setPriority(int)};
65 * Higher notification priority for {@link NotificationCompat.Builder#setPriority(int)},
73 * Highest notification priority for {@link NotificationCompat.Builder#setPriority(int)},
90 // translate high priority requests into legacy flag
373 * Only for use with extremely high-priority notifications demanding the user's
528 * Set the relative priority for this notification
    [all...]
  /external/webkit/Source/WebCore/platform/network/
ResourceRequestBase.cpp 89 data->m_priority = priority();
326 ResourceLoadPriority ResourceRequestBase::priority() const function in class:WebCore::ResourceRequestBase
333 void ResourceRequestBase::setPriority(ResourceLoadPriority priority)
337 m_priority = priority;
381 if (a.priority() != b.priority())
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_task.c 76 /* To set the priority and stack size */
77 pthread_attr_t ThreadAttr; /*For setting the priority and stack size */
87 /** task priority */
88 /* TIMM_OSAL_S32 priority;*/
146 /* Updation of the priority and the stack size */
155 sched.sched_priority = uPriority; /* relative to the default priority */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 121 unsigned char priority; member in struct:_XkbShapeDoodad
136 unsigned char priority; member in struct:_XkbTextDoodad
152 unsigned char priority; member in struct:_XkbIndicatorDoodad
173 unsigned char priority; member in struct:_XkbLogoDoodad
189 unsigned char priority; member in struct:_XkbAnyDoodad
233 unsigned char priority; member in struct:_XkbSection
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 121 unsigned char priority; member in struct:_XkbShapeDoodad
136 unsigned char priority; member in struct:_XkbTextDoodad
152 unsigned char priority; member in struct:_XkbIndicatorDoodad
173 unsigned char priority; member in struct:_XkbLogoDoodad
189 unsigned char priority; member in struct:_XkbAnyDoodad
233 unsigned char priority; member in struct:_XkbSection
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 121 unsigned char priority; member in struct:_XkbShapeDoodad
136 unsigned char priority; member in struct:_XkbTextDoodad
152 unsigned char priority; member in struct:_XkbIndicatorDoodad
173 unsigned char priority; member in struct:_XkbLogoDoodad
189 unsigned char priority; member in struct:_XkbAnyDoodad
233 unsigned char priority; member in struct:_XkbSection

Completed in 473 milliseconds

<<11121314151617181920>>