/openjdk7/jdk/src/solaris/classes/sun/awt/X11/ |
H A D | XAtomList.java | 93 * Returns true if this list contains the atom <code>atom</code> 95 public boolean contains(XAtom atom) { argument 96 return atoms.contains(atom); 100 * Add atom to the list. Does nothing if list already contains this atom. 102 public void add(XAtom atom) { argument 103 atoms.add(atom); 107 * Removes atom from the list. Does nothing if arrays doesn't conaint this atom 109 remove(XAtom atom) argument [all...] |
H A D | XDataTransferer.java | 148 // Just get the atom. If it has already been retrived 150 long atom = XAtom.get(str).getAtom(); 151 return Long.valueOf(atom); 163 * Gets an format name for a given format (atom) 165 private String getTargetNameForAtom(long atom) { argument 166 return XAtom.get(atom).getName();
|
H A D | XSelection.java | 80 /* The X atom for the underlying selection. */ 111 * Returns the XSelection object for the specified selection atom or 114 static XSelection getSelection(XAtom atom) { argument 115 return table.get(atom); 121 * @param atom the selection atom. 123 * @exception NullPointerException if atom is <code>null</code>. 125 public XSelection(XAtom atom) { argument 126 if (atom == null) { 127 throw new NullPointerException("Null atom"); [all...] |
H A D | XAtom.java | 37 * by using a pre-exisiting atom like <code>XA_WM_CLASS</code>. A <code>display</code> has to be specified 145 if (at.atom != 0) { 146 atomToAtom.put(Long.valueOf(at.atom), at); 153 static XAtom lookup(long atom) { argument 155 return atomToAtom.get(Long.valueOf(atom)); 168 static XAtom get(long atom) { argument 169 XAtom xatom = lookup(atom); 171 xatom = new XAtom(XToolkit.getDisplay(), atom); 186 this.name = XlibWrapper.XGetAtomName(display, atom); 194 static String asString(long atom) { argument 214 long atom = 0; field in class:XAtom 246 XAtom(long display, long atom) argument 650 setValues(long display, String name, long atom) argument [all...] |
H A D | XWM.java | 219 for (int atom = 0, atomPtr = 0; atom < names.length; atom++, atomPtr += atomSize) { 220 ((XAtom)(atomInitList[atom][0])).setValues(XToolkit.getDisplay(), names[atom], XAtom.getAtom(atoms + atomPtr)); 1397 public static Insets getInsetsFromProp(long window, XAtom atom) { argument 1403 new WindowPropertyGetter(window, atom,
|
H A D | XlibWrapper.java | 308 static native void SetProperty(long display, long window, long atom, String str); argument 309 static native String GetProperty(long display ,long window, long atom); argument 311 static native int XGetWindowProperty(long display, long window, long atom, argument 316 native static void XChangePropertyImpl(long display, long window, long atom, argument 319 static void XChangeProperty(long display, long window, long atom, argument 325 WindowPropertyGetter.isCacheableProperty(XAtom.get(atom)) && 336 XAtom.get(atom)); 338 XChangePropertyImpl(display, window, atom, type, format, mode, data, nelements); 341 static native void XChangePropertyS(long display, long window, long atom, argument 343 static native void XDeleteProperty(long display, long window, long atom); argument 465 XGetAtomName(long display, long atom) argument [all...] |
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/ |
H A D | RECompiler.java | 733 * @return Index of new atom node 736 int atom() throws RESyntaxException method in class:RECompiler 741 // Length of atom 775 // If the next character is a closure operator and our atom is non-empty, the 776 // current character should bind to the closure operator rather than the atom 802 // We should have an atom by now 805 // No atom before closure 825 // Add escaped char to atom 833 // Add normal character to atom 846 // Emit the atom lengt [all...] |
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/ |
H A D | DataFlavor.java | 1369 transient int atom; field in class:DataFlavor
|
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/ |
H A D | splashscreen_sys.c | 211 Atom type, atom, actual_type; local 218 atom = XInternAtom(splash->display, "XINERAMA_CENTER_HINT", True); 219 if (atom != None) { 221 XRootWindowOfScreen(splash->screen), atom, 0, 1, False, XA_INTEGER,
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_TrayIcon.cpp | 133 ATOM atom = ::RegisterClass(&wc); local 134 DASSERT(atom != 0);
|
H A D | awt_Window.cpp | 646 ATOM atom = ::RegisterClass(&wc); local 647 DASSERT(atom != 0);
|
/openjdk7/jdk/src/share/classes/java/util/regex/ |
H A D | Pattern.java | 1717 printObjectTree(((Curly)node).atom); 1721 printObjectTree(((GroupCurly)node).atom); 1977 // we have an empty expr, set a null atom into 1981 // the "tail.next" of each atom goes to branchConn 1991 // when put the "prev" into the branch as the first atom. 2046 node = atom(); 2084 node = atom(); 2097 node = atom(); 2121 private Node atom() { method in class:Pattern 3034 Node atom; 4070 Node atom; field in class:Pattern.Ques 4111 Node atom; field in class:Pattern.Curly 4255 Node atom; field in class:Pattern.GroupCurly 4880 Node atom; field in class:Pattern.First [all...] |
/openjdk7/jdk/src/solaris/native/sun/xawt/ |
H A D | XlibWrapper.c | 742 (JNIEnv *env, jclass clazz, jlong display, jlong window, jlong atom, jstring jstr) { 773 XChangeProperty((Display *)jlong_to_ptr(display), window, atom, tp.encoding, tp.format, PropModeReplace, tp.value, tp.nitems); 844 (JNIEnv *env, jclass clazz, jlong display, jlong window, jlong atom) 858 atom, 0, 0xFFFF, False, XA_STRING, 883 unsigned long atom; local 892 atom = XInternAtom((Display *) jlong_to_ptr(display), cname, ife); 898 return (jlong) atom; 1442 (JNIEnv *env, jclass clazz, jlong display, jlong window, jlong atom) 1445 XDeleteProperty((Display*) jlong_to_ptr(display), window, (Atom)atom); 1645 jlong display, jlong atom) 741 Java_sun_awt_X11_XlibWrapper_SetProperty(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong atom, jstring jstr) argument 843 Java_sun_awt_X11_XlibWrapper_GetProperty(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong atom) argument 1441 Java_sun_awt_X11_XlibWrapper_XDeleteProperty(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong atom) argument 1644 Java_sun_awt_X11_XlibWrapper_XGetAtomName(JNIEnv *env, jclass clazz, jlong display, jlong atom) argument [all...] |