HomeSort by relevance Sort by last modified time
    Searched refs:INSTANCE (Results 26 - 50 of 239) sorted by null

12 3 4 5 6 7 8 910

  /external/guava/guava-gwt/src/com/google/common/collect/
NaturalOrdering_CustomFieldSerializer.java 30 NaturalOrdering instance) {
35 return NaturalOrdering.INSTANCE;
39 NaturalOrdering instance) {
ReverseNaturalOrdering_CustomFieldSerializer.java 31 ReverseNaturalOrdering instance) {
36 return ReverseNaturalOrdering.INSTANCE;
40 ReverseNaturalOrdering instance) {
UsingToStringOrdering_CustomFieldSerializer.java 30 UsingToStringOrdering instance) {
35 return UsingToStringOrdering.INSTANCE;
39 UsingToStringOrdering instance) {
  /external/guava/guava/src/com/google/common/collect/
NaturalOrdering.java 32 static final NaturalOrdering INSTANCE = new NaturalOrdering();
45 return (Ordering<S>) ReverseNaturalOrdering.INSTANCE;
64 return INSTANCE;
EmptyImmutableMultiset.java 31 static final EmptyImmutableMultiset INSTANCE = new EmptyImmutableMultiset();
EmptyImmutableMap.java 33 static final EmptyImmutableMap INSTANCE = new EmptyImmutableMap();
91 return INSTANCE; // preserve singleton property
EmptyImmutableSet.java 33 static final EmptyImmutableSet INSTANCE = new EmptyImmutableSet();
96 return INSTANCE; // preserve singleton property
EmptyImmutableTable.java 36 static final EmptyImmutableTable INSTANCE = new EmptyImmutableTable();
124 return INSTANCE; // preserve singleton property
Cut.java 103 * The implementation neither produces nor consumes any non-null instance of type C, so
108 return (Cut<C>) BelowAll.INSTANCE;
114 private static final BelowAll INSTANCE = new BelowAll();
165 return INSTANCE;
171 * The implementation neither produces nor consumes any non-null instance of
176 return (Cut<C>) AboveAll.INSTANCE;
180 private static final AboveAll INSTANCE = new AboveAll();
223 return INSTANCE;
EmptyImmutableList.java 38 static final EmptyImmutableList INSTANCE = new EmptyImmutableList();
157 return INSTANCE; // preserve singleton property
  /packages/apps/Email/src/com/android/email/activity/
MessageCommandButtonView.java 45 private Callback mCallback = EmptyCallback.INSTANCE;
53 public static final Callback INSTANCE = new EmptyCallback();
88 mCallback = (callback == null) ? EmptyCallback.INSTANCE : callback;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
EmptyProperty.java 29 super(StringPropertyEditor.INSTANCE);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
LocalePropertyEditor.java 26 // Instance
29 public static final PropertyEditor INSTANCE = new LocalePropertyEditor();
  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 44 new TextDirectionHeuristicInternal(FirstStrong.INSTANCE, false);
53 new TextDirectionHeuristicInternal(FirstStrong.INSTANCE, true);
66 public static final TextDirectionHeuristic LOCALE = TextDirectionHeuristicLocale.INSTANCE;
186 public static final FirstStrong INSTANCE = new FirstStrong();
248 public static final TextDirectionHeuristicLocale INSTANCE =
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 51 private static BluetoothOppPreference INSTANCE;
53 /* Used when obtaining a reference to the singleton instance. */
70 if (INSTANCE == null) {
71 INSTANCE = new BluetoothOppPreference();
73 if (!INSTANCE.init(context)) {
76 return INSTANCE;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java 148 AlgorithmIdentifier sha1AlgId = new AlgorithmIdentifier(OIWObjectIdentifiers.idSHA1, DERNull.INSTANCE);
154 // AlgorithmIdentifier sha224AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha224, DERNull.INSTANCE);
160 AlgorithmIdentifier sha256AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha256, DERNull.INSTANCE);
165 AlgorithmIdentifier sha384AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha384, DERNull.INSTANCE);
170 AlgorithmIdentifier sha512AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha512, DERNull.INSTANCE);
221 sigAlgId = new AlgorithmIdentifier(sigOID, DERNull.INSTANCE);
227 encAlgId = new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE);
242 digAlgId = new AlgorithmIdentifier((ASN1ObjectIdentifier)digestOids.get(sigOID), DERNull.INSTANCE);
DefaultDigestAlgorithmIdentifierFinder.java 108 digAlgId = new AlgorithmIdentifier((ASN1ObjectIdentifier)digestOids.get(sigAlgId.getAlgorithm()), DERNull.INSTANCE);
118 return new AlgorithmIdentifier((ASN1ObjectIdentifier)digestNameToOids.get(digAlgName), DERNull.INSTANCE);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultCMSSignatureEncryptionAlgorithmFinder.java 49 return new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DHBasicKeyPairGenerator.java 32 DHKeyGeneratorHelper helper = DHKeyGeneratorHelper.INSTANCE;
  /external/guava/guava/src/com/google/common/primitives/
SignedBytes.java 172 return LexicographicalComparator.INSTANCE;
176 INSTANCE;
  /packages/apps/Contacts/src/com/android/contacts/util/
StopWatch.java 41 * Create a new instance and start it.
87 * Return a dummy instance that does no operations.
90 return NullStopWatch.INSTANCE;
94 public static final NullStopWatch INSTANCE = new NullStopWatch();
  /packages/apps/Email/src/com/android/email/activity/setup/
SetupData.java 65 // We only have one instance of SetupData; if/when the process is destroyed, this data will be
67 private static SetupData INSTANCE = null;
70 if (INSTANCE == null) {
71 INSTANCE = new SetupData();
73 return INSTANCE;
243 INSTANCE = bundle.getParcelable(EXTRA_SETUP_DATA);
244 return INSTANCE;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java 219 protected static ExchangeService INSTANCE;
255 * The proxy wraps checking for existence of a ExchangeService instance
268 (INSTANCE == null) ? null: INSTANCE.mCallbackList;
364 ExchangeService exchangeService = INSTANCE;
440 ExchangeService exchangeService = INSTANCE;
507 ExchangeService exchangeService = INSTANCE;
529 ExchangeService exchangeService = INSTANCE;
627 ExchangeService exchangeService = INSTANCE;
    [all...]
  /external/guava/guava/src/com/google/common/base/
Optional.java 33 * instance of this type either contains a non-null reference, or contains nothing (in
62 * @param <T> the type of instance that can be contained. {@code Optional} is naturally
73 * Returns an {@code Optional} instance with no contained reference.
77 return (Optional<T>) Absent.INSTANCE;
81 * Returns an {@code Optional} instance containing the given non-null reference.
88 * If {@code nullableReference} is non-null, returns an {@code Optional} instance containing that
100 * Returns {@code true} if this holder contains a (non-null) instance.
105 * Returns the contained instance, which must be present. If the instance might be
108 * @throws IllegalStateException if the instance is absent ({@link #isPresent} return
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
webserver.rb 25 $INSTANCE = nil
31 ie = $INSTANCE.dup
121 $INSTANCE = IExploder.new(config_path)

Completed in 840 milliseconds

12 3 4 5 6 7 8 910