HomeSort by relevance Sort by last modified time
    Searched full:defaults (Results 26 - 50 of 4080) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/gonacl_appengine/
gonacl.py 7 webapp2.Route('/', webapp2.RedirectHandler, defaults={
  /external/clang/test/SemaObjC/
protocol-id-test-2.m 11 - (void)IMeth { [(id<P>)self Meth]; } // expected-warning {{instance method '-Meth' not found (return type defaults to 'id'); did you mean '-IMeth'?}}
class-method-lookup.m 23 [self instanceMethod];// expected-warning {{'+instanceMethod' not found (return type defaults to 'id')}}
24 [MyDerived instanceMethod];// expected-warning {{'+instanceMethod' not found (return type defaults to 'id')}}
method-lookup-5.m 9 void f0(A *a) { int x = [[a foo] baz]; } // expected-warning {{method '+baz' not found (return type defaults to 'id')}} \
protocol-id-test-1.m 15 - (void)IMeth {INTF<P> *pi; [pi Meth]; } // expected-warning {{instance method '-Meth' not found (return type defaults to 'id'); did you mean '-IMeth'?}}
  /external/dhcpcd/mk/
sys.mk 1 # Simple defaults
  /system/core/toolbox/
stop.c 11 /* defaults to stopping the common services */
  /external/chromium_org/content/browser/
theme_helper_mac.mm 75 NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults];
76 [defaults synchronize];
79 [defaults floatForKey:@"NSScrollerButtonDelay"],
80 [defaults floatForKey:@"NSScrollerButtonPeriod"],
81 [defaults boolForKey:@"AppleScrollerPagingBehavior"],
138 NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults];
139 [defaults synchronize];
143 [defaults floatForKey:@"NSScrollerButtonDelay"],
144 [defaults floatForKey:@"NSScrollerButtonPeriod"],
145 [defaults boolForKey:@"AppleScrollerPagingBehavior"]
    [all...]
  /external/guava/guava/src/com/google/common/base/
