Searched defs:changes (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextMembershipEvent.java64 * @param changes The Children affected
65 * @throws NullPointerException if <CODE>changes</CODE> is <CODE>null</CODE>
68 public BeanContextMembershipEvent(BeanContext bc, Collection changes) { argument
71 if (changes == null) throw new NullPointerException(
72 "BeanContextMembershipEvent constructor: changes is null.");
74 children = changes;
81 * @param changes The Children effected
82 * @exception NullPointerException if changes associated with this
86 public BeanContextMembershipEvent(BeanContext bc, Object[] changes) { argument
89 if (changes
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeepNodeListImpl.java43 * concerned, the former has been dynamically updated as the changes
85 protected int changes=0; field in class:DeepNodeListImpl
126 if(rootNode.changes() != changes) {
128 changes = rootNode.changes();
H A DNodeImpl.java244 * be completely independent of the source object's subtree, so changes
418 * will immediately reflect those changes. Also, the NodeList refers
419 * to the actual nodes, so changes to those nodes made via the DOM tree
668 * Note that setting this attribute changes the nodeName attribute, which
1883 * Returns the number of changes to this node.
1885 protected int changes() { method in class:NodeImpl
1889 return ownerDocument().changes();
H A DCoreDocumentImpl.java164 * Note that changes which do not affect the tree's structure -- changing
169 * "harmless" changes (those producing equal() trees) would not force
185 protected int changes = 0; field in class:CoreDocumentImpl
2265 changes++;
2269 * Returns the number of changes to this node.
2271 protected int changes() { method in class:CoreDocumentImpl
2272 return changes;
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DKQueue.c77 struct kevent changes[1]; local
81 EV_SET(&changes[0], fd, filter, flags, 0, 0, 0);
82 RESTARTABLE(kevent(kqfd, &changes[0], 1, NULL, 0, &timeout), res);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DFieldView.java149 * result of changes to the document model. The bounded
287 * @param changes the change information from the associated document
292 public void insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
293 super.insertUpdate(changes, adjustAllocation(a), f);
301 * @param changes the change information from the associated document
306 public void removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
307 super.removeUpdate(changes, adjustAllocation(a), f);
H A DPlainView.java445 * @param changes the change information from the associated document
450 public void insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
451 updateDamage(changes, a, f);
458 * @param changes the change information from the associated document
463 public void removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
464 updateDamage(changes, a, f);
471 * @param changes the change information from the associated document
476 public void changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
477 updateDamage(changes, a, f);
525 protected void updateDamage(DocumentEvent changes, Shap argument
[all...]
H A DZoneView.java326 * zones and not directly effected by the changes to the
342 * @param changes the change information from the associated document
347 public void insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
348 handleInsert(changes.getOffset(), changes.getLength());
349 super.insertUpdate(changes, a, f);
359 * @param changes the change information from the associated document
364 public void removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
365 handleRemove(changes.getOffset(), changes
[all...]
H A DFlowView.java173 * appropriate. If the height of this view changes
249 * @param changes the change information from the associated document
254 public void insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
255 layoutPool.insertUpdate(changes, a, f);
256 strategy.insertUpdate(this, changes, getInsideAllocation(a));
263 * @param changes the change information from the associated document
268 public void removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
269 layoutPool.removeUpdate(changes, a, f);
270 strategy.removeUpdate(this, changes, getInsideAllocation(a));
277 * @param changes th
282 changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) argument
[all...]
H A DParagraphView.java783 * @param changes the change information from the
789 public void changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
795 super.changedUpdate(changes, a, f);
H A DDefaultStyledDocument.java241 * {@code DocumentEvent} for changes in element structure and {@code
242 * UndoableEditEvent} for changes in document content.</p>
480 * A write lock is held by this operation while changes
501 DefaultDocumentEvent changes =
505 buffer.change(offset, length, changes);
519 changes.addEdit(new AttributeUndoableEdit(run, sCopy, replace));
525 changes.end();
526 fireChangedUpdate(changes);
527 fireUndoableEditUpdate(new UndoableEditEvent(this, changes));
551 DefaultDocumentEvent changes
2468 transient Vector<ElemChanges> changes; field in class:DefaultStyledDocument.ElementBuffer
[all...]
/openjdk7/jdk/src/macosx/native/sun/nio/ch/
H A DKQueueArrayWrapper.c112 struct kevent changes[2]; local
121 EV_SET(&changes[0], fd, EVFILT_READ, r ? EV_ADD : EV_DELETE, 0, 0, 0);
122 EV_SET(&changes[1], fd, EVFILT_WRITE, w ? EV_ADD : EV_DELETE, 0, 0, 0);
123 kevent(kq, changes, 2, errors, 2, &dontBlock);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DBlockView.java340 public void changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
341 super.changedUpdate(changes, a, f);
342 int pos = changes.getOffset();
343 if (pos <= getStartOffset() && (pos + changes.getLength()) >=
H A DHRuleView.java296 public void changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
297 super.changedUpdate(changes, a, f);
298 int pos = changes.getOffset();
299 if (pos <= getStartOffset() && (pos + changes.getLength()) >=
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextFieldUI.java152 * changes as the size changes.
278 * result of changes to the document model. The bounded
394 * @param changes the change information from the associated document
399 public void insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
400 super.insertUpdate(changes, adjustAllocation(a), f);
408 * @param changes the change information from the associated document
413 public void removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) { argument
414 super.removeUpdate(changes, adjustAllocation(a), f);
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIControl.java93 private final HashMap<Key, DoubleValue> changes; field in class:JRSUIControl
105 changes = new HashMap<Key, DoubleValue>();
113 changes = new HashMap<Key, DoubleValue>(other.nativeMap);
114 changes.putAll(other.changes);
135 for (final JRSUIConstants.Key key : new HashSet<JRSUIConstants.Key>(changes.keySet())) {
137 final JRSUIConstants.DoubleValue value = changes.get(key);
154 changes.remove(key);
176 changes.remove(key);
180 changes
[all...]
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogManager.java153 private PropertyChangeSupport changes field in class:LogManager
326 changes.addPropertyChangeListener(l);
345 changes.removePropertyChangeListener(l);
1219 changes.firePropertyChange(null, null, null);
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp37 // the runtime system, e.g. class hierarchy changes. An example is an
41 // by changes in the runtime system. We can think of these assertions
143 // count, for robustness in the face of complex schema changes.
320 KlassDepChange* changes = NULL);
322 KlassDepChange* changes = NULL);
324 KlassDepChange* changes = NULL);
326 KlassDepChange* changes = NULL);
328 KlassDepChange* changes = NULL);
330 KlassDepChange* changes = NULL);
331 static klassOop check_has_no_finalizable_subclasses(klassOop ctxk, KlassDepChange* changes
557 ContextStream(DepChange& changes) argument
561 ContextStream(DepChange& changes, No_Safepoint_Verifier& nsv) argument
[all...]
H A DcodeCache.cpp636 int CodeCache::mark_for_deoptimization(DepChange& changes) { argument
653 for (DepChange::ContextStream str(changes, nsv); str.next(); ) {
655 number_of_marked_CodeBlobs += instanceKlass::cast(d)->mark_dependent_nmethods(changes);
667 changes.print();
H A Ddependencies.cpp855 klassOop find_witness_in(KlassDepChange& changes,
859 klassOop find_witness_subtype(klassOop context_type, KlassDepChange* changes = NULL) {
866 if (changes != NULL) {
867 return find_witness_in(*changes, context_type, participants_hide_witnesses);
872 klassOop find_witness_definer(klassOop context_type, KlassDepChange* changes = NULL) {
878 if (changes != NULL) {
879 return find_witness_in(*changes, context_type, !participants_hide_witnesses);
933 klassOop ClassHierarchyWalker::find_witness_in(KlassDepChange& changes, argument
936 assert(changes.involves_context(context_type), "irrelevant dependency");
937 klassOop new_type = changes
1197 check_abstract_with_unique_concrete_subtype(klassOop ctxk, klassOop conck, KlassDepChange* changes) argument
1207 check_abstract_with_no_concrete_subtype(klassOop ctxk, KlassDepChange* changes) argument
1217 check_concrete_with_no_concrete_subtype(klassOop ctxk, KlassDepChange* changes) argument
1275 check_abstract_with_exclusive_concrete_subtypes( klassOop ctxk, klassOop k1, klassOop k2, KlassDepChange* changes) argument
1339 check_unique_concrete_method(klassOop ctxk, methodOop uniqm, KlassDepChange* changes) argument
1380 check_exclusive_concrete_methods(klassOop ctxk, methodOop m1, methodOop m2, KlassDepChange* changes) argument
1445 check_has_no_finalizable_subclasses(klassOop ctxk, KlassDepChange* changes) argument
1457 check_call_site_target_value(oop call_site, oop method_handle, CallSiteDepChange* changes) argument
1486 check_klass_dependency(KlassDepChange* changes) argument
1528 check_call_site_dependency(CallSiteDepChange* changes) argument
1546 spot_check_dependency_at(DepChange& changes) argument
[all...]
H A Dnmethod.cpp2054 bool nmethod::check_dependency_on(DepChange& changes) { argument
2061 if (deps.spot_check_dependency_at(changes) != NULL) {
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp220 // no change. Set_init_state() asserts that state changes make
1455 // are dependent on the changes that were passed in and mark them for
1458 int instanceKlass::mark_dependent_nmethods(DepChange& changes) { argument
1466 if (nm->is_alive() && !nm->is_marked_for_deoptimization() && nm->check_dependency_on(changes)) {
1471 changes.print();

Completed in 702 milliseconds