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

1 2 3 45 6 7 8 910

  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 86 public static final NullEmailService INSTANCE = new NullEmailService();
  /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();
  /tools/motodev/src/plugins/snippets/src/com/motorola/studio/android/codesnippets/
TooltipDisplayConfigContriutionItem.java 162 return ConfigurationScope.INSTANCE.getNode(AndroidSnippetsStartup.SNIPPETS_VIEW_ID);
  /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 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/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/primitives/
UnsignedLongs.java 152 return LexicographicalComparator.INSTANCE;
156 INSTANCE;
Booleans.java 273 return LexicographicalComparator.INSTANCE;
277 INSTANCE;
Chars.java 276 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use
392 return LexicographicalComparator.INSTANCE;
396 INSTANCE;
Doubles.java 335 return LexicographicalComparator.INSTANCE;
339 INSTANCE;
Floats.java 332 return LexicographicalComparator.INSTANCE;
336 INSTANCE;
Ints.java 283 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use
399 return LexicographicalComparator.INSTANCE;
403 INSTANCE;
Longs.java 253 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use
384 return LexicographicalComparator.INSTANCE;
388 INSTANCE;
  /libcore/luni/src/main/java/java/lang/
RealToString.java 23 private static final ThreadLocal<RealToString> INSTANCE = new ThreadLocal<RealToString>() {
47 return INSTANCE.get();
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 52 private ActivityController mController = NullController.INSTANCE;
190 mController = NullController.INSTANCE;
  /external/okhttp/src/main/java/libcore/net/http/
HttpEngine.java 206 HttpConnectionPool.INSTANCE.recycle(connection);
398 HttpConnectionPool.INSTANCE.recycle(connection);
421 HttpConnectionPool.INSTANCE.recycle(connection);
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragment.java 127 public static final Callback INSTANCE = new EmptyCallback();
138 private Callback mCallback = EmptyCallback.INSTANCE;
141 * Create a new instance with initialization parameters.
151 final MessageViewFragment instance = new MessageViewFragment(); local
154 instance.setArguments(args);
155 return instance;
275 mCallback = (callback == null) ? EmptyCallback.INSTANCE : callback;
RecentMailboxManager.java 41 static Clock sClock = Clock.INSTANCE;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
RSADigestSigner.java 68 algId = new AlgorithmIdentifier((ASN1ObjectIdentifier)oidMap.get(digest.getAlgorithmName()), DERNull.INSTANCE);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
BCDSAPublicKey.java 86 return parameters != null && !DERNull.INSTANCE.equals(parameters.toASN1Primitive());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JDKDSAPublicKey.java 87 return parameters != null && !DERNull.INSTANCE.equals(parameters);
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedBytesTest.java 140 UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator.INSTANCE;
  /tools/motodev/src/plugins/db.devices/src/com/motorolamobility/studio/android/db/devices/ui/preferences/
DbPreferencePage.java 163 new ScopedPreferenceStore(InstanceScope.INSTANCE, LEGACY_PLUGIN_ID);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedHelper.java 44 static final CMSSignedHelper INSTANCE = new CMSSignedHelper();
408 return new AlgorithmIdentifier(algId.getObjectId(), DERNull.INSTANCE);
  /external/guava/guava/src/com/google/common/collect/
Constraints.java 46 INSTANCE;
65 return (Constraint<E>) NotNullConstraint.INSTANCE;

Completed in 990 milliseconds

1 2 3 45 6 7 8 910