Searched refs:updates (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java52 private ArrayList updates; field in class:FindInHeapPanel
82 updates = new ArrayList();
163 updates.add("found at " + addr + "\n");
195 if (updates.size() > 0) {
196 Iterator i = updates.iterator();
200 updates = new ArrayList();;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJForLoop.java40 private List<JExpression> updates = new ArrayList<JExpression>(); field in class:JForLoop
62 updates.add(e);
81 f.p(';').g(test).p(';').g(updates).p(')');
/openjdk7/jdk/test/java/rmi/activation/log/
H A DLogTest.java66 private static void writeUpdatesCrashAndRecover(int updates, argument
73 * Write updates
75 System.err.println("\nwrite updates: " + updates);
76 for (int i = 0; i < updates; i++) {
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlReaderContentHandler.java80 private Vector updates; field in class:XmlReaderContentHandler
440 // allocate the collection for the updates
441 updates = new Vector();
803 updates.add(upd);
819 // now handle any updates
820 if (updates.size() > 0) {
823 Iterator i = updates.iterator();
837 updates.removeAllElements();
1321 //updates.add(upd);
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintService.java408 PrintServiceAttributeSet updates =
415 updates.add(attr);
419 return AttributeSetUtilities.unmodifiableView(updates);
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java848 PrintServiceAttributeSet updates =
854 updates.add(attr);
858 return AttributeSetUtilities.unmodifiableView(updates);

Completed in 41 milliseconds