Defaults.java 28 public final class Defaults {
29 private Defaults() {}
31 private static final Map<Class<?>, Object> DEFAULTS;
43 DEFAULTS = Collections.unmodifiableMap(map);
57 return (T) DEFAULTS.get(type);
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
StandardDeviationVerification.java 37 private static final Map<Integer, float[]> DEFAULTS = new HashMap<Integer, float[]>(12);
66 if (!DEFAULTS.containsKey(sensorType)) {
70 return new StandardDeviationVerification(DEFAULTS.get(sensorType));
166 DEFAULTS.put(Sensor.TYPE_ACCELEROMETER, new float[]{1.0f, 1.0f, 1.0f});
167 DEFAULTS.put(Sensor.TYPE_GYROSCOPE, new float[]{0.5f, 0.5f, 0.5f});
169 DEFAULTS.put(Sensor.TYPE_MAGNETIC_FIELD,
171 DEFAULTS.put(Sensor.TYPE_ORIENTATION,
173 DEFAULTS.put(Sensor.TYPE_PRESSURE,
175 DEFAULTS.put(Sensor.TYPE_GRAVITY,
177 DEFAULTS.put(Sensor.TYPE_LINEAR_ACCELERATION
    [all...]
JitterVerification.java 39 private static final SparseIntArray DEFAULTS = new SparseIntArray(12);
65 int threshold = DEFAULTS.get(sensorType, -1);
144 DEFAULTS.put(Sensor.TYPE_ACCELEROMETER, Integer.MAX_VALUE);
145 DEFAULTS.put(Sensor.TYPE_MAGNETIC_FIELD, Integer.MAX_VALUE);
146 DEFAULTS.put(Sensor.TYPE_MAGNETIC_FIELD_UNCALIBRATED, Integer.MAX_VALUE);
147 DEFAULTS.put(Sensor.TYPE_GYROSCOPE, Integer.MAX_VALUE);
148 DEFAULTS.put(Sensor.TYPE_GYROSCOPE_UNCALIBRATED, Integer.MAX_VALUE);
149 DEFAULTS.put(Sensor.TYPE_ORIENTATION, Integer.MAX_VALUE);
150 DEFAULTS.put(Sensor.TYPE_PRESSURE, Integer.MAX_VALUE);
151 DEFAULTS.put(Sensor.TYPE_GRAVITY, Integer.MAX_VALUE)
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsConfig.java 39 * 2. Add a default value for the key by putting a typed value to DEFAULTS
141 private static final Map<String, Object> DEFAULTS = new ConcurrentHashMap<String, Object>();
143 DEFAULTS.put(CONFIG_ENABLED_MMS, Boolean.valueOf(true));
144 DEFAULTS.put(CONFIG_ENABLED_TRANS_ID, Boolean.valueOf(false));
145 DEFAULTS.put(CONFIG_ENABLED_NOTIFY_WAP_MMSC, Boolean.valueOf(false));
146 DEFAULTS.put(CONFIG_ALIAS_ENABLED, Boolean.valueOf(false));
147 DEFAULTS.put(CONFIG_ALLOW_ATTACH_AUDIO, Boolean.valueOf(true));
148 DEFAULTS.put(CONFIG_ENABLE_MULTIPART_SMS, Boolean.valueOf(true));
149 DEFAULTS.put(CONFIG_ENABLE_SMS_DELIVERY_REPORTS, Boolean.valueOf(true));
150 DEFAULTS.put(CONFIG_ENABLE_GROUP_MMS, Boolean.valueOf(true))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimingInput.cpp 19 timing.startDelay = Timing::defaults().startDelay;
27 timing.endDelay = Timing::defaults().endDelay;
41 timing.fillMode = Timing::defaults().fillMode;
50 timing.iterationStart = Timing::defaults().iterationStart;
58 timing.iterationCount = Timing::defaults().iterationCount;
66 timing.iterationDuration = Timing::defaults().iterationDuration;
74 timing.playbackRate = Timing::defaults().playbackRate;
86 timing.direction = Timing::defaults().direction;
95 timing.timingFunction = Timing::defaults().timingFunction;
105 double startDelay = Timing::defaults().startDelay
    [all...]
  /external/chromium_org/build/mac/
make_more_helpers.sh 59 defaults write "${feature_info}" "CFBundleDisplayName" "${helper_feature}"
60 defaults write "${feature_info}" "CFBundleExecutable" "${helper_feature}"
62 cfbundleid="$(defaults read "${feature_info}" "CFBundleIdentifier")"
64 defaults write "${feature_info}" "CFBundleIdentifier" "${feature_cfbundleid}"
66 cfbundlename="$(defaults read "${feature_info}" "CFBundleName")"
68 defaults write "${feature_info}" "CFBundleName" "${feature_cfbundlename}"
70 # As usual, defaults might have put the plist into whatever format excites
74 # `defaults` also changes the file permissions, so make the file
  /external/chromium_org/third_party/jinja2/
defaults.py 3 jinja2.defaults
15 # defaults for the parser / lexer
  /external/chromium_org/tools/gn/
function_set_defaults.cc 52 // Ensure there aren't defaults already set.
54 // It might be nice to allow multiple calls set mutate the defaults. The
56 // additional defaults they specify in an imported file.
60 // want multiple imports to each try to set defaults, since it might look
61 // like the defaults are modified by each one in sequence, while in fact
65 // target defaults set up by the default build config only. That way there
69 "This target type defaults were already set.");
85 // (with no containing scope) used to hold the target defaults.
  /external/chromium_org/tools/gyp/test/mac/
gyptest-postbuild-defaults.py 8 Verifies that a postbuild invoking |defaults| works.
18 CHDIR = 'postbuild-defaults'
  /device/asus/fugu/
fstab.fugu 5 /dev/block/zram0 none swap defaults zramsize=104857600
  /device/generic/goldfish/
fstab.goldfish 8 /devices/platform/goldfish_mmc.0 auto vfat defaults voldmanaged=sdcard:auto
fstab.ranchu 8 #/devices/platform/goldfish_mmc.0 auto vfat defaults voldmanaged=sdcard:auto
  /device/generic/qemu/
fstab.ranchu 8 #/devices/platform/goldfish_mmc.0 auto vfat defaults voldmanaged=sdcard:auto
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSProcessable.java 7 * Use CMSTypedData instead of this. See CMSProcessableFile/ByteArray for defaults.
  /external/chromium_org/extensions/common/
extension_builder.h 20 // constructor sets up some defaults which are customized using the
35 // Defaults to FilePath().
38 // Defaults to Manifest::UNPACKED.
52 // Defaults to the default extension ID created in Extension::Create.
  /external/compiler-rt/test/asan/TestCases/
default_options.cc 12 // CHECK: Using the defaults from __asan_default_options: {{.*}} foo=bar
  /external/markdown/docs/extensions/
Tables_of_Contents.txt 16 marker. The marker defaults to ``[TOC]`` so the following document:
42 * **marker**: Text to find and replace with the Table of Contents. Defaults
44 * **slugify**: Callable to generate anchors based on header text. Defaults to a
48 * **title**: Title to insert in TOC ``<div>``. Defaults to ``None``.

Completed in 557 milliseconds

12 3 4 5 6 7 8 91011>>