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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjC/
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/chromium_org/base/ios/
device_util.mm 38 NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults];
41 NSString* client_id = [defaults stringForKey:kLegacyClientIdPreferenceKey];
130 NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults];
133 [defaults stringForKey:kHardwareTypePreferenceKey];
137 [defaults setObject:current_hardware forKey:kHardwareTypePreferenceKey];
138 [defaults synchronize];
141 NSString* client_id = [defaults stringForKey:kClientIdPreferenceKey];
145 [defaults setObject:client_id forKey:kClientIdPreferenceKey];
146 [defaults setObject:current_hardware forKey:kHardwareTypePreferenceKey];
147 [defaults synchronize]
    [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
41 // CHECK-CHECK-X86_64_OSX10_5: darwin-objc-defaults
50 // CHECK-CHECK-X86_64_OSX10_6: darwin-objc-defaults
59 // CHECK-CHECK-X86_64_IPHONE3_0: darwin-objc-defaults
70 // CHECK-CHECK-ARMV7_OSX10_5: darwin-objc-defaults
79 // CHECK-CHECK-ARMV7_OSX10_6: darwin-objc-defaults
88 // CHECK-CHECK-ARMV7_IPHONE3_0: darwin-objc-defaults
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
DefaultedHttpContext.java 47 private final HttpContext defaults; field in class:DefaultedHttpContext
49 public DefaultedHttpContext(final HttpContext local, final HttpContext defaults) {
55 this.defaults = defaults;
61 return this.defaults.getAttribute(id);
76 return this.defaults;
  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field_cell.h 42 // Baseline adjust for the text in this cell. Defaults to 0. Subclasses should
46 // Radius of the corners of the field. Defaults to square corners (0.0).
49 // Which corners of the field to round. Defaults to RoundedAll.
  /external/chromium_org/content/public/common/
pepper_plugin_info.h 41 // Defaults to false.
44 // True when this plugin should be run out of process. Defaults to false.
48 // Defaults to true.
  /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'}}
  /device/generic/goldfish/
fstab.goldfish 8 /devices/platform/goldfish_mmc.0 auto vfat defaults voldmanaged=sdcard:auto
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_frontend_unittest.cc 29 // To save typing ValueStore::DEFAULTS everywhere.
30 const ValueStore::WriteOptions DEFAULTS = ValueStore::DEFAULTS;
107 ValueStore::WriteResult result = storage->Set(DEFAULTS, "foo", bar);
138 ValueStore::WriteResult result = storage->Set(DEFAULTS, "foo", bar);
166 ValueStore::WriteResult result = storage->Set(DEFAULTS, "foo", bar);
205 ValueStore::DEFAULTS, base::StringPrintf("%d", i), *kilobyte);
209 ValueStore::DEFAULTS, "WillError", *kilobyte)->HasError());
214 ValueStore::DEFAULTS, base::StringPrintf("%d", i), *kilobyte);
218 ValueStore::DEFAULTS, "WontError", *kilobyte)->HasError())
    [all...]
settings_sync_unittest.cc 38 // To save typing ValueStore::DEFAULTS everywhere.
39 const ValueStore::WriteOptions DEFAULTS = ValueStore::DEFAULTS;
325 storage1->Set(DEFAULTS, "foo", value1);
326 storage2->Set(DEFAULTS, "bar", value2);
352 storage1->Set(DEFAULTS, "foo", value1);
355 storage1->Set(DEFAULTS, "foo", value2);
375 storage1->Set(DEFAULTS, "foo", value1);
376 storage2->Set(DEFAULTS, "bar", value2);
410 storage1->Set(DEFAULTS, "overwriteMe", value1)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
styled_text_field_cell.h 38 // Offset from the top of the cell frame to the text frame. Defaults to 0.
42 // Offset from the bottom of the cell frame to the text frame. Defaults to 0.
46 // Radius of the corners of the field. Defaults to square corners (0.0).
49 // Which corners of the field to round. Defaults to RoundedAll.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
homepage_url.html 8 the homepage URL defaults to the extension's own page.
  /external/chromium_org/chrome/installer/mac/
keystone_install_test.sh 75 defaults write "${DEST}/Contents/Info" KSVersion 0
97 defaults write "${DEST}/Contents/Info" CFBundleShortVersionString 0
98 defaults write "${DEST}/Contents/Info" KSVersion 0
121 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" \
123 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" \
125 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" \
147 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" KSUpdateURL "http://foobar"
154 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" KSUpdateURL "http://foobar"
158 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" KSUpdateURL "http://foobar"
  /external/chromium_org/content/common/input/
synthetic_smooth_scroll_gesture_params.h 27 bool prevent_fling; // Defaults to true.
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
getdents_helper.h 17 // Initialize the helper without any defaults.
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
in_file_unittest.py 41 defaults = {
45 in_file = InFile(lines, defaults, None)
60 defaults = {
68 in_file = InFile(lines, defaults, default_parameters)
  /external/clang/test/Parser/
placeholder-recovery.m 8 // expected-warning{{protocol has no object type specified; defaults to qualified 'id'}}
  /external/e2fsprogs/misc/
mke2fs.conf 0 [defaults]
  /external/e2fsprogs/tests/
mke2fs.conf.in 0 [defaults]
  /libcore/luni/src/main/java/java/util/logging/
ConsoleHandler.java 28 * defaults to {@code Level.INFO} if this property is not found or has an
31 * class to be associated with this handler, defaults to {@code null} if this
34 * formatter class to be associated with this handler, defaults to
38 * handler will use to encode log messages, defaults to {@code null} if this
  /external/chromium_org/chrome/browser/value_store/
value_store_unittest.cc 14 // To save typing ValueStore::DEFAULTS everywhere.
15 const ValueStore::WriteOptions DEFAULTS = ValueStore::DEFAULTS;
191 changes, storage_->Set(DEFAULTS, key1_, *val1_));
207 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Set(DEFAULTS, *dict12_));
227 storage_->Set(DEFAULTS, *dict1_);
242 storage_->Set(DEFAULTS, *dict123_);
276 storage_->Set(DEFAULTS, key1_, *val2_);
282 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Set(DEFAULTS, *dict12_));
305 storage_->Set(DEFAULTS, *dict12_)
    [all...]
  /external/apache-http/src/org/apache/http/params/
DefaultedHttpParams.java 49 private final HttpParams defaults; field in class:DefaultedHttpParams
51 public DefaultedHttpParams(final HttpParams local, final HttpParams defaults) {
57 this.defaults = defaults;
65 return new DefaultedHttpParams(clone, this.defaults);
75 if (obj == null && this.defaults != null) {
76 obj = this.defaults.getParameter(name);
98 return this.defaults;
  /external/chromium_org/tools/cr/cr/fixups/
arch.py 31 """Fixes bad initial defaults.
34 it was writing invalid architecture defaults. This detects that case and sets

Completed in 1325 milliseconds

1 23 4 5 6 7 8 91011>>