Searched defs:GetInstance (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/test/sun/security/provider/PolicyFile/getinstance/
H A DGetInstance.java24 public class GetInstance { class
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/
H A DGetInstance.java29 * @run main/othervm/policy=provider.policy GetInstance
42 public class GetInstance { class
/openjdk7/jdk/test/java/security/cert/
H A DGetInstance.java36 public class GetInstance { class
/openjdk7/jdk/src/windows/native/sun/windows/
H A DComCtl32Util.h36 static ComCtl32Util &GetInstance() { function in class:ComCtl32Util
H A DDllUtil.cpp57 DwmAPI & DwmAPI::GetInstance() function in class:DwmAPI
72 if (GetInstance().DwmIsCompositionEnabledFunction()) {
73 return GetInstance().DwmIsCompositionEnabledFunction()(pfEnabled);
81 if (GetInstance().DwmGetWindowAttributeFunction()) {
82 return GetInstance().DwmGetWindowAttributeFunction()(hwnd, dwAttribute,
H A DDevices.cpp277 Devices* Devices::GetInstance() function in class:Devices
279 J2dTraceLn(J2D_TRACE_INFO, "Devices::GetInstance");
285 "Devices::GetInstance NULL instance");
H A Dawt_Toolkit.h197 INLINE static DWORD MainThread() { return GetInstance().m_mainThreadId; }
225 INLINE static AwtToolkit& GetInstance() { return theInstance; } function in class:AwtToolkit
227 AwtToolkit &tk = AwtToolkit::GetInstance();
241 return GetInstance().m_mainThreadId == ::GetCurrentThreadId();
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/
H A DGetInstance.java36 public class GetInstance { class
/openjdk7/jdk/test/java/security/Policy/GetInstance/
H A DGetInstance.java30 * @run main/othervm/policy=GetInstance.policy GetInstance
39 public class GetInstance { class
48 GetInstance gi = new GetInstance();
171 "GetInstance.policyURL");
/openjdk7/jdk/src/share/classes/sun/security/jca/
H A DGetInstance.java40 public class GetInstance { class
42 private GetInstance() { method in class:GetInstance
/openjdk7/jdk/test/javax/security/auth/login/Configuration/
H A DGetInstance.java30 * @run main/othervm -Djava.security.auth.login.config==${test.src}${/}GetInstance.config GetInstance
39 public class GetInstance { class
53 GetInstance gi = new GetInstance();
141 "GetInstance.configURI");
155 "GetInstance.bad.configURI");
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPipelineManager.h52 static D3DPipelineManager* GetInstance(void);
167 static D3DInitializer& GetInstance() { return theInstance; } function in class:D3DInitializer
H A DD3DPipelineManager.cpp76 D3DPipelineManager * D3DPipelineManager::GetInstance(void) function in class:D3DPipelineManager
192 pMgr = D3DPipelineManager::GetInstance();
199 if (!Devices::GetInstance()){
226 D3DPipelineManager *pMgr = D3DPipelineManager::GetInstance();
991 if (AwtToolkit::GetInstance().GetPreloadThread().OnPreloadThread()) {
997 AwtToolkit::GetInstance().GetPreloadThread().AddAction(&pAdapterIniters[i]);
1018 D3DPipelineManager *pMgr = D3DPipelineManager::GetInstance();
1043 AwtToolkit::GetInstance().GetPreloadThread().AddAction(&D3DInitializer::GetInstance());
/openjdk7/jdk/test/java/security/Provider/
H A DGetInstance.java38 public class GetInstance { class
141 put("MessageDigest.foo", "GetInstance$FooDigest");
142 put("CertStore.foo", "GetInstance$FooStore");
143 put("Signature.foo", "GetInstance$FooSignatureSpi");
145 put("Signature.fuu", "GetInstance$BazSignature");
148 put("Signature.baz", "GetInstance$BazSignatureSpi");
156 put("MessageDigest.bar", "GetInstance$FooKey");
157 put("Signature.bar", "GetInstance$FooKey");
158 put("Certstore.bar", "GetInstance$FooKey");
161 put("Signature.baz", "GetInstance
[all...]

Completed in 57 milliseconds