HomeSort by relevance Sort by last modified time
    Searched refs:INSTANCE (Results 51 - 75 of 257) sorted by null

1 23 4 5 6 7 8 91011

  /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)
  /external/guava/guava/src/com/google/common/collect/
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
GenericMapMaker.java 45 INSTANCE;
146 return (RemovalListener<K, V>) Objects.firstNonNull(removalListener, NullListener.INSTANCE);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultDigestAlgorithmIdentifierFinder.java 107 digAlgId = new AlgorithmIdentifier((ASN1ObjectIdentifier)digestOids.get(sigAlgId.getAlgorithm()), DERNull.INSTANCE);
115 return new AlgorithmIdentifier((ASN1ObjectIdentifier)digestNameToOids.get(digAlgName), DERNull.INSTANCE);
  /external/guava/guava/src/com/google/common/primitives/
UnsignedBytes.java 201 return LexicographicalComparatorHolder.PureJavaComparator.INSTANCE;
222 // INSTANCE;
335 INSTANCE;
UnsignedInts.java 150 return LexicographicalComparator.INSTANCE;
154 INSTANCE;
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpResponseFactory.java 80 this(EnglishReasonPhraseCatalog.INSTANCE);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DHKeyGeneratorHelper.java 11 static final DHKeyGeneratorHelper INSTANCE = new DHKeyGeneratorHelper();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
AlgorithmParametersSpi.java 58 DERNull.INSTANCE);
62 new AlgorithmIdentifier(DigestFactory.getOID(mgfSpec.getDigestAlgorithm()), DERNull.INSTANCE));
173 DERNull.INSTANCE);
177 new AlgorithmIdentifier(DigestFactory.getOID(mgfSpec.getDigestAlgorithm()), DERNull.INSTANCE));
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
CharacterPropertyEditor.java 29 // Instance
32 public static final PropertyEditor INSTANCE = new CharacterPropertyEditor();
DoubleObjectPropertyEditor.java 29 // Instance
32 public static final DoubleObjectPropertyEditor INSTANCE = new DoubleObjectPropertyEditor();
DoublePropertyEditor.java 29 // Instance
32 public static final PropertyEditor INSTANCE = new DoublePropertyEditor();
FloatPropertyEditor.java 29 // Instance
32 public static final PropertyEditor INSTANCE = new FloatPropertyEditor();
IntegerObjectPropertyEditor.java 29 // Instance
32 public static final IntegerObjectPropertyEditor INSTANCE = new IntegerObjectPropertyEditor();
IntegerPropertyEditor.java 29 // Instance
32 public static final IntegerPropertyEditor INSTANCE = new IntegerPropertyEditor();
LongObjectPropertyEditor.java 29 // Instance
32 public static final LongObjectPropertyEditor INSTANCE = new LongObjectPropertyEditor();
LongPropertyEditor.java 29 // Instance
32 public static final PropertyEditor INSTANCE = new LongPropertyEditor();
ShortObjectPropertyEditor.java 29 // Instance
32 public static final ShortObjectPropertyEditor INSTANCE = new ShortObjectPropertyEditor();
ShortPropertyEditor.java 29 // Instance
32 public static final PropertyEditor INSTANCE = new ShortPropertyEditor();
StringArrayPropertyEditor.java 30 // Instance
33 public static final PropertyEditor INSTANCE = new StringArrayPropertyEditor();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 216 AlgorithmIdentifier sha1AlgId = new AlgorithmIdentifier(OIWObjectIdentifiers.idSHA1, DERNull.INSTANCE);
220 // AlgorithmIdentifier sha224AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha224, DERNull.INSTANCE);
224 AlgorithmIdentifier sha256AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha256, DERNull.INSTANCE);
227 AlgorithmIdentifier sha384AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha384, DERNull.INSTANCE);
230 AlgorithmIdentifier sha512AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha512, DERNull.INSTANCE);
381 this.sigAlgId = new AlgorithmIdentifier(sigOID, DERNull.INSTANCE);
586 if (params != null && !DERNull.INSTANCE.equals(params))
618 if (params != null && !DERNull.INSTANCE.equals(params))
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 138 AlgorithmIdentifier sha1AlgId = new AlgorithmIdentifier(OIWObjectIdentifiers.idSHA1, DERNull.INSTANCE);
142 // AlgorithmIdentifier sha224AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha224, DERNull.INSTANCE);
146 AlgorithmIdentifier sha256AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha256, DERNull.INSTANCE);
149 AlgorithmIdentifier sha384AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha384, DERNull.INSTANCE);
152 AlgorithmIdentifier sha512AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha512, DERNull.INSTANCE);
195 return new AlgorithmIdentifier(sigOid, DERNull.INSTANCE);

Completed in 371 milliseconds

1 23 4 5 6 7 8 91011