Searched defs:actual_type (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowPropertyGetter.java33 private final long actual_type = unsafe.allocateMemory(8); field in class:WindowPropertyGetter
66 sun.java2d.Disposer.addRecord(this, disposer = new UnsafeXDisposerRecord("WindowPropertyGetter", new long[] {actual_type,
107 actual_type, actual_format, nitems_ptr,
147 return XAtom.getAtom(actual_type);
205 property.putAtom(actual_type);
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c211 Atom type, atom, actual_type; local
222 &actual_type, &actual_format, &nitems,
224 if (status == Success && actual_type != None && prop != NULL) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c1304 Atom actual_type; local
1310 0L, 1L, False, AnyPropertyType, &actual_type,
1316 &actual_type, &actual_format, &nitems,
H A Dawt_xembed_server.c673 Atom actual_type; local
680 0, 2, False, XA_XEmbedInfo, &actual_type,
687 if (actual_type == XA_XEmbedInfo && actual_format == 32
H A Dawt_wm.c387 Atom actual_type; local
401 &actual_type, &actual_format, nitems_ptr, &bytes_after,
409 if (actual_type != XA_ATOM || actual_format != 32) {
437 Atom actual_type; local
453 &actual_type, &actual_format, &nitems, &bytes_after,
460 if (actual_type != property_type || actual_format != 8) {
484 Atom actual_type; local
500 &actual_type, &actual_format, &nitems, &bytes_after,
507 if (actual_type != property_type || actual_format != 32) {
697 Atom actual_type; local
793 Atom actual_type; local
888 Atom actual_type; local
1081 Atom actual_type; local
1698 Atom actual_type; local
1781 Atom actual_type; local
[all...]
H A Dawt_MToolkit.c2394 Atom actual_type; local
2432 &actual_type, &actual_format, &nitems, &bytes_after,
2445 if (actual_type != _XA_XSETTINGS_SETTINGS) {
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c828 jlong long_length, jlong delete, jlong req_type, jlong actual_type,
833 delete, (Atom) req_type, (Atom*) jlong_to_ptr(actual_type),
850 Atom actual_type; local
859 &actual_type, &actual_format, &nitems, &bytes_after,
865 if (actual_type != XA_STRING || actual_format != 8) {
826 Java_sun_awt_X11_XlibWrapper_XGetWindowProperty(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property, jlong long_offset, jlong long_length, jlong delete, jlong req_type, jlong actual_type, jlong actual_format, jlong nitems_ptr, jlong bytes_after, jlong data_ptr) argument

Completed in 64 milliseconds