Searched refs:priority (Results 126 - 150 of 253) sorted by relevance

1234567891011

/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py374 def priority(self): member in class:gl_enum
375 """Calculate a 'priority' for this enum name.
379 priority is used to select which name is the 'best'.
392 priority = 0
394 priority = 2
396 priority = 4
398 priority = 6
400 return priority + bias
/external/sonivox/jet_tools/JetCreator/
H A Deas.py241 def SetPriority (self, priority):
242 """Set the stream priority"""
243 eas_logger.debug('Call EAS_SetPriority: priority=%d' % priority)
245 result = eas_dll.EAS_SetPriority(self.eas.handle, self.handle, priority)
250 """Get the stream priority."""
252 priority = c_int(0)
254 result = eas_dll.EAS_GetPriority(self.eas.handle, self.handle, byref(priority))
257 eas_logger.debug('EAS_GetPriority: priority=%d' % priority
[all...]
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DDoSFilter.java69 * When a request is throttled, it is placed in a priority queue. Priority is
72 * no way to identify them are given lowest priority.
197 final int priority = p;
206 _queue[priority].remove(continuation);
404 int priority = getPriority(request, tracker);
412 continuation.addContinuationListener(_listeners[priority]);
413 _queue[priority].add(continuation);
446 // wake up the next highest priority request.
520 * Get priority for this request, based on user type
524 * @return the priority fo
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h1014 int priority; member in struct:GalliumDXGIDevice
1049 priority = Priority;
1056 *pPriority = priority;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar ... Object implements java.lang.Comparable { Object factory int priority String id public void " href="/6.0.1_r10 ...
/external/google-breakpad/src/processor/
H A Dsynth_minidump.cc237 uint32_t priority, uint64_t teb) : Section(dump) {
241 D32(priority);
234 Thread(const Dump &dump, uint32_t thread_id, const Memory &stack, const Context &context, uint32_t suspend_count, uint32_t priority_class, uint32_t priority, uint64_t teb) argument
H A Dsynth_minidump.h247 uint32_t priority = 0,
/external/ipsec-tools/src/racoon/
H A Dpolicy.c388 if (new->spidx.priority < p->spidx.priority) {
/external/jetty/src/java/org/eclipse/jetty/util/thread/
H A DQueuedThreadPool.java243 /** Set the priority of the pool threads.
244 * @param priority the new thread priority.
246 public void setThreadsPriority(int priority) argument
248 _priority=priority;
323 /** Get the priority of the pool threads.
324 * @return the priority of the pool threads.
/external/mesa3d/include/GL/
H A Dglx.h362 extern void *glXAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
364 typedef void * ( * PFNGLXALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
/external/vboot_reference/cgpt/
H A Dcgpt_show.c129 int priority = (entry->attrs.fields.gpt_att & local
133 "priority=%d tries=%d successful=%d",
134 priority, tries, successful) < sizeof(contents));
/external/vboot_reference/firmware/lib/cgptlib/
H A Dcgptlib_internal.c391 void SetEntryPriority(GptEntry *e, int priority) argument
395 (priority << CGPT_ATTRIBUTE_PRIORITY_OFFSET) &
/external/iproute2/ip/
H A Dxfrm_policy.c62 fprintf(stderr, " [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ]\n");
67 fprintf(stderr, " [ index INDEX ] [ ptype PTYPE ] [ action ACTION ] [ priority PRIORITY ]\n");
322 } else if (strcmp(*argv, "priority") == 0) {
324 if (get_u32(&req.xpinfo.priority, *argv, 0))
453 if ((xpinfo->priority^filter.xpinfo.priority)&filter.priority_mask)
813 } else if (strcmp(*argv, "priority") == 0) {
815 if (get_u32(&filter.xpinfo.priority, *argv, 0))
/external/kernel-headers/original/uapi/linux/
H A Ddcbnl.h41 * @prio_tc: priority assignment table mapping 8021Qp to traffic class
51 * 0 strict priority
112 * @pg_bw: bandwidth percentage for each priority group
113 * @prio_pg: priority to PG mapping indexed by priority
151 * @priority: 3-bit unsigned integer indicating priority for IEEE
152 * 8-bit 802.1p user priority bitmap for CEE
165 __u8 priority; member in struct:dcb_app
195 * @DCB_CMD_PGTX_GCFG: request the priority grou
[all...]
H A Dtipc_config.h159 * Link priority limits (min, default, max, media default)
200 __be32 priority; /* Range [1,31]. Override per link */ member in struct:tipc_bearer_config
/external/libnl/include/linux/
H A Dpkt_sched.h4 /* Logical priority bands not depending on specific packet scheduler.
101 __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */
347 unsigned char priority; member in struct:tc_cbq_wrropt
/external/libnl/lib/route/sch/
H A Dcbq.c170 r, ru, rbit, rubit, cbq->cbq_wrr.priority);
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h194 GLfloat priority );
H A Drealglx.h310 _real_glXAllocateMemoryNV(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
/external/nist-sip/java/javax/sip/header/
H A DHeaderFactory.java101 PriorityHeader createPriorityHeader(String priority) throws ParseException; argument
/external/selinux/libsemanage/utils/
H A Dsemanage_migrate_store210 parser.add_option("-p", "--priority", dest="priority", default="100",
211 help="Set priority of modules in new store (default: 100)")
226 PRIORITY = options.priority
/external/sonivox/arm-fm-22k/host_src/
H A Deas.h344 * Set the priority of the stream. Determines which stream's voices
347 * priority. The default priority is 50.
360 EAS_PUBLIC EAS_RESULT EAS_SetPriority (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 priority);
366 * Returns the current priority setting of the stream
371 * pPriority - pointer to variable to receive priority
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synth.h332 EAS_U8 priority; member in struct:s_synth_tag
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas.h344 * Set the priority of the stream. Determines which stream's voices
347 * priority. The default priority is 50.
360 EAS_PUBLIC EAS_RESULT EAS_SetPriority (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 priority);
366 * Returns the current priority setting of the stream
371 * pPriority - pointer to variable to receive priority
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_synth.h332 EAS_U8 priority; member in struct:s_synth_tag

Completed in 691 milliseconds

1234567891011