Home
last modified time | relevance | path

Searched refs:sSingleton (Results 1 – 8 of 8) sorted by relevance

/external/libmojo/base/android/java/src/org/chromium/base/library_loader/
DLinker.java219 private static Linker sSingleton = null; field in Linker
242 if (sSingleton == null) { in getInstance()
250 sSingleton = ModernLinker.create(); in getInstance()
252 sSingleton = LegacyLinker.create(); in getInstance()
254 Log.i(TAG, "Using linker: " + sSingleton.getClass().getName()); in getInstance()
256 return sSingleton; in getInstance()
309 assertForTesting(sSingleton == null); in setImplementationForTesting()
312 sSingleton = ModernLinker.create(); in setImplementationForTesting()
314 sSingleton = LegacyLinker.create(); in setImplementationForTesting()
316 Log.i(TAG, "Forced linker: " + sSingleton.getClass().getName()); in setImplementationForTesting()
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMimeTypeMap.java22 static MimeTypeMap sSingleton = null; field in ShadowMimeTypeMap
27 if (sSingleton == null) { in getSingleton()
29 if (sSingleton == null) { in getSingleton()
30 sSingleton = Robolectric.newInstanceOf(MimeTypeMap.class); in getSingleton()
35 return sSingleton; in getSingleton()
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...