Searched refs:ge (Results 1 - 25 of 93) sorted by relevance

1234

/openjdk7/jdk/test/java/awt/GraphicsEnvironment/
H A DTestGetDefScreenDevice.java35 GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
37 ge.getDefaultScreenDevice();
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DHeadlessGraphicsEnvironment.java64 private GraphicsEnvironment ge; field in class:HeadlessGraphicsEnvironment
66 public HeadlessGraphicsEnvironment(GraphicsEnvironment ge) { argument
67 this.ge = ge;
89 return ge.createGraphics(img); }
91 public Font[] getAllFonts() { return ge.getAllFonts(); }
94 return ge.getAvailableFontFamilyNames(); }
97 return ge.getAvailableFontFamilyNames(l); }
101 return ge;
/openjdk7/jdk/test/java/awt/FontClass/
H A DBigMetrics.java36 GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
37 Font[] fonts = ge.getAllFonts();
/openjdk7/jdk/test/java/awt/font/FontNames/
H A DLocaleFamilyNames.java37 GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
39 Font[] all_fonts = ge.getAllFonts();
55 ge.getAvailableFontFamilyNames(all_locales[i]);
/openjdk7/jdk/test/java/net/ServerSocket/
H A DAcceptCauseFileDescriptorLeak.sh44 if [ "$NOFILES" = "unlimited" ] || [ $NOFILES -ge 1024 ]; then
/openjdk7/jdk/test/java/nio/channels/Selector/
H A Dlots_of_updates.sh45 if [ "$NOFILES" = "unlimited" ] || [ $NOFILES -ge 10000 ]; then
/openjdk7/jdk/test/sun/security/provider/PolicyParser/
H A DBogusGrants.java46 Enumeration ge = pp.grantElements();
47 if (ge.hasMoreElements()) {
H A DEncodeURL.java68 PolicyParser.GrantEntry ge =
70 if (ge.codeBase.indexOf("foo") >= 0 &&
71 ge.codeBase.indexOf(extAnswer) < 0) {
74 " inside " + ge.codeBase);
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DCipherHelper.java179 GSSException ge = new GSSException(GSSException.FAILURE, -1,
181 ge.initCause(e);
182 throw ge;
236 GSSException ge = new GSSException(GSSException.FAILURE, -1,
239 ge.initCause(e);
240 throw ge;
305 GSSException ge = new GSSException(GSSException.FAILURE, -1,
308 ge.initCause(e);
309 throw ge;
347 GSSException ge
[all...]
H A DKrb5AcceptCredential.java81 GSSException ge =
84 ge.initCause(e.getException());
85 throw ge;
/openjdk7/jdk/test/java/awt/Multiscreen/LocationRelativeToTest/
H A DLocationRelativeToTest.java51 GraphicsEnvironment ge =
53 System.out.println("Center point: " + ge.getCenterPoint());
54 GraphicsDevice[] gds = ge.getScreenDevices();
55 GraphicsDevice gdDef = ge.getDefaultScreenDevice();
67 checkLocation(f, ge.getCenterPoint());
/openjdk7/jdk/test/java/awt/Graphics2D/TransformSetGet/
H A DTransformSetGet.java40 final GraphicsEnvironment ge =
43 ge.getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/test/java/awt/Multiscreen/TranslucencyThrowsExceptionWhenFullScreen/
H A DTranslucencyThrowsExceptionWhenFullScreen.java49 GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
50 GraphicsDevice[] devices = ge.getScreenDevices();
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DIgnoreChannelBinding.java92 } catch (GSSException ge) {
107 } catch (GSSException ge) {
109 if (ge.getMajor() != GSSException.BAD_BINDINGS) {
110 throw ge;
/openjdk7/jdk/test/sun/java2d/SunGraphicsEnvironment/
H A DTestSGEuseAlternateFontforJALocales.java65 GraphicsEnvironment ge =
67 ge.preferLocaleFonts();
68 ge.preferProportionalFonts();
/openjdk7/jdk/test/java/awt/FullScreen/TranslucentWindow/
H A DTranslucentWindow.java41 GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
42 GraphicsDevice gd = ge.getDefaultScreenDevice();
/openjdk7/jdk/test/java/awt/Graphics2D/FillTexturePaint/
H A DFillTexturePaint.java55 GraphicsEnvironment ge =
58 ge.getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/test/sun/java2d/DirectX/OpaqueImageToSurfaceBlitTest/
H A DOpaqueImageToSurfaceBlitTest.java48 GraphicsEnvironment ge =
50 GraphicsDevice gd = ge.getDefaultScreenDevice();
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A Dbug7181438.java67 final GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
68 final GraphicsConfiguration gc = ge.getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsEnvironment.java94 GraphicsEnvironment ge;
109 ge = (GraphicsEnvironment) geCls.newInstance();
113 ge = new HeadlessGraphicsEnvironment(ge);
124 return ge;
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DPangoFonts.java61 GraphicsEnvironment ge =
64 if (!ge.isHeadless()) {
66 ge.getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/test/java/awt/Multiscreen/WindowGCChangeTest/
H A DWindowGCChangeTest.java66 GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
67 GraphicsDevice[] gds = ge.getScreenDevices();
77 GraphicsDevice defgd = ge.getDefaultScreenDevice();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DExpressionParticleBinder.java71 GElement ge = (GElement)e;
76 propName.append(makeJavaName(cc.isCollection(),ge.getPropertyNameSeed()));
123 GElement ge = (GElement)e;
124 for (XSParticle p : ge.particles) {
/openjdk7/jdk/test/java/rmi/Naming/
H A DDefaultRegistryPort.java73 } catch (Exception ge) {
/openjdk7/jdk/test/java/awt/Graphics2D/FlipDrawImage/
H A DFlipDrawImage.java44 GraphicsEnvironment ge =
47 ge.getDefaultScreenDevice().getDefaultConfiguration();

Completed in 159 milliseconds

1234