Searched defs:update (Results 201 - 217 of 217) sorted by relevance

123456789

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramScene.java499 update();
502 private void update() { method in class:DiagramScene
1241 update();
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKColorChooserPanel.java327 private void setHue(float hue, boolean update) { argument
329 if (update) {
375 private void setSaturationAndBrightness(float s, float b, boolean update) { argument
377 if (update) {
423 * @param updateSpinners whether or not to update the spinners.
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextUI.java480 * Invoked when the focus accelerator changes, this will update the
859 public void update(Graphics g, JComponent c) { method in class:BasicTextUI
1839 * editor. The factory is added as an argument to the update so that
1840 * the views can update themselves in a dynamic (not hardcoded) way.
1859 // normal insert update
1867 * editor. The factory is added as an argument to the update so that
1868 * the views can update themselves in a dynamic (not hardcoded) way.
1882 * editor. The factory is added as an argument to the update so that
1883 * the views can update themselves in a dynamic (not hardcoded) way.
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java1432 * Overriden to update the grid when validating.
2961 private void update(DocumentEvent e) { method in class:AccessibleHTML.ElementInfo
3022 // forwarding update our child may invalidate us.
3024 getChild(i).update(e);
3032 * <code>update</code> on the <code>RootInfo</code> in response to
3037 getRootInfo().update(e);
3040 getRootInfo().update(e);
3043 getRootInfo().update(e);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java214 new SchemaViolationException("Cannot update schema object"));
523 // update;
1578 new SchemaViolationException("Cannot update schema object"));
2380 private void setReferralMode(String ref, boolean update) { argument
2401 } else if (update) {
2403 // If we're update an existing context, remove the control
2406 } // else, leave alone; need not update
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp243 void update(TickPosition where) { function in class:tick_counter
282 void update(TickPosition where) { ticks.update(where);} function in class:ProfilerNode
395 update(where);
432 update(where);
469 update(where);
509 update(where);
537 update(where);
585 update(where);
617 update(wher
[all...]
H A Dframe.cpp215 RegisterMap map(JavaThread::current(), false); // No update
1412 StackFrameStream::StackFrameStream(JavaThread *thread, bool update) : _reg_map(thread, update) { argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TrayIcon.cpp51 jboolean update; member in struct:UpdateIconStruct
777 jboolean jupdate = uis->update;
1039 uis->update = doUpdate;
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java278 ch.close(); // close the ch just in case no update
350 update(e);
426 update(e);
483 update(u);
510 beginRead(); // only need a readlock, the "update()" will
817 update(u);
1099 ////////////////////update & sync //////////////////////////////////////
1117 private void update(Entry e) { method in class:ZipFileSystem
1143 e.locoff = written; // update the e.locoff with new value
1394 throw new ZipException("update entr
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java512 // table insertion must take place before log update
792 * complete Activation system is written out as a log update, the
911 // table insertion must take place before log update
929 // table removal must take place before log update
954 // removal should be recorded before log update
974 // restart information should be recorded before log update
997 // state update should occur before log update
1477 log.update(rec, true);
1480 System.err.println(getTextResource("rmid.log.update
1523 applyUpdate(Object update, Object state) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java796 // Q: Need to update NativeInLightFixer?
1949 * @see Component#update(Graphics)
1973 * Updates the container. This forwards the update to any lightweight
1975 * reimplemented, super.update(g) should be called so that lightweight
1977 * clipped by the current clipping setting in g, update() will not be
1981 * @see Component#update(Graphics)
1983 public void update(Graphics g) { method in class:Container
2001 * @see Component#update(Graphics)
4412 * Do not update cursor on dispatching SunDropTargetEvents.
H A DComponent.java2024 * used by GlobalCursormanager to update cursor
3186 * @see #update
3196 * AWT calls the <code>update</code> method in response to
3200 * The <code>update</code> method of <code>Component</code>
3206 * call <code>super.update(g)</code>, or call <code>paint(g)</code>
3207 * directly from their <code>update</code> method.
3225 public void update(Graphics g) { method in class:Component
3273 * a call to this component's <code>update</code> method as soon
3282 * @see #update(Graphics)
3299 * @param tm maximum time in milliseconds before update
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java778 ui.update(scratchGraphics, this);
954 * <code>ComponentUI.update</code>, which is called by
962 public void update(Graphics g) { method in class:JComponent
4830 * GUI to update.
4934 * This method is useful if one needs to update the display while
5468 * callback to update the UI for the entire tree of components
H A DJTable.java1866 * @param update whether or not to update the selection on sorting
1870 * description: Whether or not to update the selection on sorting
1873 public void setUpdateSelectionOnSort(boolean update) { argument
1874 if (updateSelectionOnSort != update) {
1875 updateSelectionOnSort = update;
1876 firePropertyChange("updateSelectionOnSort", !update, update);
1883 * @return whether to update the selection on a sort
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp605 // update _heap_end.
676 // Need to update the three data structures below according to the
824 // initial-mark pause to update the heap end, if the heap expands
883 force_overflow()->update();
920 update();
923 void ForceOverflowSettings::update() { function in class:ForceOverflowSettings
1782 // Now update the lists
2009 // sure we update the old gen/space data.
2719 // a) Miss the update to the region's end, in which case it will
2722 // b) Will observe the update o
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java863 List<JCExpressionStatement> update,
868 this.step = update;
861 JCForLoop(List<JCStatement> init, JCExpression cond, List<JCExpressionStatement> update, JCStatement body) argument
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1068 FieldAllocationType update(bool is_static, BasicType type) { function in class:FieldAllocationCount
1190 FieldAllocationType atype = fac->update(is_static, type);
1231 FieldAllocationType atype = fac->update(false, type);

Completed in 204 milliseconds

123456789