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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/site_utils/
stable_version_utils.py 16 # Name of the default board. For boards that don't have stable version
17 # explicitly set, version for the default board will be used.
18 DEFAULT = 'DEFAULT'
30 # Set default to the global config value of CROS.stable_cros_version if
33 versions = {DEFAULT: global_config.global_config.get_config_value(
38 def get(board=DEFAULT, android=False):
41 @param board: Name of the board, default to value `DEFAULT`.
43 board. There is no default version that works for al
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Network.java 26 Network DEFAULT = new Network() {
  /external/chromium-trace/catapult/telemetry/telemetry/util/
perf_result_data_type.py 5 DEFAULT = 'default'
11 ALL_TYPES = [DEFAULT, UNIMPORTANT, HISTOGRAM, UNIMPORTANT_HISTOGRAM,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
connection.py 29 DEFAULT = 'US'
50 location=Location.DEFAULT, policy=None,
53 Creates a new bucket. By default it's located in the USA. You can
83 location = Location.DEFAULT
124 given bucket. (Default: ``True``)
  /external/glide/library/src/main/java/com/bumptech/glide/load/
DecodeFormat.java 32 /** The default value for DecodeFormat. */
33 public static final DecodeFormat DEFAULT = Build.VERSION.SDK_INT > Build.VERSION_CODES.KITKAT
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
ProvidesIntoOptional.java 34 * {@literal @}ProvidesIntoOptional(DEFAULT)
43 * will set the default value of {@code @Named("url") Optional<String>} to foo's URL,
61 DEFAULT
64 /** Specifies if the binding is for the actual or default value. */
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
BeanAccess.java 23 DEFAULT,
  /libcore/ojluni/src/main/java/javax/crypto/spec/
PSource.java 87 public static final PSpecified DEFAULT = new PSpecified(new byte[0]);
OAEPParameterSpec.java 41 * hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1,
42 * maskGenAlgorithm [1] PKCS1MGFAlgorithms DEFAULT mgf1SHA1,
43 * pSourceAlgorithm [2] PKCS1PSourceAlgorithms DEFAULT pSpecifiedEmpty
64 * <p>Note: the OAEPParameterSpec.DEFAULT uses the following:
68 * source of encoding input -- PSource.PSpecified.DEFAULT
82 private PSource pSrc = PSource.PSpecified.DEFAULT;
85 * The OAEP parameter set with all default values.
87 public static final OAEPParameterSpec DEFAULT = new OAEPParameterSpec();
91 * the PKCS #1 standard using the default values.
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 26 public static final PriorityPreset DEFAULT = new SimplePriorityPreset(
32 DEFAULT,
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 26 public static final PriorityPreset DEFAULT = new SimplePriorityPreset(
32 DEFAULT,
  /development/samples/browseable/Notifications/Application/src/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 53 public final static NetscapeDraftHeaderParser DEFAULT = new NetscapeDraftHeaderParser();
61 this.nvpParser = BasicHeaderValueParser.DEFAULT;
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Run.java 35 static final Run DEFAULT = new Run();
Value.java 33 static final Value DEFAULT = new Value();
Scenario.java 35 static final Scenario DEFAULT = new Scenario();
45 this.host = Host.DEFAULT;
46 this.vmSpec = VmSpec.DEFAULT;
47 this.benchmarkSpec = BenchmarkSpec.DEFAULT;
  /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 {
  /external/droiddriver/src/io/appium/droiddriver/scroll/
StaticSentinelStrategy.java 42 public static final StaticSentinelStrategy DEFAULT = new StaticSentinelStrategy(
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
FileDescriptorBitmapDecoder.java 25 this(Glide.get(context).getBitmapPool(), DecodeFormat.DEFAULT);
  /frameworks/base/media/java/android/media/
VolumePolicy.java 26 public static final VolumePolicy DEFAULT = new VolumePolicy(false, false, true, 400);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextAlignment.java 29 /** Language dependent (default) */
30 DEFAULT(0x3);
  /libcore/ojluni/src/main/java/java/security/spec/
PSSParameterSpec.java 40 * hashAlgorithm [0] OAEP-PSSDigestAlgorithms DEFAULT sha1,
41 * maskGenAlgorithm [1] PKCS1MGFAlgorithms DEFAULT mgf1SHA1,
42 * saltLength [2] INTEGER DEFAULT 20,
43 * trailerField [3] INTEGER DEFAULT 1
61 * <p>Note: the PSSParameterSpec.DEFAULT uses the following:
87 * The PSS parameter set with all default values.
90 public static final PSSParameterSpec DEFAULT = new PSSParameterSpec();
94 * the PKCS #1 standard using the default values.
146 * using the specified salt length and other default values as
  /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/autotest/client/cros/cellular/
cellular.py 157 DEFAULT = -35

Completed in 1353 milliseconds

1 2 3 4 5 6 7 8 91011>>