HomeSort by relevance Sort by last modified time
    Searched defs:INSTANCE (Results 151 - 175 of 682) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/util/
AndroidServices.java 52 private static final AndroidServices INSTANCE =
53 new AndroidServices(AndroidContext.instance().get());
56 public static AndroidServices instance() { method in class:AndroidServices
57 return Singleton.INSTANCE;
  /packages/apps/Nfc/src/com/android/nfc/
NfcUnlockManager.java 32 return Singleton.INSTANCE;
91 private static final NfcUnlockManager INSTANCE = new NfcUnlockManager();
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamManager.java 49 public static final BeamManager INSTANCE = new BeamManager();
59 return Singleton.INSTANCE;
  /packages/apps/TV/common/src/com/android/tv/common/
TvContentRatingCache.java 40 private final static TvContentRatingCache INSTANCE = new TvContentRatingCache();
43 return INSTANCE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java 37 public static final BooleanXmlPropertyEditor INSTANCE = new BooleanXmlPropertyEditor();
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MixedItemSection.java 38 * <b>Note:</b> It is invalid for an item in an instance of this class to
39 * have a larger alignment requirement than the alignment of this instance.
50 INSTANCE;
79 * Constructs an instance. The file offset is initially unknown.
81 * @param name {@code null-ok;} the name of this instance, for annotation
83 * @param file {@code non-null;} file that this instance is part of
119 * Gets the size of this instance, in items.
128 * Writes the portion of the file header that refers to this instance.
162 * Adds an item to this instance. This will in turn tell the given item
163 * that it has been added to this instance. It is invalid to add th
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 37 * <b>Note:</b> It is invalid for an item in an instance of this class to
38 * have a larger alignment requirement than the alignment of this instance.
49 INSTANCE;
78 * Constructs an instance. The file offset is initially unknown.
80 * @param name {@code null-ok;} the name of this instance, for annotation
82 * @param file {@code non-null;} file that this instance is part of
118 * Gets the size of this instance, in items.
127 * Writes the portion of the file header that refers to this instance.
161 * Adds an item to this instance. This will in turn tell the given item
162 * that it has been added to this instance. It is invalid to add th
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedData.java 64 private static final CMSSignedHelper HELPER = CMSSignedHelper.INSTANCE;
506 digestAlgs.add(CMSSignedHelper.INSTANCE.fixAlgID(signer.getDigestAlgorithmID()));
CMSSignedHelper.java 39 static final CMSSignedHelper INSTANCE = new CMSSignedHelper();
150 return new AlgorithmIdentifier(algId.getAlgorithm(), DERNull.INSTANCE);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 272 * Singleton instance.
274 public static final X500NameStyle INSTANCE = new BCStyle();
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ComponentValidator.java 219 ErrorMessages.SubcomponentBuilderMessages.INSTANCE.moreThanOneRefToSubcomponent(),
318 ErrorMessages.SubcomponentBuilderMessages.INSTANCE.builderMethodRequiresNoArgs(), method);
DependencyRequest.java 72 /** A default request for an instance. E.g.: {@code Blah} */
73 INSTANCE,
96 case INSTANCE:
311 // Only instance types can be non-null -- all other requests are wrapped
314 boolean allowsNull = !kindAndType.kind().equals(Kind.INSTANCE)
347 return new AutoValue_DependencyRequest_Factory_KindAndType(Kind.INSTANCE, type);
364 return new AutoValue_DependencyRequest_Factory_KindAndType(Kind.INSTANCE, type);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MixedItemSection.java 38 * <b>Note:</b> It is invalid for an item in an instance of this class to
39 * have a larger alignment requirement than the alignment of this instance.
50 INSTANCE;
79 * Constructs an instance. The file offset is initially unknown.
81 * @param name {@code null-ok;} the name of this instance, for annotation
83 * @param file {@code non-null;} file that this instance is part of
119 * Gets the size of this instance, in items.
128 * Writes the portion of the file header that refers to this instance.
162 * Adds an item to this instance. This will in turn tell the given item
163 * that it has been added to this instance. It is invalid to add th
    [all...]
  /external/guava/guava/src/com/google/common/hash/
Funnels.java 40 return ByteArrayFunnel.INSTANCE;
44 INSTANCE;
63 return UnencodedCharsFunnel.INSTANCE;
67 INSTANCE;
140 return IntegerFunnel.INSTANCE;
144 INSTANCE;
201 return LongFunnel.INSTANCE;
205 INSTANCE;
  /external/guava/guava/src/com/google/common/io/
ByteSource.java 49 * instance each time they are called. The caller is responsible for ensuring that the returned
403 return EmptyByteSource.INSTANCE;
551 private static final EmptyByteSource INSTANCE = new EmptyByteSource();
  /external/guava/guava/src/com/google/common/primitives/
Booleans.java 281 return LexicographicalComparator.INSTANCE;
285 INSTANCE;
Chars.java 286 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use
402 return LexicographicalComparator.INSTANCE;
406 INSTANCE;
Floats.java 269 static final FloatConverter INSTANCE = new FloatConverter();
287 return INSTANCE;
300 return FloatConverter.INSTANCE;
381 return LexicographicalComparator.INSTANCE;
385 INSTANCE;
Shorts.java 294 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use
338 static final ShortConverter INSTANCE = new ShortConverter();
356 return INSTANCE;
369 return ShortConverter.INSTANCE;
445 return LexicographicalComparator.INSTANCE;
449 INSTANCE;
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Chars.java 351 return LexicographicalComparator.INSTANCE;
355 INSTANCE;
Doubles.java 268 static final DoubleConverter INSTANCE = new DoubleConverter();
286 return INSTANCE;
299 return DoubleConverter.INSTANCE;
380 return LexicographicalComparator.INSTANCE;
384 INSTANCE;
Floats.java 265 static final FloatConverter INSTANCE = new FloatConverter();
283 return INSTANCE;
296 return FloatConverter.INSTANCE;
377 return LexicographicalComparator.INSTANCE;
381 INSTANCE;
Shorts.java 286 static final ShortConverter INSTANCE = new ShortConverter();
304 return INSTANCE;
317 return ShortConverter.INSTANCE;
393 return LexicographicalComparator.INSTANCE;
397 INSTANCE;
  /external/guava/guava-testlib/src/com/google/common/testing/
ArbitraryInstances.java 151 * Supplies an arbitrary "default" instance for a wide range of types, often useful in testing
165 * {@code 0} for number types; reasonable default instance for other stateless types. For mutable
166 * types, a fresh instance is created each time {@code get()} is called.
234 .put(ByteSink.class, NullByteSink.INSTANCE)
235 .put(CharSink.class, NullByteSink.INSTANCE.asCharSink(Charsets.UTF_8))
273 .put(Comparable.class, ByToString.INSTANCE)
274 .put(Comparator.class, AlwaysEqual.INSTANCE)
275 .put(Ordering.class, AlwaysEqual.INSTANCE)
332 * Returns an arbitrary instance for {@code type}, or {@code null} if no arbitrary instance ca
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BenchmarkHelpers.java 296 INSTANCE;

Completed in 494 milliseconds

1 2 3 4 5 67 8 91011>>