Searched defs:priority (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/jdk/src/macosx/classes/com/apple/concurrent/
H A DLibDispatchNative.java35 static native long nativeCreateConcurrentQueue(int priority); argument
H A DDispatch.java80 * @param priority - the priority of the returned {@link Executor}
83 public Executor getAsyncExecutor(Priority priority) { argument
84 if (priority == null) priority = Priority.NORMAL;
85 final long nativeQueue = LibDispatchNative.nativeCreateConcurrentQueue(priority.nativePriority);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DThreadControllerWrapper.java35 public static Thread runThread(Runnable runnable, int priority) argument
37 return m_tpool.run(runnable, priority);
91 * @param priority if >0 the task will run with the given priority
96 public Thread run(Runnable task, int priority) argument
103 // if( priority > 0 )
104 // t.setPriority( priority );
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphJustificationInfo.java48 * <code>GlyphJustificationInfo</code> are weight, priority, absorb and
56 * All glyphs of the same priority are examined before glyphs of the next
57 * priority. If all the change in space can be allocated to these glyphs
58 * without exceeding their limits, then glyphs of the next priority are not
60 * and none. KASHIDA is the first priority examined. NONE is the last
61 * priority examined.
64 * given priority, some glyphs may absorb all the change in space. If any of
65 * these glyphs are present, no glyphs of later priority are examined.
84 * all extra space at this priority and lower priority level
147 priorityIsValid(int priority) argument
[all...]
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSSStyleDeclaration.java132 * Used to retrieve the priority of a CSS property (e.g. the
133 * <code>"important"</code> qualifier) if the priority has been
137 * @return A string representing the priority (e.g.
139 * in this declaration block and has a priority specified. The empty
145 * Used to set a property value and priority within this declaration
152 * @param priority The new priority of the property (e.g.
162 String priority)
160 setProperty(String propertyName, String value, String priority) argument
/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DValidateClass.java101 int priority; field in class:Validator
105 priority = prio;
111 pw.writeInt(priority);
118 priority = pr.readInt();
121 pr.registerValidation(this, priority);
125 if (validated < priority) {
127 "of order: Previous priority: " + validated + " < " +
128 "new priority: " + priority);
131 validated = priority;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/tasks/
H A DThreadService.java48 priority = Thread.currentThread().getPriority();
160 this.setPriority(priority);
201 this.setPriority(priority);
238 private int priority; field in class:ThreadService
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DServiceLocator.java169 // priority value. For records with equal priority, move
200 // priority value.
203 srvRecords[i].priority == srvRecords[i + 1].priority) {
257 int priority; field in class:ServiceLocator.SrvRecord
274 priority = Integer.parseInt(tokenizer.nextToken());
284 * Sort records in ascending order of priority value. For records with
285 * equal priority move those with weight 0 to the top of the list.
289 if (priority > tha
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DJSSecurityManager.java174 final boolean isDaemon, final int priority,
181 if (priority >= 0) {
182 thread.setPriority(priority);
172 createThread(final Runnable runnable, final String threadName, final boolean isDaemon, final int priority, final boolean doStart) argument
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbServiceLocator.java179 // priority value. For records with equal priority, move
211 // priority value.
214 srvRecords[i].priority == srvRecords[i + 1].priority) {
268 int priority; field in class:KrbServiceLocator.SrvRecord
285 priority = Integer.parseInt(tokenizer.nextToken());
295 * Sort records in ascending order of priority value. For records with
296 * equal priority move those with weight 0 to the top of the list.
300 if (priority > tha
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DSurfaceManager.java271 * being accelerated (for instance the acceleration priority
280 * Called when image's acceleration priority is changed.
283 * in the cacheMap when the priority gets set to 0.0 and flush them
286 public void setAccelerationPriority(float priority) { argument
287 if (priority == 0.0f) {
H A DToolkitImage.java326 public void setAccelerationPriority(float priority) { argument
327 super.setAccelerationPriority(priority);
H A DImageRepresentation.java182 * It is subclass' responsibility to propagate acceleration priority
946 public void setAccelerationPriority(float priority) { argument
948 bimage.setAccelerationPriority(priority);
/openjdk7/jdk/src/share/classes/java/awt/
H A DImage.java58 * set the priority for specific images via the
187 * Choose an image-scaling algorithm that gives higher priority
194 * Choose an image-scaling algorithm that gives higher priority
301 * This priority hint is used to compare to the priorities of other
306 * de-accelerating some other image of lower priority, then that other
308 * that have the same priority take up resources on a first-come,
310 * @param priority a value between 0 and 1, inclusive, where higher
313 * are used simply to determine acceleration priority relative to other
315 * @throws IllegalArgumentException if <code>priority</code> is less
319 public void setAccelerationPriority(float priority) { argument
[all...]
H A DEventQueue.java114 * We maintain one Queue for each priority that the EventQueue supports.
117 * have identical priority. Events are pulled off the EventQueue starting
118 * with the Queue of highest priority. We progress in decreasing order
300 * Posts the event to the internal Queue of specified priority,
305 * @param priority the desired priority of the event
307 private void postEvent(AWTEvent theEvent, int priority) { argument
308 if (coalesceEvent(theEvent, priority)) {
318 if (queues[priority].head == null) {
320 queues[priority]
416 coalesceOtherEvent(AWTEvent e, int priority) argument
435 coalesceEvent(AWTEvent e, int priority) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DStepPattern.java103 public void setPriority(double priority) { argument
104 _priority = priority;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp503 int priority; member in class:VALUE_OBJ_CLASS_SPEC
517 return a->priority - b->priority;
524 void describe(int owner, intptr_t* location, const char* description, int priority = 0);
H A Dvm_operations.cpp58 void VM_Operation::set_calling_thread(Thread* thread, ThreadPriority priority) { argument
60 assert(MinPriority <= priority && priority <= MaxPriority, "sanity check");
61 _priority = priority;
H A Dvm_operations.hpp130 ThreadPriority priority() { return _priority; } function in class:VM_Operation
131 void set_calling_thread(Thread* thread, ThreadPriority priority);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSignatureAndHashAlgorithm.java66 // minimum priority for default enabled algorithms
91 // If the algorithm is unsupported, its priority should be bigger
93 private int priority; field in class:SignatureAndHashAlgorithm
97 SignatureAlgorithm signature, String algorithm, int priority) {
102 this.priority = priority;
113 this.priority = SUPPORTED_ALG_PRIORITY_MAX_NUM + sequence + 1;
162 if (sigAlg.priority <= SUPPORTED_ALG_PRIORITY_MAX_NUM &&
178 if (sigAlg.priority <= SUPPORTED_ALG_PRIORITY_MAX_NUM) {
218 SignatureAlgorithm signature, String algorithm, int priority) {
96 SignatureAndHashAlgorithm(HashAlgorithm hash, SignatureAlgorithm signature, String algorithm, int priority) argument
217 supports(HashAlgorithm hash, SignatureAlgorithm signature, String algorithm, int priority) argument
[all...]
H A DCipherSuite.java70 // minimum priority for supported CipherSuites
73 // minimum priority for default enabled CipherSuites
100 // priority for the internal default preference order. the higher the
101 // better. Each supported CipherSuite *must* have a unique priority.
102 // Ciphersuites with priority >= DEFAULT_SUITES_PRIORITY are enabled
104 final int priority; field in class:CipherSuite
129 private CipherSuite(String name, int id, int priority, argument
134 this.priority = priority;
171 this.priority
265 add(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, boolean allowed, int obsoleted, int supported, PRF prf) argument
290 add(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, boolean allowed, int obsoleted) argument
308 add(String name, int id, int priority, KeyExchange keyExchange, BulkCipher cipher, boolean allowed) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c521 GLclampf priority = 1.0f; local
527 j2d_glPrioritizeTextures(1, &texID, &priority);
H A DOGLPaints.c158 GLclampf priority = 1.0f; local
164 j2d_glPrioritizeTextures(1, &gradientTexID, &priority);
505 GLclampf priority = 1.0f; local
511 j2d_glPrioritizeTextures(1, &multiGradientTexID, &priority);
H A DOGLTextRenderer.c199 GLclampf priority = 1.0f; local
220 j2d_glPrioritizeTextures(1, &gcinfo->cacheID, &priority);
/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java50 * Every thread has a priority. Threads with higher priority are
51 * executed in preference to threads with lower priority. Each thread
54 * thread has its priority initially set equal to the priority of the
149 private int priority; field in class:Thread
245 * The minimum priority that a thread can have.
250 * The default priority that is assigned to a thread.
255 * The maximum priority that a thread can have.
393 this.priority
[all...]

Completed in 68 milliseconds

12