Searched refs:vcl (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/share/classes/java/beans/beancontext/ |
H A D | BeanContextChild.java | 124 * @param vcl the <code>VetoableChangeListener</code> to add 126 void addVetoableChangeListener(String name, VetoableChangeListener vcl); argument 133 * @param vcl the <code>VetoableChangeListener</code> to remove. 135 void removeVetoableChangeListener(String name, VetoableChangeListener vcl); argument
|
H A D | BeanContextChildSupport.java | 183 * If <code>name</code> or <code>vcl</code> is null, no exception is thrown 187 * @param vcl The <code>VetoableChangeListener</code> to be added 189 public void addVetoableChangeListener(String name, VetoableChangeListener vcl) { argument 190 vcSupport.addVetoableChangeListener(name, vcl); 200 * If <code>vcl</code> is null, or was never added for the specified 204 * @param vcl The <code>VetoableChangeListener</code> to be removed 206 public void removeVetoableChangeListener(String name, VetoableChangeListener vcl) { argument 207 vcSupport.removeVetoableChangeListener(name, vcl);
|
/openjdk7/jdk/src/share/classes/sun/font/ |
H A D | LayoutPathImpl.java | 427 double vcx, vcy, vcl; // hold closest point on vector as x, y, l 436 vcl = bl; 446 vcl = bl + p * dl; 452 vcl = nl; 467 cl = vcl;
|
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ |
H A D | concurrentMarkSweepGeneration.cpp | 3001 VerifyMarkedClosure vcl(markBitMap()); 3002 verification_mark_bm()->iterate(&vcl); 3003 if (vcl.failed()) { 3051 VerifyMarkedClosure vcl(markBitMap()); 3052 verification_mark_bm()->iterate(&vcl); 3053 assert(!vcl.failed(), "Else verification above should not have succeeded");
|
Completed in 53 milliseconds