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

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/main/java/org/junit/
FixMethodOrder.java 13 * <p>The default order of execution of JUnit tests within a class is deterministic but not predictable.
40 MethodSorters value() default MethodSorters.DEFAULT;
  /frameworks/base/graphics/java/android/graphics/
Xfermode.java 32 static final int DEFAULT = PorterDuff.Mode.SRC_OVER.nativeInt;
33 int porterDuffMode = DEFAULT;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
win_add2path.py 18 DEFAULT = u"%PATH%"
34 envpath = DEFAULT
  /external/autotest/site_utils/
stable_version_utils.py 15 # Name of the default board. For boards that don't have stable version
16 # explicitly set, version for the default board will be used.
17 DEFAULT = 'DEFAULT'
29 # Set default to the global config value of CROS.stable_cros_version if
32 versions = {DEFAULT: global_config.global_config.get_config_value(
37 def get(board=DEFAULT, android=False):
40 @param board: Name of the board, default to value `DEFAULT`.
42 board. There is no default version that works for al
    [all...]
  /external/python/cpython2/Tools/scripts/
win_add2path.py 18 DEFAULT = u"%PATH%"
34 envpath = DEFAULT
  /external/python/cpython3/Tools/scripts/
win_add2path.py 18 DEFAULT = "%PATH%"
35 envpath = DEFAULT
  /packages/services/Car/car-lib/src_feature_current/com/android/car/internal/
FeatureConfiguration.java 24 /** Disable future feature by default. */
25 public static final boolean DEFAULT = false;
27 public static final boolean ENABLE_PRODUCT_CONFIGURATION_INFO = DEFAULT;
  /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/icu/android_icu4j/src/main/java/android/icu/number/
IntegerWidth.java 20 /* package-private */ static final IntegerWidth DEFAULT = new IntegerWidth(1, -1);
44 return DEFAULT;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
IntegerWidth.java 19 /* package-private */ static final IntegerWidth DEFAULT = new IntegerWidth(1, -1);
44 return DEFAULT;
  /external/junit/src/main/java/org/junit/runners/
MethodSorters.java 30 DEFAULT(MethodSorter.DEFAULT);
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
BeanAccess.java 23 DEFAULT,
  /external/vogar/src/vogar/
RunnerType.java 26 DEFAULT(false, true, true),
  /external/vogar/test/vogar/target/
TestRunnerProperties.java 31 int monitorPort() default 9999;
33 Class testClass() default Default.class;
35 String testClassOrPackage() default "";
37 RunnerType runnerType() default RunnerType.DEFAULT;
39 int timeout() default 0;
41 class Default {}
  /frameworks/base/core/java/android/app/
AppComponentFactory.java 44 * @param cl The default classloader to use for instantiation.
62 * @param cl The default classloader to use for instantiation.
77 * @param cl The default classloader to use for instantiation.
96 * @param cl The default classloader to use for instantiation.
115 * @param cl The default classloader to use for instantiation.
127 public static final AppComponentFactory DEFAULT = new AppComponentFactory();
  /libcore/ojluni/src/main/java/javax/crypto/spec/
PSource.java 84 public static final PSpecified DEFAULT = new PSpecified(new byte[0]);
  /packages/apps/Dialer/java/com/android/dialer/notification/
NotificationChannelId.java 29 NotificationChannelId.DEFAULT,
40 String DEFAULT = "phone_default";
  /packages/services/Car/car-lib/src_feature_future/com/android/car/internal/
FeatureConfiguration.java 24 /** Enable future feature by default. */
25 public static final boolean DEFAULT = true;
27 public static final boolean ENABLE_PRODUCT_CONFIGURATION_INFO = DEFAULT;
28 public static final boolean ENABLE_VEHICLE_MAP_SERVICE = DEFAULT;
  /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();

Completed in 1145 milliseconds

1 2 3 4 5 6 7 8 91011>>