Searched defs:values (Results 151 - 157 of 157) sorted by relevance

1234567

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java134 * and must match the values in <WINGDI.h>
142 * and must match the values in <WINGDI.h>
173 * Flags for setting values from devmode in native code.
212 * When they do, they read the initial values from the PRINTDLG structure
283 /* These fields are directly set in upcalls from the values
302 /* The values of the following variables are pulled directly
313 * the dialog code does use getter to pull some of these values.
648 * of the GDI values is done on each entry to the print dialog since
653 dialog, then it is up to GDI to report back all changed values.
658 // initialize attribute values
1827 setNativeAttributes(int flags, int fields, int values) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java269 // is constructed dynamically, these values may override
492 // schema location property values
987 * appearing as part of attribute values.
1025 * appearing as part of attribute values.
1090 * appearing as part of attribute values.
1244 // used to validate default/fixed values against xsi:type
1248 // used to apply default/fixed values
1982 // reset values
2125 // use default values in psvi item for
2197 ValueStoreBase values
3697 toString(Object[] values) argument
3719 toString(Vector values, int start, int length) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java107 // This is best used with BCI values:
340 * of integer values, all interpreted in a single way.
354 * 3. The band pays out its values as requested, in an ad hoc order.
404 /** Return current number of values in buffer, which must exist. */
413 /** Write out bytes, encoding the values. */
437 /** Expect a certain number of values. */
444 /** Expect more values. (Multiple calls accumulate.) */
464 /** Read in bytes, decoding the values. */
513 private int[] values; // must be null in EXPECT phase field in class:BandStructure.ValueBand
525 return values
554 initializeValues(int[] values) argument
970 getIntTotal(int[] values) argument
1092 chooseCoding(int[] values, int start, int end, Coding regular, String bandName, int[] sizes) argument
2614 printArrayTo(PrintStream ps, int[] values, int start, int end) argument
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp233 // alignment of double-word values
639 // the entry block may have incoming values in registers, which is ok.
762 // Exception handlers must be processed because not all live values are
1399 // Treat these operands as temp values (if the life range is extended
1545 // calc number of items for sorted list (sorted list must not contain NULL values)
2126 assert(interval->assigned_regHi() == any_reg, "must not have hi register (double xmm values are stored in one register)");
2143 assert(interval->assigned_regHi() == any_reg, "must not have hi register (double fpu values are stored in one register on Intel)");
2196 // This may still miss some cases (e.g. for dead values), but it is not necessary that the
2216 void assert_no_register_values(GrowableArray<ScopeValue*>* values) { argument
2217 if (values
2231 assert_no_register_values(GrowableArray<MonitorValue*>* values) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c1697 * The values that are set below should ensure that a "left"
1717 * The values that are set below should ensure that a "right"
1735 * The values that are set below should ensure that an "up"
1755 * The values that are set below should ensure that a "down"
2185 /* We suppose that all values come in C locale and
2331 jvalue values[4]; local
2333 values[0].i = border->top;
2334 values[1].i = border->left;
2335 values[2].i = border->bottom;
2336 values[
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c317 jlong values)
321 (unsigned int)value_mask, (XWindowChanges*)jlong_to_ptr(values));
1704 jlong valuemask, jlong values)
1707 return ptr_to_jlong(XCreateGC((Display*) jlong_to_ptr(display), (Drawable)drawable, valuemask, (XGCValues*) jlong_to_ptr(values)));
2226 jint *values; local
2243 values = (*env)->GetIntArrayElements(env, bitmap, &isCopy);
2244 if (JNU_IsNull(env, values)) {
2253 /* Note: the values[0] and values[1] are supposed to contain the width
2257 (unsigned char *)(values
315 Java_sun_awt_X11_XlibWrapper_XConfigureWindow(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong value_mask, jlong values) argument
1702 Java_sun_awt_X11_XlibWrapper_XCreateGC(JNIEnv *env, jclass clazz, jlong display, jlong drawable, jlong valuemask, jlong values) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java161 long value_mask, long values);
478 static native long XCreateGC(long display, long drawable, long valuemask, long values); argument
160 XConfigureWindow(long display, long window, long value_mask, long values) argument

Completed in 109 milliseconds

1234567