HomeSort by relevance Sort by last modified time
    Searched refs:INSTANCE (Results 176 - 200 of 1415) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/ojluni/src/main/java/java/time/
Month.java 109 * The singleton instance for the month of January with 31 days.
114 * The singleton instance for the month of February with 28 days, or 29 in a leap year.
119 * The singleton instance for the month of March with 31 days.
124 * The singleton instance for the month of April with 30 days.
129 * The singleton instance for the month of May with 31 days.
134 * The singleton instance for the month of June with 30 days.
139 * The singleton instance for the month of July with 31 days.
144 * The singleton instance for the month of August with 31 days.
149 * The singleton instance for the month of September with 30 days.
154 * The singleton instance for the month of October with 31 days
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
DocsSelectionHelper.java 168 DelegateFactory.INSTANCE,
174 DelegateFactory.INSTANCE,
184 static final DelegateFactory INSTANCE = new DelegateFactory();
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.4.33/
byte-buddy-agent-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.5.5/
byte-buddy-agent-1.5.5.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /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();
168 return INSTANCE;
174 * The implementation neither produces nor consumes any non-null instance of
179 return (Cut<C>) AboveAll.INSTANCE;
183 private static final AboveAll INSTANCE = new AboveAll();
229 return INSTANCE;
GenericMapMaker.java 53 INSTANCE;
131 return (RemovalListener<K, V>) MoreObjects.firstNonNull(removalListener, NullListener.INSTANCE);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultDigestAlgorithmIdentifierFinder.java 147 digAlgId = new AlgorithmIdentifier((ASN1ObjectIdentifier)digestOids.get(sigAlgId.getAlgorithm()), DERNull.INSTANCE);
155 return new AlgorithmIdentifier((ASN1ObjectIdentifier)digestNameToOids.get(digAlgName), DERNull.INSTANCE);
  /external/mockito/lib/
byte-buddy-agent-1.7.9.jar 
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
ImmutableEncodedValueFactory.java 77 return ImmutableNullEncodedValue.INSTANCE;
107 return ImmutableNullEncodedValue.INSTANCE;
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
CopticChronology.java 99 * Singleton instance of the Coptic chronology.
101 public static final CopticChronology INSTANCE = new CopticChronology();
133 * @return the singleton instance, not null
136 return INSTANCE;
  /packages/apps/Camera2/src/com/android/camera/app/
CameraServicesImpl.java 45 private static final CameraServicesImpl INSTANCE = new CameraServicesImpl(
46 AndroidContext.instance().get());
50 * @return a single instance of of the global camera services.
52 public static CameraServicesImpl instance() { method in class:CameraServicesImpl
53 return Singleton.INSTANCE;
  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
Profilers.java 36 private static final Profilers INSTANCE = new Profilers(
45 /** get a single shared Profilers instance */
46 public static Profilers instance() { method in class:Profilers
47 return Singleton.INSTANCE;
  /packages/apps/Camera2/src/com/android/camera/ui/
AnimatedCircleDrawable.java 92 animator.setInterpolator(Gusterpolator.INSTANCE);
106 animator.setInterpolator(Gusterpolator.INSTANCE);
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamManager.java 53 public static final BeamManager INSTANCE = new BeamManager();
64 return Singleton.INSTANCE;
  /packages/apps/TV/common/src/com/android/tv/common/
TvContentRatingCache.java 38 private static final TvContentRatingCache INSTANCE = new TvContentRatingCache();
41 return INSTANCE;
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
TunerDebug.java 49 private static final TunerDebug INSTANCE = new TunerDebug();
53 return LazyHolder.INSTANCE;
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.20/
kotlin-compiler-runner-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.0/
kotlin-compiler-runner-1.2.0.jar 
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpResponseFactory.java 85 this(EnglishReasonPhraseCatalog.INSTANCE);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
RespID.java 19 public static final AlgorithmIdentifier HASH_SHA1 = new AlgorithmIdentifier(OIWObjectIdentifiers.idSHA1, DERNull.INSTANCE);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultCMSSignatureEncryptionAlgorithmFinder.java 49 return new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
BcDigestCalculatorProvider.java 17 private BcDigestProvider digestProvider = BcDefaultDigestProvider.INSTANCE;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DHKeyGeneratorHelper.java 12 static final DHKeyGeneratorHelper INSTANCE = new DHKeyGeneratorHelper();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
AlgorithmParametersSpi.java 59 DERNull.INSTANCE);
63 new AlgorithmIdentifier(DigestFactory.getOID(mgfSpec.getDigestAlgorithm()), DERNull.INSTANCE));
179 DERNull.INSTANCE);
183 new AlgorithmIdentifier(DigestFactory.getOID(mgfSpec.getDigestAlgorithm()), DERNull.INSTANCE));

Completed in 2005 milliseconds

1 2 3 4 5 6 78 91011>>