HomeSort by relevance Sort by last modified time
    Searched defs:DEFAULT (Results 1 - 25 of 274) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HostResolver.java 26 HostResolver DEFAULT = new HostResolver() {
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/notifications/
PriorityPresets.java 26 public static final PriorityPreset DEFAULT = new SimplePriorityPreset(
32 DEFAULT,
  /external/chromium_org/build/util/lib/common/
perf_result_data_type.py 5 DEFAULT = 'default'
11 ALL_TYPES = [DEFAULT, UNIMPORTANT, HISTOGRAM, UNIMPORTANT_HISTOGRAM,
  /external/chromium_org/tools/cr/cr/base/
buildtype.py 20 DEFAULT = cr.Config.From(
35 default=None,
arch.py 9 DEFAULT = cr.Config.From(
24 default=None,
platform.py 12 DEFAULT = cr.Config.From(
31 default=None,
  /development/samples/wearable/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 26 public static final PriorityPreset DEFAULT = new SimplePriorityPreset(
32 DEFAULT,
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftHeaderParser.java 47 public final static NetscapeDraftHeaderParser DEFAULT = new NetscapeDraftHeaderParser();
55 this.nvpParser = BasicHeaderValueParser.DEFAULT;
  /external/chromium_org/chrome/browser/prefs/
session_startup_pref.h 24 DEFAULT,
52 // Returns the default value for |type|.
67 // The default startup pref for Mac used to be LAST, now it's DEFAULT. This
75 // Whether the startup type has not been overridden from its default.
  /external/chromium_org/tools/cr/cr/commands/
sync.py 21 DEFAULT = cr.Config.From(
  /external/clang/test/CodeGenCXX/
visibility-ms-compat.cpp 1 // RUN: %clang_cc1 %s -std=c++11 -triple=x86_64-apple-darwin10 -fvisibility hidden -ftype-visibility default -emit-llvm -o %t
12 #define DEFAULT __attribute__((visibility("default")))
51 struct DEFAULT A {
84 template <class T> struct DEFAULT B {
type_visibility.cpp 10 #define DEFAULT __attribute__((visibility("default")))
13 #define TYPE_DEFAULT __attribute__((type_visibility("default")))
156 struct DEFAULT TYPE_HIDDEN A {
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
StaticSentinelStrategy.java 42 public static final StaticSentinelStrategy DEFAULT = new StaticSentinelStrategy(
  /external/smack/src/org/jivesoftware/smackx/pubsub/
FormNodeType.java 34 /** Form which represents the default node configuration options */
35 DEFAULT;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextAlignment.java 29 /** Language dependent (default) */
30 DEFAULT(0x3);
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/matcher/
RootMatchers.java 50 * Espresso's default {@link Root} matcher.
53 public static final Matcher<Root> DEFAULT =
  /libcore/luni/src/main/java/java/security/spec/
PSSParameterSpec.java 30 * The default parameter specification. It specifies the following parameters:
39 public static final PSSParameterSpec DEFAULT = new PSSParameterSpec(20);
54 * and the default values.
  /libcore/luni/src/main/java/javax/crypto/spec/
OAEPParameterSpec.java 37 * The algorithm parameter instance with default values.
43 * <li>the source of the label <code>L</code>: {@link PSource.PSpecified#DEFAULT}</li>
46 public static final OAEPParameterSpec DEFAULT = new OAEPParameterSpec();
52 this.pSrc = PSource.PSpecified.DEFAULT;
PSource.java 66 * The instance of <code>PSpecified</code> with the default value
69 public static final PSpecified DEFAULT = new PSpecified();
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1TypeCollection.java 37 public final Object[] DEFAULT;
50 this.DEFAULT = new Object[type.length];
63 * Sets a default value for a collection component.
66 * @param object a component's default value
71 DEFAULT[index] = object;
80 * The default implementation throws RuntimeException.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardCodesSet.java 35 return DEFAULT[id];
58 private static final int[] DEFAULT = {
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelper.java 44 /** Default sort order returned by DB. (Typically Ascending, but no guarantees made). */
45 DEFAULT
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.h 90 enum Source { DEFAULT, LAST_ACTIVE, PERSISTED, BOTH };
  /external/smack/src/com/kenai/jbosh/
AttrVersion.java 26 * Default value if none is provided.
28 private static final AttrVersion DEFAULT;
31 DEFAULT = createFromString("1.8");
98 return DEFAULT;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserConstants.java 30 int DEFAULT = 0;

Completed in 1153 milliseconds

1 2 3 4 5 6 7 8 91011