Searched defs:vcs (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/beans/VetoableChangeSupport/
H A DTest4994635.java39 test.vcs.addVetoableChangeListener(
43 private final VetoableChangeSupport vcs = new VetoableChangeSupport(this); field in class:Test4994635
H A DTestSerialization.java63 VetoableChangeSupport vcs = new VetoableChangeSupport(TestSerialization.class);
64 vcs.addVetoableChangeListener(new TestSerialization(0));
65 vcs.addVetoableChangeListener(NAME, new TestSerialization(1));
66 return vcs;
69 private static void check(VetoableChangeSupport vcs) { argument
70 VetoableChangeListener[] namedListeners = vcs.getVetoableChangeListeners(NAME);
74 VetoableChangeListener[] allListeners = vcs.getVetoableChangeListeners();
143 private static void serialize(String file, VetoableChangeSupport vcs) throws Exception { argument
147 stream.writeObject(vcs);
155 private static byte[] serialize(VetoableChangeSupport vcs) throw argument
[all...]
/openjdk7/jdk/test/java/lang/invoke/
H A DCallSiteTest.java49 private static CallSite vcs; field in class:CallSiteTest
58 vcs = new VolatileCallSite(mh_foo);
98 vcs.setTarget(mh_foo);
102 vcs.setTarget(mh_foo);
106 vcs.setTarget(mh_bar);
149 return vcs;

Completed in 31 milliseconds