Searched refs:getInstance (Results 276 - 300 of 1253) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLRenderQueue.java66 public static synchronized OGLRenderQueue getInstance() { method in class:OGLRenderQueue
100 OGLRenderQueue rq = getInstance();
123 return (Thread.currentThread() == getInstance().flusher);
/openjdk7/jdk/test/sun/security/pkcs11/Cipher/
H A DTestPKCS5PaddingError.java77 KeyGenerator.getInstance(currTest.keyAlgo, p);
79 Cipher c1 = Cipher.getInstance(currTest.transformation,
84 Cipher c2 = Cipher.getInstance(currTest.transformation, p);
/openjdk7/jdk/test/sun/security/pkcs11/KeyAgreement/
H A DTestDH.java46 KeyPairGenerator kpg = KeyPairGenerator.getInstance("DH", p);
52 ka1 = KeyAgreement.getInstance("DH", p);
67 ka2 = KeyAgreement.getInstance("DH", "SunJCE");
H A DTestInterop.java85 KeyFactory kf = KeyFactory.getInstance("DH");
86 KeyAgreement ka = KeyAgreement.getInstance("DH", prov);
87 KeyAgreement kbSunJCE = KeyAgreement.getInstance("DH", "SunJCE");
/openjdk7/jdk/test/sun/security/pkcs11/rsa/
H A DTestSignatures.java50 KeyStore ks = KeyStore.getInstance("JKS");
58 Signature s = Signature.getInstance(algorithm, provider);
103 KeyFactory kf = KeyFactory.getInstance("RSA", provider);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DLayoutStyle.java38 * <code>getInstance</code> to obtain the current instance.
49 * @see #getInstance
70 public static LayoutStyle getInstance() { method in class:LayoutStyle
130 * <code>getInstance</code> to obtain the current
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMCanonicalXMLC14NMethod.java64 apacheCanonicalizer = Canonicalizer.getInstance
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAutoShutdown.java118 * a single instance. Use getInstance() to reference it.
120 * @see AWTAutoShutdown#getInstance
127 public static AWTAutoShutdown getInstance() { method in class:AWTAutoShutdown
140 getInstance().setToolkitBusy(true);
152 getInstance().setToolkitBusy(false);
323 return new AWTEvent(getInstance(), 0) {};
/openjdk7/jdk/src/share/classes/java/text/
H A DCollator.java65 * factory method, <code>getInstance</code>, to obtain the appropriate
77 * Collator myCollator = Collator.getInstance();
99 * Collator usCollator = Collator.getInstance(Locale.US);
223 public static synchronized Collator getInstance() { method in class:Collator
224 return getInstance(Locale.getDefault());
235 Collator getInstance(Locale desiredLocale) method in class:Collator
439 * <code>getInstance</code> methods of this class can return
492 * a Collator sub-class by calling the factory method getInstance.
493 * @see java.text.Collator#getInstance
540 Collator result = collatorProvider.getInstance(local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DStandardMBeanSupport.java65 return StandardMBeanIntrospector.getInstance();
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DRhinoClassShutter.java46 static synchronized ClassShutter getInstance() { method in class:RhinoClassShutter
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonCheckBoxUI.java39 protected ImageIcon getInstance() {
H A DAquaButtonRadioUI.java39 protected ImageIcon getInstance() {
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWKeyboardFocusManagerPeer.java38 public static LWKeyboardFocusManagerPeer getInstance() { method in class:LWKeyboardFocusManagerPeer
/openjdk7/jdk/src/macosx/native/jobjc/src/tests/java/com/apple/jobjc/
H A DCategoryTest.java34 AppKitFramework APPKIT = JObjC.getInstance().AppKit();
H A DGUIDemo.java40 static final JObjC objc = JObjC.getInstance();
102 static final JObjC objc = JObjC.getInstance();
105 JObjCRuntime.getInstance().registerUserClass(MyDelegate.class, MyDelegateClass.class);
112 app.setDelegate(new MyDelegateClass(JObjCRuntime.getInstance()).newID());
H A DNSClassTest.java32 JObjC JOBJC = JObjC.getInstance();
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DCipherWithWrappingSpi.java172 KeyFactory.getInstance(encodedKeyAlgorithm, "SunJCE");
180 KeyFactory.getInstance(encodedKeyAlgorithm);
218 KeyFactory.getInstance(encodedKeyAlgorithm, "SunJCE");
226 KeyFactory.getInstance(encodedKeyAlgorithm);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/util/
H A DStAXFilteredParser.java55 throw new IllegalStateException(CommonResourceBundle.getInstance().getString("message.noMoreItems"));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/policy/
H A DValidationProcessor.java67 public static ValidationProcessor getInstance() throws PolicyException { method in class:ValidationProcessor
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32ColorModel24.java45 super(ColorSpace.getInstance(ColorSpace.CS_sRGB),
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWKeyboardFocusManagerPeer.java41 public static WKeyboardFocusManagerPeer getInstance() { method in class:WKeyboardFocusManagerPeer
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/PBE/
H A DPBEKeyTest.java38 SecretKeyFactory fac = SecretKeyFactory.getInstance("PBEWithMD5AndDES");
/openjdk7/jdk/test/com/sun/crypto/provider/KeyGenerator/
H A DTest4628062.java42 KeyGenerator kg = KeyGenerator.getInstance(ALGO, "SunJCE");
H A DTestExplicitKeyLength.java44 KeyGenerator kg = KeyGenerator.getInstance(algo, "SunJCE");

Completed in 669 milliseconds

<<11121314151617181920>>