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

<<11121314151617181920>>

  /external/chromium_org/ui/message_center/
notification_types.cc 9 const char kPriorityKey[] = "priority";
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
Property.java 194 * Gets the custom sort priority of this property
196 * @return the sort priority
203 * Sets the custom sort priority of this property
205 * @param priority the new priority to use
207 public void setPriority(int priority) {
208 this.mPriority = priority;
219 /** Sort {@link Property} instances by priority */
220 public static final Comparator<Property> PRIORITY = new Comparator<Property>() {
  /external/iproute2/etc/iproute2/
rt_dsfield 8 0x20 priority
  /external/iproute2/man/man8/
ip-rule.8 78 The RPDB is scanned in the order of increasing priority. The selector
95 Priority: 0, Selector: match anything, Action: lookup routing
102 high priority control routes for local and broadcast addresses.
108 Priority: 32766, Selector: match anything, Action: lookup routing
120 Priority: 32767, Selector: match anything, Action: lookup routing
205 .BI priority " PREFERENCE"
206 the priority of this rule. Each rule should have an explicitly
209 priority value.
210 The options preference and order are synonyms with priority.
  /frameworks/base/services/common_time/
common_time_config_service.cpp 38 status_t CommonTimeConfigService::getMasterElectionPriority(uint8_t *priority) {
39 return mTimeServer.getMasterElectionPriority(priority);
42 status_t CommonTimeConfigService::setMasterElectionPriority(uint8_t priority) {
43 return mTimeServer.setMasterElectionPriority(priority);
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
MultimediaMessagePdu.java 115 * Get X-Mms-Priority value.
120 return mPduHeaders.getOctet(PduHeaders.PRIORITY);
124 * Set X-Mms-Priority value.
130 mPduHeaders.setOctet(value, PduHeaders.PRIORITY);
  /hardware/invensense/60xx/mlsdk/platform/linux/
log_linux.c 45 int _MLPrintLog (int priority, const char* tag, const char* fmt, ...)
51 result = _MLPrintVaLog(priority,tag,fmt,ap);
57 int _MLPrintVaLog(int priority, const char* tag, const char* fmt, va_list args)
68 switch (priority) {
  /frameworks/base/docs/html/tools/debugging/
debugging-log.jd 138 <p>Every Android log message has a <em>tag</em> and a <em>priority</em> associated with it.</p>
144 <li>The priority is one of the following character values, ordered from lowest to highest
145 priority:</li>
149 <li><code>V</code> &mdash; Verbose (lowest priority)</li>
161 <li><code>S</code> &mdash; Silent (highest priority, on which nothing is ever printed)</li>
168 <code>&lt;priority&gt;/&lt;tag&gt;</code>.</p>
170 <p>Here's an example of logcat output that shows that the message relates to priority level "I"
177 expressions</em>. Filter expressions let you indicate to the system the tags-priority
181 <p>A filter expression follows this format <code>tag:priority ...</code>, where <code>tag</code>
182 indicates the tag of interest and <code>priority</code> indicates the <em>minimum</em> level o
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 29 /// \brief Default priority values for code-completion results based
32 /// \brief Priority for the next initialization in a constructor initializer
35 /// \brief Priority for an enumeration constant inside a switch whose
38 /// \brief Priority for a send-to-super completion.
40 /// \brief Priority for a declaration that is in the local scope.
42 /// \brief Priority for a member declaration found from the current
45 /// \brief Priority for a language keyword (that isn't any of the other
48 /// \brief Priority for a code pattern.
50 /// \brief Priority for a non-type declaration.
52 /// \brief Priority for a type
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
richards.js 122 * @param {int} priority the task's priority
126 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
127 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
133 * @param {int} priority the task's priority
136 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
137 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
143 * @param {int} priority the task's priority
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-richards.html 128 * @param {int} priority the task's priority
132 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
133 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
139 * @param {int} priority the task's priority
142 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
143 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
149 * @param {int} priority the task's priority
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 117 * @param {int} priority the task's priority
121 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
122 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
128 * @param {int} priority the task's priority
131 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
132 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
138 * @param {int} priority the task's priority
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 117 * @param {int} priority the task's priority
121 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
122 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
128 * @param {int} priority the task's priority
131 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
132 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
138 * @param {int} priority the task's priority
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 117 * @param {int} priority the task's priority
121 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
122 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
128 * @param {int} priority the task's priority
131 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
132 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
138 * @param {int} priority the task's priority
    [all...]
  /external/chromium_org/v8/benchmarks/
richards.js 122 * @param {int} priority the task's priority
126 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
127 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
133 * @param {int} priority the task's priority
136 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
137 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
143 * @param {int} priority the task's priority
    [all...]
  /external/v8/benchmarks/
richards.js 122 * @param {int} priority the task's priority
126 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
127 this.addRunningTask(id, priority, queue, new IdleTask(this, 1, count));
133 * @param {int} priority the task's priority
136 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
137 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
143 * @param {int} priority the task's priority
    [all...]
  /external/chromium_org/cc/resources/
worker_pool_unittest.cc 50 unsigned priority) : callback(callback),
54 priority(priority) {
61 unsigned priority; member in struct:cc::__anon3920::FakeWorkerPool::Task
88 new internal::GraphNode(new_task.get(), it->priority));
95 new internal::GraphNode(new_dependent_task.get(), it->priority));
296 TEST_F(WorkerPoolTest, Priority) {
309 1u), // Priority 1
320 0u) // Priority 0
327 // Check if tasks ran in order of priority
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prthread.h 40 ** notably) pre-emptibility is not guaranteed. Hard priority scheduling
41 ** is not guaranteed, so programming using priority based synchronization
44 ** NSPR threads are scheduled based loosly on their client set priority.
45 ** In general, a thread of a higher priority has a statistically better
46 ** chance of running relative to threads of lower priority. However,
54 ** For scheduling, NSPR will attempt to run the highest priority LOCAL
102 PR_PRIORITY_LOW = 0, /* the lowest possible priority */
103 PR_PRIORITY_NORMAL = 1, /* most common expected priority */
113 ** "priority" will be created thread's priority
    [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
log.h 281 #define MPL_LOG(priority, tag, fmt, ...) \
282 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__)
286 * Log macro that allows you to specify a number for the priority.
290 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
291 ALOG(priority, tag, fmt, ##__VA_ARGS__)
293 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
294 pr_debug(MPL_##priority tag fmt, ##__VA_ARGS__)
296 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
297 _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__)
306 #define MPL_LOG_PRI_VA(priority, tag, fmt, args)
    [all...]
  /hardware/invensense/60xx/mlsdk/platform/include/
log.h 277 #define MPL_LOG(priority, tag, fmt, ...) \
278 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__)
282 * Log macro that allows you to specify a number for the priority.
286 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
287 ALOG(priority, tag, fmt, ##__VA_ARGS__)
289 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
290 pr_debug(MPL_##priority tag fmt, ##__VA_ARGS__)
292 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
293 _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__)
302 #define MPL_LOG_PRI_VA(priority, tag, fmt, args)
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h 285 #define MPL_LOG(priority, tag, fmt, ...) \
286 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__)
290 * Log macro that allows you to specify a number for the priority.
294 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
295 LOG(priority, tag, fmt, ##__VA_ARGS__)
297 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
298 pr_debug(MPL_##priority tag fmt, ##__VA_ARGS__)
300 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
301 _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__)
310 #define MPL_LOG_PRI_VA(priority, tag, fmt, args)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
create.c 94 int priority; local
121 priority = tp->sched_priority;
147 priority = a->param.sched_priority;
155 * Thread priority must be set to a valid system level
161 * don't inherit their creator's priority. They are started with
164 * PTHREAD_EXPLICIT_SCHED and priority THREAD_PRIORITY_NORMAL.
170 * then the inherited priority could be the result of a temporary
176 priority = ((ptw32_thread_t *) self.p)->sched_priority;
219 (void) ptw32_setthreadpriority (thread, SCHED_OTHER, priority);
235 * the thread handle and have set the priority
    [all...]
  /external/chromium_org/net/socket/
socks_client_socket_pool_unittest.cc 108 int StartRequestV5(const std::string& group_name, RequestPriority priority) {
110 &pool_, group_name, priority, CreateSOCKSv5Params());
143 // Make sure that SOCKSConnectJob passes on its priority to its
147 RequestPriority priority = static_cast<RequestPriority>(i); local
155 handle.Init("a", CreateSOCKSv5Params(), priority,
157 EXPECT_EQ(priority, transport_socket_pool_.last_request_priority());
162 // Make sure that SOCKSConnectJob passes on its priority to its
166 RequestPriority priority = static_cast<RequestPriority>(i); local
174 handle.Init("a", CreateSOCKSv4Params(), priority,
176 EXPECT_EQ(priority, transport_socket_pool_.last_request_priority())
    [all...]
  /development/ndk/platforms/android-3/include/linux/
ipv6.h 82 __u8 priority:4, member in struct:ipv6hdr
86 priority:4;
  /development/ndk/sources/android/libportable/arch-mips/
poll.c 23 * but now also the ability to poll for high priority input and output. Though
24 * the normal priority is equivalent to the original I/O it was assigned new bits:
29 * both POLLOUT and POLLWRNORM when data can be written; so the new priority BAND bits
33 * The DECNet Protocol can set the poll in priority flag, POLLRDBAND.
34 * ATM as well as a whole bunch of other protocols can set the poll out priority flag,
47 * Both Normal and Priority flags can be mapped to MIPS flags (left to right below).
48 * Only the Priority poll out flag can be mapped back to portable because MIPS
67 * The loss of the high priority notice for the polling

Completed in 1392 milliseconds

<<11121314151617181920>>