Searched defs:Setup (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/io/Serializable/duplicateSerialFields/
H A DSetup.java46 public class Setup { class
/openjdk7/jdk/test/java/lang/instrument/BootClassPath/
H A DSetup.java39 public class Setup { class
43 System.err.println("Usage: java Setup <work-dir> <premain-class>");
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h372 * need to perform certain operations during Setup that cannot be
441 SetupFunc *Setup; member in struct:_SurfaceDataOps
530 if ((ops)->Setup != NULL) { \
531 (ops)->Setup(env, ops); \
552 * Does the same as the above, but doesn't call Setup function
/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/
H A DXYZApp.java551 private void Setup() { method in class:Atom
577 Setup();

Completed in 512 milliseconds