Searched refs:Update (Results 1 - 10 of 10) sorted by relevance

/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.h61 BOOL Update();
H A Dawt_Palette.cpp111 Update();
247 BOOL AwtPalette::Update() function in class:AwtPalette
H A Dawt_Win32GraphicsDevice.cpp278 // calling palette->Update() since we need it
289 palette->Update();
470 * Update our dynamic IndexedColorModel. This happens after
558 return palette->Update();
/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/jdk/make/common/shared/
H A DCompiler-sun.gmk75 COMPILER_NAME-5.10 = Sun Studio 12 Update 1
77 COMPILER_NAME-5.11 = Oracle Solaris Studio 12 Update 2
H A DDefs-versions.gmk135 REQUIRED_COMPILER_NAME = Sun Studio 12 Update 1
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.hpp58 Update, enumerator in enum:ParCompactionManager::Action
H A DpsCompactionManager.cpp150 return (action() == ParCompactionManager::Update) ||
/openjdk7/make/scripts/
H A Dwebrev.ksh742 // Update the value of the anchor in the form which we use as

Completed in 73 milliseconds