Searched refs:sInstance (Results 1 – 8 of 8) sorted by relevance
25 private static RetryConfigurationFactory sInstance = null; field in RetryConfigurationFactory29 if (sInstance == null) { in getInstance()30 sInstance = new RetryConfigurationFactory(); in getInstance()32 return sInstance; in getInstance()
49 private static SandboxConfigurationFactory sInstance = null; field in SandboxConfigurationFactory62 if (sInstance == null) { in getInstance()63 sInstance = new SandboxConfigurationFactory(); in getInstance()65 return sInstance; in getInstance()
66 private static IConfigurationFactory sInstance = null; field in ConfigurationFactory475 if (sInstance == null) { in getInstance()476 sInstance = new ConfigurationFactory(); in getInstance()478 return sInstance; in getInstance()
44 private static TestSuiteInfo sInstance; field in TestSuiteInfo83 if (sInstance == null) { in getInstance()84 sInstance = new TestSuiteInfo(); in getInstance()86 return sInstance; in getInstance()
36 private static IConfigurationFactory sInstance = null; field in GCSConfigurationFactory47 if (sInstance == null) { in getInstance()48 sInstance = new GCSConfigurationFactory(configServer); in getInstance()50 return sInstance; in getInstance()
89 private static IGlobalConfiguration sInstance = null; field in GlobalConfiguration121 if (sInstance == null) { in getInstance()124 return sInstance; in getInstance()135 if (sInstance == null) { in getDeviceManagerInstance()138 return sInstance.getDeviceManager(); in getDeviceManagerInstance()142 if (sInstance == null) { in getHostMonitorInstances()145 return sInstance.getHostMonitors(); in getHostMonitorInstances()157 if (sInstance != null) { in createGlobalConfiguration()168 sInstance = in createGlobalConfiguration()170 ((GlobalConfiguration) sInstance).mOriginalArgs = arrayArgs; in createGlobalConfiguration()[all …]
47 private static GoogleApiClientUtil sInstance = null; field in GoogleApiClientUtil50 if (sInstance == null) { in getInstance()51 sInstance = new GoogleApiClientUtil(); in getInstance()53 return sInstance; in getInstance()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...