Searched defs:getInstance (Results 1 - 25 of 472) sorted by relevance

1234567891011>>

/external/swiftshader/src/Common/
H A DGrallocAndroid.cpp19 GrallocModule *GrallocModule::getInstance() function in class:GrallocModule
/external/jsilver/src/com/google/streamhtmlparser/
H A DJavascriptParserFactory.java36 public static JavascriptParser getInstance() { method in class:JavascriptParserFactory
/external/testng/src/main/java/org/testng/
H A DIInstanceInfo.java17 public Object getInstance(); method in interface:IInstanceInfo
H A DIMethodInstance.java13 * @deprecated Use getInstance()
17 Object getInstance(); method in interface:IMethodInstance
/external/guice/core/src/com/google/inject/spi/
H A DInstanceBinding.java34 T getInstance(); method in interface:InstanceBinding
/external/okhttp/android/test/java/com/squareup/okhttp/
H A DConfigAwareConnectionPoolTest.java33 public void getInstance() { method in class:ConfigAwareConnectionPoolTest
34 assertSame(ConfigAwareConnectionPool.getInstance(), ConfigAwareConnectionPool.getInstance());
/external/r8/src/test/examples/classmerging/
H A DOuter.java23 public SubClass getInstance() { method in class:Outer
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLinkMovementMethod.java12 public static MovementMethod getInstance() { method in class:ShadowLinkMovementMethod
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509CertStoreSelector.java53 public static X509CertStoreSelector getInstance(X509CertSelector selector) method in class:X509CertStoreSelector
/external/guava/guava/src/com/google/common/collect/
H A DClassToInstanceMap.java29 * {@link #putInstance} and {@link #getInstance} are available.
56 <T extends B> T getInstance(Class<T> type); method in interface:ClassToInstanceMap
/external/guava/guava/src/com/google/common/reflect/
H A DTypeToInstanceMap.java28 * {@link #putInstance} and {@link #getInstance} are available.
56 * <p>{@code getInstance(Foo.class)} is equivalent to
57 * {@code getInstance(TypeToken.of(Foo.class))}.
60 <T extends B> T getInstance(Class<T> type); method in interface:TypeToInstanceMap
81 <T extends B> T getInstance(TypeToken<T> type); method in interface:TypeToInstanceMap
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCacheBase.java35 public abstract V getInstance(K key, D data); method in class:CacheBase
H A DSoftCache.java24 * the getInstance() method will call createInstance() again and reset the CacheValue.
42 public final V getInstance(K key, D data) { method in class:SoftCache
73 value : CacheValue.getInstance(value);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCacheBase.java33 public abstract V getInstance(K key, D data); method in class:CacheBase
H A DSoftCache.java23 * the getInstance() method will call createInstance() again and reset the CacheValue.
40 public final V getInstance(K key, D data) { method in class:SoftCache
71 value : CacheValue.getInstance(value);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/
H A DCollatorProviderICU.java21 public Collator getInstance(Locale locale) { method in class:CollatorProviderICU
22 com.ibm.icu.text.Collator icuCollator = com.ibm.icu.text.Collator.getInstance(
H A DDateFormatSymbolsProviderICU.java21 public DateFormatSymbols getInstance(Locale locale) { method in class:DateFormatSymbolsProviderICU
22 com.ibm.icu.text.DateFormatSymbols icuDfs = com.ibm.icu.text.DateFormatSymbols.getInstance(
H A DDecimalFormatSymbolsProviderICU.java22 public DecimalFormatSymbols getInstance(Locale locale) { method in class:DecimalFormatSymbolsProviderICU
23 com.ibm.icu.text.DecimalFormatSymbols icuDecfs = com.ibm.icu.text.DecimalFormatSymbols.getInstance(
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DManifestProcessor.java28 public static ManifestProcessor getInstance() { method in class:ManifestProcessor
/external/llvm/lib/Support/
H A DThreadLocal.cpp34 void *ThreadLocalImpl::getInstance() { function in class:llvm::ThreadLocalImpl
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/helpers/
H A DNullEnumeration.java36 public static NullEnumeration getInstance() { method in class:NullEnumeration
/external/swiftshader/third_party/LLVM/lib/Support/
H A DThreadLocal.cpp29 const void* ThreadLocalImpl::getInstance() { return data; } function in class:llvm::ThreadLocalImpl
66 const void* ThreadLocalImpl::getInstance() {
/external/testng/src/main/java/org/testng/internal/
H A DInstanceInfo.java15 public Object getInstance() { method in class:InstanceInfo
/external/vogar/src/vogar/target/junit/
H A DDescribableComparator.java28 * {@link DescriptionComparator#getInstance()}.
34 private DescriptionComparator descriptionComparator = DescriptionComparator.getInstance();
36 public static DescribableComparator getInstance() { method in class:DescribableComparator
H A DDescriptionComparator.java30 public static DescriptionComparator getInstance() { method in class:DescriptionComparator

Completed in 1085 milliseconds

1234567891011>>