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

1 23 4 5 6 7 8 91011>>

  /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/base/prefs/
pref_registry.h 36 // Gets the registered defaults.
37 scoped_refptr<PrefStore> defaults();
39 // Allows iteration over defaults.
  /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'}}
  /packages/apps/Email/tests/src/com/android/email/
NotificationControllerTest.java 82 assertTrue((n.defaults & Notification.DEFAULT_VIBRATE) != 0);
84 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
95 assertFalse((n.defaults & Notification.DEFAULT_VIBRATE) != 0); // no vibe
97 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
111 assertTrue((n.defaults & Notification.DEFAULT_VIBRATE) != 0);
113 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
124 assertFalse((n.defaults & Notification.DEFAULT_VIBRATE) != 0); // no vibe
126 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
140 assertTrue((n.defaults & Notification.DEFAULT_VIBRATE) != 0);
142 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always se
    [all...]
  /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);
204 ValueStore::DEFAULTS, base::StringPrintf("%d", i), *kilobyte);
208 ValueStore::DEFAULTS, "WillError", *kilobyte)->HasError());
213 ValueStore::DEFAULTS, base::StringPrintf("%d", i), *kilobyte);
217 ValueStore::DEFAULTS, "WontError", *kilobyte)->HasError())
    [all...]
settings_sync_unittest.cc 38 // To save typing ValueStore::DEFAULTS everywhere.
39 const ValueStore::WriteOptions DEFAULTS = ValueStore::DEFAULTS;
315 storage1->Set(DEFAULTS, "foo", value1);
316 storage2->Set(DEFAULTS, "bar", value2);
342 storage1->Set(DEFAULTS, "foo", value1);
345 storage1->Set(DEFAULTS, "foo", value2);
365 storage1->Set(DEFAULTS, "foo", value1);
366 storage2->Set(DEFAULTS, "bar", value2);
400 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/third_party/WebKit/Source/core/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/chromium_org/v8/src/extensions/i18n/
overrides.js 59 function cachedOrNewService(service, locales, options, defaults) {
60 var useOptions = (defaults === undefined) ? options : defaults;
101 * If locale or options are omitted, defaults are used.
130 function toLocaleDateTime(date, locales, options, required, defaults, service) {
139 var internalOptions = toDateTimeOptions(options, required, defaults);
150 * If locale or options are omitted, defaults are used - both date and time are
175 * If locale or options are omitted, defaults are used - only date is present
200 * If locale or options are omitted, defaults are used - only time is present
  /external/clang/test/Parser/
placeholder-recovery.m 8 // expected-warning{{protocol has no object type specified; defaults to qualified 'id'}}
  /external/clang/test/SemaObjC/
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/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/v8/tools/
tick-processor.html 83 ArgumentsProcessor.DEFAULTS = {
104 new (entriesProviders[ArgumentsProcessor.DEFAULTS.platform])(
105 ArgumentsProcessor.DEFAULTS.nm,
106 ArgumentsProcessor.DEFAULTS.targetRootFS),
107 ArgumentsProcessor.DEFAULTS.separateIc,
108 ArgumentsProcessor.DEFAULTS.callGraphSize,
109 ArgumentsProcessor.DEFAULTS.ignoreUnknown,
110 ArgumentsProcessor.DEFAULTS.stateFilter,
  /external/clang/test/FixIt/
fixit-missing-method-return-type.m 13 - initWithFoo:(id)foo; // expected-warning {{method has no return type specified; defaults to 'id' [-Wmissing-method-return-type]}}
19 - initWithFoo:(id)foo { return 0; } // expected-warning {{method has no return type specified; defaults to 'id' [-Wmissing-method-return-type]}}
  /external/clang/test/Modules/
method_pool.m 23 [object method4]; // expected-warning{{instance method '-method4' not found (return type defaults to 'id')}}
41 [object method3]; // expected-warning{{instance method '-method3' not found (return type defaults to 'id')}}

Completed in 1200 milliseconds

1 23 4 5 6 7 8 91011>>