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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /system/core/toolbox/
ionice.c 28 fprintf(stderr, "Failed to read priority (%s)\n", strerror(errno));
52 fprintf(stderr, "Failed to set priority (%s)\n", strerror(errno));
log.c 92 android_LogPriority priority; local
97 priority = ANDROID_LOG_INFO;
114 priority = filterCharToPri(optarg[0]);
115 if (priority == ANDROID_LOG_UNKNOWN) {
141 __android_log_print(priority, tag, "%s", buffer);
  /external/ipsec-tools/src/libipsec/
policy_parse.y 36 * in <priority> <policy>
37 * out <priority> <policy>
39 * <priority> is one of the following:
40 * priority <signed int> where the integer is an offset from the default
41 * priority, where negative numbers indicate lower
42 * priority (towards end of list) and positive numbers
43 * indicate higher priority (towards beginning of list)
45 * priority {low,def,high} {+,-} <unsigned int> where low and high are
139 %token PRIORITY PLUS
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVE
    [all...]
ipsec_set_policy.3 98 .It Ar direction [priority specification] Li discard
113 .Ar priority specification
122 Priority can only
128 .Ar {priority,prio} offset
133 .Ar {priority,prio} base {+,-} offset
148 The interpretation of policy priority in these functions and the
156 .It Ar direction [priority specification] Li entrust
160 .It Ar direction [priority specification] Li bypass
167 .Bq Ar priority specification
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
ComboMove.java 69 private float priority = 1; field in class:ComboMove
80 return priority;
83 public void setPriority(float priority) {
84 this.priority = priority;
  /frameworks/base/core/java/android/content/pm/
PermissionGroupInfo.java 59 public int priority; field in class:PermissionGroupInfo
69 priority = orig.priority;
111 dest.writeInt(priority);
129 priority = source.readInt();
  /external/iproute2/man/man8/
tc-cbq-details.8 36 priority
131 .B skb->priority class encoding.
136 .B skb->priority class encoding
137 only applies if the skb->priority holds a major:minor handle of an existing
147 priority.
162 .B skb->priority,
183 consider the minor number of the reference to be the priority. Retrieve
184 a class from the defmap of this class for the priority. If this did not
193 neither the priority distilled from the classid, nor the
195 priority yielded a class, enter the fallback algorithm
    [all...]
tc-prio.8 3 PRIO \- Priority qdisc
21 an arbitrary number of classes of differing priority. The classes are
22 dequeued in numerical descending order of priority. PRIO is a scheduler
59 Based on the packet priority, which in turn is derived from the Type of
71 The priomap maps the priority of
72 a packet to a class. The priority can either be set directly from userspace,
106 TOS Bits Means Linux Priority Band
132 showing to which Priority they are mapped.
139 This means that priority 4, for example, gets mapped to band number 1.
  /external/qemu/hw/
i8259.c 41 uint8_t priority_add; /* highest irq priority */
101 /* return the highest priority found in mask (highest = smallest
105 int priority; local
108 priority = 0;
109 while ((mask & (1 << ((priority + s->priority_add) & 7))) == 0)
110 priority++;
111 return priority;
117 int mask, cur_priority, priority; local
120 priority = get_priority(s, mask);
121 if (priority == 8
289 int priority, cmd, irq; local
    [all...]
  /external/e2fsprogs/debian/
control.in 3 Priority: required
14 Priority: optional
41 Priority: extra
67 Priority: extra
97 Priority: optional
122 Priority: optional
133 Priority: extra
157 Priority: optional
171 Priority: extra
187 Priority: optiona
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
DNSUtil.java 150 * Note that we follow the RFC with one exception. In a group of the same priority, only the first entry
151 * is calculated by random. The others are ore simply ordered by their priority.
165 // create the priority buckets
168 Integer priority = r.getPriority(); local
169 List<SRVRecord> bucket = buckets.get(priority);
173 buckets.put(priority, bucket);
180 for (Integer priority : buckets.keySet()) {
181 List<SRVRecord> bucket = buckets.get(priority);
201 // If running total is 0, then all weights in this priority
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailStatusHelperImpl.java 77 * string and the corrective action. The states are also assigned a relative priority which is
115 private OverallState(int priority, Action action, int callLogMessageId) {
116 this(priority, action, callLogMessageId, -1);
119 private OverallState(int priority, Action action, int callLogMessageId,
121 mPriority = priority;
144 /** A wrapper on {@link StatusMessage} which additionally stores the priority of the message. */
149 public MessageStatusWithPriority(StatusMessage message, int priority) {
151 mPriority = priority;
166 // Finally reorder the messages by their priority.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h 76 #define I_CKBAND (__SID |29) /* Check if the message of a given priority
79 #define I_GETBAND (__SID |30) /* Return the priority band of the first
103 #define S_INPUT 0x0001 /* A message, other than a high-priority
105 #define S_HIPRI 0x0002 /* A high-priority message is present. */
115 #define S_RDBAND 0x0080 /* A message with a non-zero priority has
117 #define S_WRBAND 0x0100 /* The write queue for a non-zero priority
121 a priority message reaches the front of the
125 #define RS_HIPRI 0x01 /* Only look for high-priority messages. */
163 #define MSG_HIPRI 0x01 /* Send/receive high priority message. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h 76 #define I_CKBAND (__SID |29) /* Check if the message of a given priority
79 #define I_GETBAND (__SID |30) /* Return the priority band of the first
103 #define S_INPUT 0x0001 /* A message, other than a high-priority
105 #define S_HIPRI 0x0002 /* A high-priority message is present. */
115 #define S_RDBAND 0x0080 /* A message with a non-zero priority has
117 #define S_WRBAND 0x0100 /* The write queue for a non-zero priority
121 a priority message reaches the front of the
125 #define RS_HIPRI 0x01 /* Only look for high-priority messages. */
163 #define MSG_HIPRI 0x01 /* Send/receive high priority message. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h 76 #define I_CKBAND (__SID |29) /* Check if the message of a given priority
79 #define I_GETBAND (__SID |30) /* Return the priority band of the first
103 #define S_INPUT 0x0001 /* A message, other than a high-priority
105 #define S_HIPRI 0x0002 /* A high-priority message is present. */
115 #define S_RDBAND 0x0080 /* A message with a non-zero priority has
117 #define S_WRBAND 0x0100 /* The write queue for a non-zero priority
121 a priority message reaches the front of the
125 #define RS_HIPRI 0x01 /* Only look for high-priority messages. */
163 #define MSG_HIPRI 0x01 /* Send/receive high priority message. */
  /bionic/libc/private/
libc_logging.h 78 // Formats a message to the log (priority 'fatal'), then aborts.
95 __LIBC_HIDDEN__ int __libc_format_log(int priority, const char* tag, const char* format, ...)
98 __LIBC_HIDDEN__ int __libc_format_log_va_list(int priority, const char* tag, const char* format,
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 44 * priority %priority; #IMPLIED
262 * The priority of a template rule is specified by the priority
269 * Set the "priority" attribute.
270 * The priority of a template rule is specified by the priority
276 * @param v The value to set for the "priority" attribute
284 * Get the "priority" attribute.
285 * The priority of a template rule is specified by the priorit
    [all...]
  /external/dnsmasq/src/
log.c 255 /* priority is one of LOG_DEBUG, LOG_INFO, LOG_NOTICE, etc. See sys/syslog.h.
256 OR'd to priority can be MS_TFTP, MS_DHCP, ... to be able to do log separation between
259 void my_syslog(int priority, const char *format, ...)
272 if ((LOG_FACMASK & priority) == MS_TFTP)
274 else if ((LOG_FACMASK & priority) == MS_DHCP)
277 priority = LOG_PRI(priority);
289 if (priority <= LOG_ERR)
291 else if (priority == LOG_WARNING)
293 else if (priority <= LOG_INFO
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGGlyphMap.h 66 node->glyphs.last().priority = m_currentPriority++;
74 return first.priority < second.priority;

Completed in 319 milliseconds

1 2 3 4 5 6 78 91011>>