Searched refs:remove (Results 451 - 475 of 1349) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DSSLConfigFilePermissionTest.sh54 rm -f $1 || echo WARNING: $1 already exists - unable to remove old copy
/openjdk7/jdk/src/share/classes/sun/misc/
H A DSignal.java172 handlers.remove(sig);
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceNotifier.java76 listeners.remove(listener);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DDGCAckHandler.java143 DGCAckHandler h = idTable.remove(id);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXCreateWindowParams.java79 remove(key);
H A DXNETProtocol.java62 old_state.remove(XA_NET_WM_STATE_MAXIMIZED_VERT);
67 old_state.remove(XA_NET_WM_STATE_MAXIMIZED_HORZ);
162 net_wm_state.remove(XA_NET_WM_STATE_SHADED);
218 net_wm_state.remove(state);
266 final static int _NET_WM_STATE_REMOVE =0; /* remove/unset property */
H A DXWarningWindow.java386 XToolkit.remove(hidingTask);
387 XToolkit.remove(showingTask);
399 XToolkit.remove(showingTask);
400 XToolkit.remove(hidingTask);
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DTileWorker.java108 rasterizedTileConsumerCache.remove(0);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxWatchService.java42 * mechanism. Requests to add or remove a watch, or close the watch service,
115 void invalidate(boolean remove) { argument
116 if (remove) {
280 wdToKey.remove(key.descriptor());
415 wdToKey.remove(wd);
/openjdk7/langtools/test/tools/javac/synthesize/
H A DMain.java77 files.remove(f);
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListSet.java48 * cost for the <tt>contains</tt>, <tt>add</tt>, and <tt>remove</tt>
249 public boolean remove(Object o) { method in class:ConcurrentSkipListSet
250 return m.remove(o, Boolean.TRUE);
326 if (remove(i.next()))
/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.hpp119 // clear(), member(), insert(), and remove(). These methods do
143 bool remove(uint element) { function in class:IndexSet::BitBlock
301 bool remove(uint element) { function in class:IndexSet
304 check_watch("remove", element);
308 bool present = block->remove(element);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java412 subject.getPrincipals().remove(user);
566 sharedState.remove(USERNAME_KEY);
567 sharedState.remove(PASSWORD_KEY);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibGroup.java438 checker.remove(depth);
463 checker.remove(depth,2);
498 checker.remove(depth);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnections.java234 conns.remove(entry);
265 if (conns.remove(new ConnectionDesc(conn))) {
266 d("remove(): ", conn);
270 d("remove(): notify");
281 d("remove(): not found ", conn);
302 iter.remove(); // remove from pool
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DEventDispatcher.java189 eventInfo = (EventInfo) eventQueue.remove(0);
264 autoClosingClips.remove(i);
375 lineMonitors.remove(lm);
/openjdk7/jdk/src/share/classes/java/awt/
H A DTrayIcon.java299 * remove any popup menu
444 mouseListener = AWTEventMulticaster.remove(mouseListener, listener);
505 mouseMotionListener = AWTEventMulticaster.remove(mouseMotionListener, listener);
592 actionListener = AWTEventMulticaster.remove(actionListener, listener);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFramePaneUI.java66 c.remove(fDock);
149 public void remove(final Component c) { method in class:AquaInternalFramePaneUI.Dock
150 super.remove(c);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvFill.java115 void remove() { method in class:SourceFile.Function
116 functionMap.remove(name);
142 filledFunc.remove(); // mark used
H A DjvmtiImpl.hpp112 // remove the element at index, notify listener
113 void remove (int index);
148 void remove (int index) { _cache.remove(index); } function in class:JvmtiBreakpointCache
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DRequestContext.java387 public Object remove(Object key) { method in class:RequestContext.MapView
389 return RequestContext.this.remove(key);
391 return fallback().remove(key);
/openjdk7/jdk/test/java/awt/List/SetBackgroundTest/
H A DSetBackgroundTest.java84 frame.remove(canvas);
148 container.remove(component);
149 frame.remove(container);
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DJstat.java131 i.remove();
135 i.remove();
139 i.remove();
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DKeepAliveCache.java132 /* remove an obsolete HttpClient from its VectorCache */
133 public synchronized void remove (HttpClient h, Object obj) { method in class:KeepAliveCache
137 v.remove(h);
148 super.remove(k);
177 * REMIND: It'd be nice to not remove *all* connections
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java152 boolean waspresent = requests.remove(key) != null;
362 cache.remove(cacheKey(true), this);
364 cache.remove(cacheKey(false), this);

Completed in 192 milliseconds

<<11121314151617181920>>