Searched defs:changed (Results 1 - 25 of 44) sorted by relevance

12

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DChangedListener.java32 public void changed(T source); method in interface:ChangedListener
/openjdk7/jdk/src/share/classes/java/util/
H A DObservable.java63 private boolean changed = false; field in class:Observable
99 * If this object has changed, as indicated by the
102 * indicate that this object has no longer changed.
119 * If this object has changed, as indicated by the
122 * that this object has no longer changed.
152 if (!changed)
170 * Marks this <tt>Observable</tt> object as having been changed; the
174 changed = true;
178 * Indicates that this object has no longer changed, or that it has
188 changed
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterNode.java65 public void changed(Filter source) {
106 changed(FilterTopComponent.findInstance());
109 public void changed(FilterTopComponent source) { method in class:FilterNode
H A DFilterTopComponent.java292 public void changed(FilterChain source) {
305 public void changed(CheckNode source) { method in class:FilterTopComponent.FilterChildren
377 listener.changed(cf);
404 public void changed(Filter source) { method in class:FilterTopComponent.FilterChangedListener
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DNextDiagramAction.java102 public void changed(DiagramViewModel source) { method in class:NextDiagramAction
H A DPrevDiagramAction.java102 public void changed(DiagramViewModel source) { method in class:PrevDiagramAction
/openjdk7/hotspot/src/share/vm/services/
H A DdtraceAttacher.cpp60 bool changed = false; local
63 changed = true;
67 changed = true;
71 changed = true;
74 if (changed) {
75 // one or more flags changed, need to deoptimize
84 bool changed = false; local
87 changed = true;
91 changed = true;
95 changed
[all...]
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DHierarchyEvent.java165 Component changed; field in class:HierarchyEvent
181 * @param changed The <code>Component</code> at the top of
182 * the hierarchy which was changed
183 * @param changedParent The parent of the <code>changed</code> component.
193 public HierarchyEvent(Component source, int id, Component changed, argument
196 this.changed = changed;
212 * @param changed The <code>Component</code> at the top
213 * of the hierarchy which was changed
214 * @param changedParent The parent of the <code>changed</cod
230 HierarchyEvent(Component source, int id, Component changed, Container changedParent, long changeFlags) argument
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DFolderNode.java100 public void changed(Group source) { method in class:FolderNode.FolderChildren
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DViewOptionsPanelController.java41 private boolean changed; field in class:ViewOptionsPanelController
45 changed = false;
50 changed = false;
62 return changed;
88 void changed() { method in class:ViewOptionsPanelController
89 if (!changed) {
90 changed = true;
/openjdk7/jdk/src/windows/classes/sun/net/dns/
H A DResolverConfigurationImpl.java45 // Addreses have changed
46 private static boolean changed = false; field in class:ResolverConfigurationImpl
84 // if address have changed then DNS probably changed aswell;
87 if (changed) {
88 changed = false;
145 changed = true;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNamedNodeMapImpl.java418 final boolean changed() { method in class:NamedNodeMapImpl
422 final void changed(boolean value) { method in class:NamedNodeMapImpl
H A DNodeImpl.java1873 * Denotes that this node has changed.
1875 protected void changed() { method in class:NodeImpl
1879 ownerDocument().changed();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DRangeSlider.java108 public void changed(RangeSliderModel source) { method in class:RangeSlider
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramViewModel.java66 public void changed(FilterChain source) {
165 public void changed(DiagramViewModel source) {
177 public void changed(Group source) {
337 public void changed(RangeSliderModel source) { method in class:DiagramViewModel
H A DEditorTopComponent.java428 public void changed(RangeSliderModel model) { method in class:EditorTopComponent
H A DDiagramScene.java1219 public void changed(DiagramViewModel source) { method in class:DiagramScene.DiagramUndoRedo
1238 public void changed(DiagramViewModel source) { method in class:DiagramScene
1239 assert source == model : "Receive only changed event from current model!";
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_ImageRep.c397 int changed = FALSE; local
424 changed = TRUE;
438 changed = TRUE;
451 if (changed) {
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableNUMASpace.cpp169 // changed. Thread can change their location, the new home
226 // Check if the NUMA topology has changed. Add and remove spaces if needed.
229 // Check if the topology had changed.
230 bool changed = os::numa_topology_changed(); local
231 if (force || changed) {
270 if (changed) {
315 // If the topology has changed, make all chunks zero-sized.
597 // Check if the space layout has changed significantly?
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp1069 assert(cur_sim->stack_size() == 0 || cur_sim->get_slot(0) != reg, "register must have been changed");
1083 assert(cur_sim->get_slot(finished_slot) != reg, "register must have been changed");
1148 bool changed = false; local
1191 changed = true;
1240 return changed;
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp192 // Return true to indicate that this thread changed
353 bool changed = false; local
359 changed = changed || (temp != map(index));
362 return changed;
368 bool changed = false; local
374 changed = changed || (temp != dest_map[index]);
377 return changed;
383 bool changed local
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_site.c68 int changed; /* Objects at this site changed? */ member in struct:SiteInfo
176 if ( info==NULL || !info->changed ) {
193 info->changed = 0;
344 info->changed = 1;
363 * SITE_DUMP_INCREMENTAL only dump what's changed since last dump.
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c198 boolean changed; local
230 changed = FALSE;
240 changed = TRUE;
242 } while (changed);
769 /* If user changed to ordered dither from another mode,
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp382 bool changed = false; local
387 changed = true;
390 // "changed" will be false. If the expansion failed
392 // ignore the failure (leaving "changed" as false).
399 changed = true;
401 if (changed) {
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp273 bool changed() { return _changed; } function in class:BasicBlock

Completed in 3233 milliseconds

12