HomeSort by relevance Sort by last modified time
    Searched full:defaults (Results 51 - 75 of 4736) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjC/
protocol-archane.m 11 bar((<SomeProtocol>)x); // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
13 [(<SomeProtocol>)x bar]; // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
40 - (void)crashWith:(<Broken>)a { // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
call-super-2.m 38 int i = (size_t)[self class_func0]; // expected-warning {{class method '+class_func0' not found (return type defaults to 'id'); did you mean '+class_func}}
39 return i + (size_t)[super class_func0]; // expected-warning {{class method '+class_func0' not found (return type defaults to 'id')}}
58 int i = (size_t)[Derived class_func0]; // expected-warning {{class method '+class_func0' not found (return type defaults to 'id')}}
59 return i + (size_t)[Object class_func0]; // expected-warning {{class method '+class_func0' not found (return type defaults to 'id')}}
71 int i = (size_t)[self instance_func0]; // expected-warning {{instance method '-instance_func0' not found (return type defaults to 'id'); did you mean}}
88 int i = (size_t)[Derived instance_func1]; // expected-warning {{class method '+instance_func1' not found (return type defaults to 'id')}}
89 return i + (size_t)[Object instance_func1]; // expected-warning {{class method '+instance_func1' not found (return type defaults to 'id')}}
property-lookup-in-id.m 28 fsEventStream = [NSApp delegate].fsEventStream; // expected-warning {{instance method '-delegate' not found (return type defaults to 'id')}} \
synchronized.m 9 id taskID = [task taskIdentifier]; // expected-warning {{method '-taskIdentifier' not found (return type defaults to 'id')}}
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 96 /// compute the size of an inline asm. Defaults to 4.
100 /// out in .debug_frame and .debug_line. Defaults to 1.
104 /// the current PC. Defaults to false.
108 /// other when on the same line. Defaults to ';'
111 /// This indicates the comment character used by the assembler. Defaults to
115 /// This is appended to emitted labels. Defaults to ":"
118 // Print the EH begin symbol with an assignment. Defaults to false.
126 /// file. Defaults to "L"
129 /// This prefix is used for labels for basic blocks. Defaults to the same as
136 /// a plain private symbol should be used. Defaults to ""
    [all...]
  /device/intel/edison/base_product/
weaved.conf 30 # Defaults to empty string"
40 # Defaults to Brillo.
44 # Defaults to "AAAAA" (Unregistered model).
69 # Defaults to pinCode if embedded_code_path is empty, or embeddedCode otherwise.
75 # Defaults to empty path.
  /external/guava/guava/src/com/google/common/base/
Defaults.java 33 public final class Defaults {
34 private Defaults() {}
36 private static final Map<Class<?>, Object> DEFAULTS;
49 DEFAULTS = Collections.unmodifiableMap(map);
65 T t = (T) DEFAULTS.get(checkNotNull(type));
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
MagnitudeVerification.java 39 private static Map<Integer, Float[]> DEFAULTS = new HashMap<Integer, Float[]>(3);
70 if (!DEFAULTS.containsKey(sensorType)) {
73 Float expected = DEFAULTS.get(sensorType)[0];
74 Float threshold = DEFAULTS.get(sensorType)[1];
129 DEFAULTS.put(Sensor.TYPE_ACCELEROMETER, new Float[]{SensorManager.STANDARD_GRAVITY, 1.5f});
130 DEFAULTS.put(Sensor.TYPE_GYROSCOPE, new Float[]{0.0f, 1.5f});
132 DEFAULTS.put(Sensor.TYPE_GRAVITY,
MeanVerification.java 36 private static final Map<Integer, Object[]> DEFAULTS = new HashMap<Integer, Object[]>(5);
64 if (!DEFAULTS.containsKey(sensorType)) {
67 float[] expected = (float[]) DEFAULTS.get(sensorType)[0];
68 float[] threshold = (float[]) DEFAULTS.get(sensorType)[1];
134 DEFAULTS.put(Sensor.TYPE_GYROSCOPE, new Object[]{
139 DEFAULTS.put(Sensor.TYPE_PRESSURE, new Object[]{
143 DEFAULTS.put(Sensor.TYPE_LINEAR_ACCELERATION, new Object[]{
147 DEFAULTS.put(Sensor.TYPE_GAME_ROTATION_VECTOR, new Object[]{
152 DEFAULTS.put(Sensor.TYPE_GYROSCOPE_UNCALIBRATED, new Object[]{
  /external/autotest/server/cros/faft/config/
config.py 9 from autotest_lib.server.cros.faft.config import DEFAULTS
18 It gets the default values from DEFAULTS.py which is found within
25 The DEFAULTS module must exist and contain a class named 'Values'.
31 exists) and then through the defaults.
45 # Defaults must always exist.
46 self._precedence_list = [DEFAULTS.Values()]
60 """Search through every object (first in overrides then in defaults)
  /external/caliper/caliper/src/main/java/com/google/caliper/config/
CaliperConfigLoader.java 36 * Loads caliper configuration files and, if necessary, creates new versions from the defaults.
48 ImmutableMap<String, String> defaults; local
50 defaults = Util.loadProperties(
62 return new CaliperConfig(mergeProperties(options.configProperties(), user, defaults));
76 return new CaliperConfig(mergeProperties(options.configProperties(), user, defaults));
81 Map<String, String> defaults) {
82 Map<String, String> map = Maps.newHashMap(defaults);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
regioninfo.py 43 def merge_endpoints(defaults, additions):
48 :param defaults: The existing endpoints data
49 :type defaults: dict
51 :param defaults: The additional endpoints data
52 :type defaults: dict
57 # We can't just do an ``defaults.update(...)`` here, as that could
62 defaults.setdefault(service, {})
63 defaults[service].update(region_info)
65 return defaults
82 # Load the defaults first
    [all...]
  /external/clang/test/Driver/
darwin-objc-defaults.m 1 // Check non-fragile ABI and dispatch method defaults.
12 // CHECK-CHECK-I386_OSX10_5: darwin-objc-defaults
21 // CHECK-CHECK-I386_OSX10_6: darwin-objc-defaults
30 // CHECK-CHECK-I386_IPHONE3_0: darwin-objc-defaults
49 // CHECK-CHECK-X86_64_OSX10_5: darwin-objc-defaults
57 // CHECK-CHECK-X86_64_OSX10_6: darwin-objc-defaults
65 // CHECK-CHECK-X86_64_IPHONE3_0: darwin-objc-defaults
76 // CHECK-CHECK-ARMV7_OSX10_5: darwin-objc-defaults
85 // CHECK-CHECK-ARMV7_OSX10_6: darwin-objc-defaults
94 // CHECK-CHECK-ARMV7_IPHONE3_0: darwin-objc-defaults
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
DefaultedHttpContext.java 52 private final HttpContext defaults; field in class:DefaultedHttpContext
54 public DefaultedHttpContext(final HttpContext local, final HttpContext defaults) {
60 this.defaults = defaults;
66 return this.defaults.getAttribute(id);
81 return this.defaults;
  /external/autotest/frontend/afe/
urls.py 1 from django.conf.urls import defaults namespace
13 resource_patterns = defaults.patterns(
62 urlpatterns += defaults.patterns(
63 '', (r'^resources/', defaults.include(resource_patterns)))
66 urlpatterns += defaults.patterns(
70 debug_patterns += defaults.patterns(
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
Parameter.java 43 private final ImmutableList<String> defaults; field in class:Parameter
66 this.defaults = findDefaults(field);
67 validate(defaults);
95 ImmutableList<String> defaults() { method in class:Parameter
96 return defaults;
104 // already validated both defaults and command-line
  /external/gtest/
Android.bp 66 defaults: ["libgtest_defaults"],
79 defaults: ["libgtest_defaults"],
94 defaults: ["libgtest_defaults", "libgtest_host_defaults"],
110 defaults: ["libgtest_defaults", "libgtest_host_defaults"],
125 defaults: ["libgtest_host_defaults"],
131 defaults: ["libgtest_host_defaults"],
  /external/clang/test/Analysis/
rdar-6540084.m 25 NSPredicate *isSearchablePredicate = [NSPredicate predicateWithFormat:@"isSearchable == YES"]; // expected-warning{{receiver 'NSPredicate' is a forward class and corresponding}} // expected-warning{{return type defaults to 'id'}}
27 NSArray *GuttenbergNodes = [Guttenberg nodes]; // expected-warning{{return type defaults to 'id'}}
28 NSArray *searchableNodes = [GuttenbergNodes filteredArrayUsingPredicate:isSearchablePredicate]; // expected-warning{{return type defaults to 'id'}}
  /packages/apps/TV/src/com/android/tv/util/
SystemProperties.java 45 * When true {@link android.view.KeyEvent}s are logged. Defaults to false.
50 * When true debug keys are used. Defaults to false.
56 * Send {@link com.android.tv.analytics.Tracker} information. Defaults to {@code true}.
  /device/generic/goldfish/
fstab.goldfish 8 /devices/platform/goldfish_mmc.0* auto auto defaults voldmanaged=sdcard:auto,encryptable=userdata
  /external/e2fsprogs/misc/
mke2fs-hurd.conf 0 [defaults]
  /external/apache-http/src/org/apache/http/params/
DefaultedHttpParams.java 54 private final HttpParams defaults; field in class:DefaultedHttpParams
56 public DefaultedHttpParams(final HttpParams local, final HttpParams defaults) {
62 this.defaults = defaults;
70 return new DefaultedHttpParams(clone, this.defaults);
80 if (obj == null && this.defaults != null) {
81 obj = this.defaults.getParameter(name);
103 return this.defaults;
  /external/autotest/site_utils/
suite_preprocessor.py 22 " (e.g. /usr/local/autotest). Defaults to '..'")
26 ' Defaults to stdout.')
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Defaults.java 27 final class Defaults {
31 private Defaults() {}
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_wsgiwrappers.py 22 WSGIRequest.defaults._push_object(dict(content_type='text/html',
34 WSGIRequest.defaults._pop_object()
111 WSGIResponse.defaults._push_object(dict(content_type='text/html',
122 WSGIResponse.defaults._pop_object()
126 WSGIResponse.defaults._push_object(dict(content_type='text/html',
135 WSGIResponse.defaults._pop_object()
137 WSGIResponse.defaults._push_object(dict(content_type='text/html',
146 WSGIResponse.defaults._pop_object()

Completed in 291 milliseconds

1 23 4 5 6 7 8 91011>>