Searched defs:INSTANCE (Results 1 - 25 of 77) sorted by relevance

1234

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyImmutableList.java25 static final EmptyImmutableList INSTANCE = new EmptyImmutableList(); field in class:EmptyImmutableList
H A DEmptyImmutableMap.java27 static final EmptyImmutableMap INSTANCE = new EmptyImmutableMap(); field in class:EmptyImmutableMap
H A DEmptyImmutableSet.java26 static final EmptyImmutableSet INSTANCE = new EmptyImmutableSet(); field in class:EmptyImmutableSet
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERNull.java11 public static final DERNull INSTANCE = new DERNull(); field in class:DERNull
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableListMultimap.java28 static final EmptyImmutableListMultimap INSTANCE field in class:EmptyImmutableListMultimap
36 return INSTANCE; // preserve singleton property
H A DEmptyImmutableSetMultimap.java28 static final EmptyImmutableSetMultimap INSTANCE field in class:EmptyImmutableSetMultimap
36 return INSTANCE; // preserve singleton property
H A DEmptyImmutableMultiset.java31 static final EmptyImmutableMultiset INSTANCE = new EmptyImmutableMultiset(); field in class:EmptyImmutableMultiset
H A DUsingToStringOrdering.java27 static final UsingToStringOrdering INSTANCE = new UsingToStringOrdering(); field in class:UsingToStringOrdering
35 return INSTANCE;
/external/apache-http/src/org/apache/http/impl/
H A DEnglishReasonPhraseCatalog.java61 public final static EnglishReasonPhraseCatalog INSTANCE = field in class:EnglishReasonPhraseCatalog
67 * If you need an instance of this class, use {@link #INSTANCE INSTANCE}.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DDHKeyGeneratorHelper.java11 static final DHKeyGeneratorHelper INSTANCE = new DHKeyGeneratorHelper(); field in class:DHKeyGeneratorHelper
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DCharacterPropertyEditor.java32 public static final PropertyEditor INSTANCE = new CharacterPropertyEditor(); field in class:CharacterPropertyEditor
H A DDoubleObjectPropertyEditor.java32 public static final DoubleObjectPropertyEditor INSTANCE = new DoubleObjectPropertyEditor(); field in class:DoubleObjectPropertyEditor
H A DDoublePropertyEditor.java32 public static final PropertyEditor INSTANCE = new DoublePropertyEditor(); field in class:DoublePropertyEditor
H A DFloatPropertyEditor.java32 public static final PropertyEditor INSTANCE = new FloatPropertyEditor(); field in class:FloatPropertyEditor
H A DIntegerObjectPropertyEditor.java32 public static final IntegerObjectPropertyEditor INSTANCE = new IntegerObjectPropertyEditor(); field in class:IntegerObjectPropertyEditor
H A DIntegerPropertyEditor.java32 public static final IntegerPropertyEditor INSTANCE = new IntegerPropertyEditor(); field in class:IntegerPropertyEditor
H A DLocalePropertyEditor.java29 public static final PropertyEditor INSTANCE = new LocalePropertyEditor(); field in class:LocalePropertyEditor
H A DLongObjectPropertyEditor.java32 public static final LongObjectPropertyEditor INSTANCE = new LongObjectPropertyEditor(); field in class:LongObjectPropertyEditor
H A DLongPropertyEditor.java32 public static final PropertyEditor INSTANCE = new LongPropertyEditor(); field in class:LongPropertyEditor
H A DShortObjectPropertyEditor.java32 public static final ShortObjectPropertyEditor INSTANCE = new ShortObjectPropertyEditor(); field in class:ShortObjectPropertyEditor
H A DShortPropertyEditor.java32 public static final PropertyEditor INSTANCE = new ShortPropertyEditor(); field in class:ShortPropertyEditor
H A DStringArrayPropertyEditor.java33 public static final PropertyEditor INSTANCE = new StringArrayPropertyEditor(); field in class:StringArrayPropertyEditor
/external/guava/guava/src/com/google/common/hash/
H A DFunnels.java33 return ByteArrayFunnel.INSTANCE;
37 INSTANCE; enum constant in enum:Funnels.ByteArrayFunnel
52 return StringFunnel.INSTANCE;
56 INSTANCE; enum constant in enum:Funnels.StringFunnel
/external/okhttp/src/main/java/libcore/net/http/
H A DHttpConnectionPool.java43 public static final HttpConnectionPool INSTANCE = new HttpConnectionPool(); field in class:HttpConnectionPool
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
H A DStringPropertyEditor.java34 public static final PropertyEditor INSTANCE = new StringPropertyEditor(); field in class:StringPropertyEditor

Completed in 414 milliseconds

1234