Searched refs:Setup (Results 1 - 10 of 10) 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 DBootClassPathTest.sh55 "$JAVAC" -d "${TESTCLASSES}" "${TESTSRC}"/Setup.java
57 # java Setup <workdir> <premain-class>
60 "$JAVA" -classpath "${TESTCLASSES}" Setup "${TESTCLASSES}" Agent
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/macosx/native/sun/awt/
H A DPrinterSurfaceData.m110 sdo->Setup = NULL;
H A DQuartzSurfaceData.m492 #pragma mark --- Context Setup ---
H A DImageSurfaceData.m1958 sdo->Setup = NULL;
/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/
H A DXYZApp.java551 private void Setup() { method in class:Atom
577 Setup();
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DLoopMacros.h938 Setup ## LUT_STRATEGY ## Lut(SRC, DST, pixLut,\
998 Setup ## LUT_STRATEGY ## Lut(SRC, DST, pixLut, pSrcInfo, pDstInfo); \
1055 Setup ## LUT_STRATEGY ## XparLut(SRC, DST, pixLut, pSrcInfo, pDstInfo); \
1087 Setup ## LUT_STRATEGY ## XparLut(SRC, DST, pixLut, pSrcInfo, pDstInfo); \
1181 Setup ## LUT_STRATEGY ## BgLut(SRC, DST, pixLut, pSrcInfo, pDstInfo, \
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp390 wsdo->sdOps.Setup = GDIWinSD_Setup;

Completed in 78 milliseconds