Searched defs:Update (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DXSettings.java47 * Update these settings with <code>data</code> obtained from
56 return (new Update(data)).update();
63 class Update { class in class:XSettings
86 * Construct an Update object for the data read from
92 Update(byte[] data) { method in class:XSettings.Update
214 * Update settings.
312 } // class XSettings.Update
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.hpp58 Update, enumerator in enum:ParCompactionManager::Action
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueArrayWrapper.java104 private static class Update { class in class:KQueueArrayWrapper
107 Update(SelChImpl channel, int events) { method in class:KQueueArrayWrapper.Update
113 private LinkedList<Update> updateList = new LinkedList<Update>();
155 updateList.add(new Update(channel, events));
162 for (Iterator<Update> it = updateList.iterator(); it.hasNext();) {
175 Update u = null;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Palette.cpp111 Update();
247 BOOL AwtPalette::Update() function in class:AwtPalette

Completed in 313 milliseconds