Searched refs:ge (Results 26 - 50 of 93) sorted by relevance

1234

/openjdk7/jdk/test/java/awt/Toolkit/ScreenInsetsTest/
H A DScreenInsetsTest.java51 GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
52 GraphicsDevice[] gds = ge.getScreenDevices();
/openjdk7/jdk/test/java/awt/image/DrawImage/
H A DIncorrectBounds.java46 GraphicsEnvironment ge =
49 ge.getDefaultScreenDevice().getDefaultConfiguration();
H A DIncorrectOffset.java44 GraphicsEnvironment ge =
47 ge.getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/test/sun/java2d/pipe/hw/RSLContextInvalidationTest/
H A DRSLContextInvalidationTest.java50 GraphicsEnvironment ge =
52 GraphicsDevice gd = ge.getDefaultScreenDevice();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMouseInfoPeer.java45 GraphicsEnvironment ge = GraphicsEnvironment.
47 GraphicsDevice[] gds = ge.getScreenDevices();
/openjdk7/hotspot/test/gc/6941923/
H A Dtest6941923.sh118 if [ $((outfilesize)) -ge $((filesize)) ]; then
150 if [ $(($outfilesize)) -ge $(($filesize)) ]; then
161 if [ $(($atleast)) -ge $(($numoffiles-1)) ]; then
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5InitCredential.java328 GSSException ge =
332 ge.initCause(e);
333 throw ge;
351 GSSException ge =
355 ge.initCause(e.getException());
356 throw ge;
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyFile.java488 PolicyParser.GrantEntry ge = enum_.nextElement();
489 addGrantEntry(ge, keyStore);
530 CodeSource getCodeSource(PolicyParser.GrantEntry ge, KeyStore keyStore) argument
534 if (ge.signedBy != null) {
535 certs = getCertificates(keyStore, ge.signedBy);
541 ge.signedBy + ", ignoring.");
549 if (ge.codeBase != null)
550 location = new URL(ge.codeBase);
554 if (ge.principals == null || ge
568 addGrantEntry(PolicyParser.GrantEntry ge, KeyStore keyStore) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DVolatileSurfaceManager.java99 GraphicsEnvironment ge =
103 if (ge instanceof SunGraphicsEnvironment) {
104 ((SunGraphicsEnvironment)ge).addDisplayChangedListener(this);
/openjdk7/jdk/test/java/awt/Multiscreen/UpdateGCTest/
H A DUpdateGCTest.java45 GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
46 GraphicsDevice[] gds = ge.getScreenDevices();
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DExceptionMapper.java209 } catch (NamingException ge) {
210 throw ge;
211 } catch (Exception ge) {
214 ne.setRootCause(ge);
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSUtil.java145 } catch (GSSException ge) {
146 debug("Skipped name " + name + " due to " + ge);
354 } catch (GSSException ge) {
355 debug("...Discard cred (" + ge + ")");
/openjdk7/langtools/test/tools/javap/4870651/
H A DTest.java57 abstract <G extends Exception> void ge() throws G; method in class:Test
/openjdk7/jdk/src/share/classes/javax/print/
H A DServiceUI.java216 GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
217 GraphicsDevice[] gs = ge.getScreenDevices();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCCustomCursor.java100 GraphicsEnvironment ge =
102 GraphicsDevice gs = ge.getDefaultScreenDevice();
H A DCPlatformEmbeddedFrame.java91 GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
92 return ge.getDefaultScreenDevice();
H A DCPlatformView.java185 GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
186 CGraphicsEnvironment cge = (CGraphicsEnvironment)ge;
192 gd = ge.getDefaultScreenDevice();
/openjdk7/jdk/test/java/awt/FullScreen/FullScreenInsets/
H A DFullScreenInsets.java50 final GraphicsEnvironment ge = GraphicsEnvironment
52 final GraphicsDevice[] devices = ge.getScreenDevices();
/openjdk7/jdk/test/sun/security/provider/PolicyParser/
H A DTokenStore.java166 PolicyParser.GrantEntry ge = (PolicyParser.GrantEntry)
168 if (ge.permissionEntries == null) {
/openjdk7/jdk/test/java/util/logging/
H A DAnonLoggerWeakRefLeak.sh158 # This is '-ge' because we have the original attempt plus
160 if [ "$jmap_retry_cnt" -ge "$MAX_JMAP_TRY_CNT" ]; then
H A DLoggerWeakRefLeak.sh158 # This is '-ge' because we have the original attempt plus
160 if [ "$jmap_retry_cnt" -ge "$MAX_JMAP_TRY_CNT" ]; then
/openjdk7/jdk/src/share/classes/sun/font/
H A DStrikeCache.java281 GraphicsEnvironment ge =
283 if (!ge.isHeadless()) {
285 ge.getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsConfig.java208 Win32GraphicsEnvironment ge = (Win32GraphicsEnvironment)
210 double xscale = ge.getXResolution() / 72.0;
211 double yscale = ge.getYResolution() / 72.0;
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DGSSNameElement.java62 } catch (GSSException ge) {
63 if (ge.getMajor() == GSSException.BAD_MECH &&
77 ge.getMajorString());
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceDataProxy.java327 GraphicsEnvironment ge =
333 if (ge instanceof SunGraphicsEnvironment) {
334 ((SunGraphicsEnvironment)ge).addDisplayChangedListener(this);

Completed in 67 milliseconds

1234