HomeSort by relevance Sort by last modified time
    Searched full:priority (Results 376 - 400 of 3742) sorted by null

<<11121314151617181920>>

  /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...]
  /frameworks/base/core/java/android/content/pm/
ResolveInfo.java 68 * The declared priority of this match. Comes from the "priority"
70 * priority.
72 public int priority; field in class:ResolveInfo
77 * values are a higher priority.
227 pw.println(prefix + "priority=" + priority
260 priority = orig.priority;
278 if (priority != 0)
    [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/chromium_org/cc/resources/
image_raster_worker_pool.cc 84 unsigned priority = 0u; local
93 priority++,
100 priority++,
115 priority++,
142 priority++,
216 unsigned priority,
223 priority,
picture_layer_tiling.h 150 // Copies the src_tree priority into the dst_tree priority for all tiles.
151 // The src_tree priority is reset to the lowest priority possible. This
155 // Resets the active priority for all tiles in a tiling, when an active
158 // be called before DidBecomeActive, as it resets the active priority
159 // while DidBecomeActive promotes pending priority on a similar set of tiles.
tile.cc 44 void Tile::SetPriority(WhichTree tree, const TilePriority& priority) {
45 if (priority == priority_[tree])
48 priority_[tree] = priority;
  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_unittest.cc 144 add_rules[0]->priority.reset(new int(2));
154 ASSERT_TRUE(get_rules[0]->priority.get());
155 ASSERT_TRUE(get_rules[1]->priority.get());
159 EXPECT_EQ(2, std::min(*get_rules[0]->priority, *get_rules[1]->priority));
161 std::max(*get_rules[0]->priority, *get_rules[1]->priority));
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.h 34 // List of data types grouped by priority and ordered from high priority to
35 // low priority.
83 // Returns the priority types (control + priority user types).
88 // high priority to low priority.
  /external/chromium_org/tools/cr/cr/targets/
target.py 22 # The default base priority
23 PRIORITY = 0
100 This searches the set of installed targets in priority order to see if any
111 key=operator.attrgetter('PRIORITY'),
145 Up it's priority to come ahead of general purpose rule matches.
148 PRIORITY = Target.PRIORITY + 1
  /external/chromium_org/ui/message_center/
notification_list_unittest.cc 71 std::string AddPriorityNotification(NotificationPriority priority) {
73 optional.priority = priority;
332 TEST_F(NotificationListTest, Priority) {
336 // Default priority has the limit on the number of the popups.
343 // Low priority: not visible to popups.
353 // Minimum priority: doesn't update the unread count.
367 // Higher priority: no limits to the number of popups.
418 optional.priority = 1;
437 EXPECT_EQ(1, (*notifications.begin())->priority());
448 message_center::RichNotificationData priority; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
candidate.h 50 const talk_base::SocketAddress& address, uint32 priority,
55 priority_(priority), username_(username), password_(password),
74 uint32 priority() const { return priority_; } function in class:cricket::Candidate
75 void set_priority(const uint32 priority) { priority_ = priority; }
81 // Maps old preference (which was 0.0-1.0) to match priority (which
91 // Limiting priority to UINT_MAX when value exceeds uint32 max.
144 // the priority, since that should be the same if the rest is (and it's
168 // priority = (2^24)*(type preference) +
  /external/ipsec-tools/src/libipsec/
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/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. */
  /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/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_getschedparam.c 67 * This function must return the priority value set by
70 * priority as altered by any system priority adjustments etc.
  /external/chromium_org/net/http/
http_basic_stream.cc 22 RequestPriority priority,
25 state_.Initialize(request_info, priority, net_log, callback);
115 void HttpBasicStream::SetPriority(RequestPriority priority) {
http_stream_factory_impl.cc 70 RequestPriority priority,
77 priority,
87 RequestPriority priority,
96 priority,
106 RequestPriority priority,
130 new Job(this, session_, alternate_request_info, priority,
136 Job* job = new Job(this, session_, request_info, priority,
159 RequestPriority priority,
170 job = new Job(this, session_, alternate_request_info, priority,
174 job = new Job(this, session_, request_info, priority,
    [all...]
  /external/chromium_org/sync/engine/
syncer_types.h 17 // exclusive. The list has been ordered according to priority in the case of
18 // overlap, with highest priority first.
44 // the changes should take priority, or if we can possibly merge the data.
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLLoader.h 68 // Notifies the loader that the priority of a WebURLRequest has changed from
70 // priority, but may increase when the resource is needed for rendering.
71 virtual void didChangePriority(WebURLRequest::Priority newPriority) { }

Completed in 1430 milliseconds

<<11121314151617181920>>