/external/webkit/Source/WebKit2/Shared/ |
D | WebPreferencesStore.cpp | 114 static HashMap<String, String>& defaults = *new HashMap<String, String>; in defaultValueForKey() local 115 if (defaults.isEmpty()) { in defaultValueForKey() 116 #define DEFINE_STRING_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPr… in defaultValueForKey() 121 return defaults.get(key); in defaultValueForKey() 127 static HashMap<String, bool>& defaults = *new HashMap<String, bool>; in defaultValueForKey() local 128 if (defaults.isEmpty()) { in defaultValueForKey() 129 #define DEFINE_BOOL_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPref… in defaultValueForKey() 134 return defaults.get(key); in defaultValueForKey() 140 static HashMap<String, uint32_t>& defaults = *new HashMap<String, uint32_t>; in defaultValueForKey() local 141 if (defaults.isEmpty()) { in defaultValueForKey() [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
D | AppSettings.java | 55 private static final AppSettings defaults = new AppSettings(false); field in AppSettings 127 defaults.put("Width", 640); 128 defaults.put("Height", 480); 129 defaults.put("BitsPerPixel", 24); 130 defaults.put("Frequency", 60); 131 defaults.put("DepthBits", 24); 132 defaults.put("StencilBits", 0); 133 defaults.put("Samples", 0); 134 defaults.put("Fullscreen", false); 135 defaults.put("Title", "jMonkey Engine 3.0"); [all …]
|
/external/apache-http/src/org/apache/http/params/ |
D | DefaultedHttpParams.java | 49 private final HttpParams defaults; field in DefaultedHttpParams 51 public DefaultedHttpParams(final HttpParams local, final HttpParams defaults) { in DefaultedHttpParams() argument 57 this.defaults = defaults; in DefaultedHttpParams() 65 return new DefaultedHttpParams(clone, this.defaults); in copy() 75 if (obj == null && this.defaults != null) { in getParameter() 76 obj = this.defaults.getParameter(name); in getParameter() 98 return this.defaults; in getDefaults()
|
/external/webkit/Source/WebKit/win/ |
D | WebPreferences.cpp | 184 …CFMutableDictionaryRef defaults = CFDictionaryCreateMutable(0, 0, &kCFTypeDictionaryKeyCallBacks, … in initializeDefaultSettings() local 186 … CFDictionaryAddValue(defaults, CFSTR(WebKitStandardFontPreferenceKey), CFSTR("Times New Roman")); in initializeDefaultSettings() 187 CFDictionaryAddValue(defaults, CFSTR(WebKitFixedFontPreferenceKey), CFSTR("Courier New")); in initializeDefaultSettings() 188 CFDictionaryAddValue(defaults, CFSTR(WebKitSerifFontPreferenceKey), CFSTR("Times New Roman")); in initializeDefaultSettings() 189 CFDictionaryAddValue(defaults, CFSTR(WebKitSansSerifFontPreferenceKey), CFSTR("Arial")); in initializeDefaultSettings() 190 CFDictionaryAddValue(defaults, CFSTR(WebKitCursiveFontPreferenceKey), CFSTR("Comic Sans MS")); in initializeDefaultSettings() 191 CFDictionaryAddValue(defaults, CFSTR(WebKitFantasyFontPreferenceKey), CFSTR("Comic Sans MS")); in initializeDefaultSettings() 192 CFDictionaryAddValue(defaults, CFSTR(WebKitMinimumFontSizePreferenceKey), CFSTR("0")); in initializeDefaultSettings() 193 CFDictionaryAddValue(defaults, CFSTR(WebKitMinimumLogicalFontSizePreferenceKey), CFSTR("9")); in initializeDefaultSettings() 194 CFDictionaryAddValue(defaults, CFSTR(WebKitDefaultFontSizePreferenceKey), CFSTR("16")); in initializeDefaultSettings() [all …]
|
/external/apache-http/src/org/apache/http/protocol/ |
D | DefaultedHttpContext.java | 47 private final HttpContext defaults; field in DefaultedHttpContext 49 public DefaultedHttpContext(final HttpContext local, final HttpContext defaults) { in DefaultedHttpContext() argument 55 this.defaults = defaults; in DefaultedHttpContext() 61 return this.defaults.getAttribute(id); in getAttribute() 76 return this.defaults; in getDefaults()
|
/external/clang/test/Driver/ |
D | 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
|
/external/clang/test/SemaObjC/ |
D | method-not-defined.m | 10 …lloc' not found (return type defaults to 'id')}} expected-warning {{instance method '-init' not fo… 11 …ed]; // expected-warning {{instance method '-notdefined' not found (return type defaults to 'id')}} 12 …3]; // expected-warning {{instance method '-whatever:::' not found (return type defaults to 'id')}}
|
D | objc-container-subscripting-1.m | 14 …d-warning {{instance method '-objectAtIndexedSubscript:' not found (return type defaults to 'id')}} 16 …rning {{instance method '-setObject:atIndexedSubscript:' not found (return type defaults to 'id')}} 19 …d-warning {{instance method '-objectAtIndexedSubscript:' not found (return type defaults to 'id')}} 21 …rning {{instance method '-setObject:atIndexedSubscript:' not found (return type defaults to 'id')}}
|
D | call-super-2.m | 38 … // expected-warning {{class method '+class_func0' not found (return type defaults to 'id')}} 39 …c0]; // expected-warning {{class method '+class_func0' not found (return type defaults to 'id')}} 58 …0]; // expected-warning {{class method '+class_func0' not found (return type defaults to 'id')}} 59 …nc0]; // expected-warning {{class method '+class_func0' not found (return type defaults to 'id')}} 71 … // expected-warning {{instance method '-instance_func0' not found (return type defaults to 'id')}} 88 …]; // expected-warning {{class method '+instance_func1' not found (return type defaults to 'id')}} 89 …1]; // expected-warning {{class method '+instance_func1' not found (return type defaults to 'id')}}
|
D | missing-method-return-type.m | 5 - initWithFoo:(id)foo; // expected-warning {{method has no return type specified; defaults to 'id'… 9 …(id)foo { return 0; } // expected-warning {{method has no return type specified; defaults to 'id'}}
|
D | class-method-lookup.m | 23 …[self instanceMethod];// expected-warning {{'+instanceMethod' not found (return type defaults to '… 24 … instanceMethod];// expected-warning {{'+instanceMethod' not found (return type defaults to 'id')}}
|
D | class-message-protocol-lookup.m | 21 … [c alloc]; // expected-warning {{class method '+alloc' not found (return type defaults to 'id')}} 30 … [c alloc]; // expected-warning {{class method '+alloc' not found (return type defaults to 'id')}}
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | templates.cpp | 132 …void defaults(int x = []{ return T(); }()) { }; // expected-error{{cannot initialize a parameter o… in defaults() function 136 defaults<int>(); in call_defaults() 137 defaults<float>(); in call_defaults() 138 …defaults<int*>(); // expected-note{{in instantiation of default function argument expression for '… in call_defaults()
|
/external/openssh/ |
D | ssh_config | 4 # ssh_config(5) for more information. This file provides defaults for 14 # configuration file, and defaults at the end. 16 # Site-wide defaults for some commonly used options. For a comprehensive 17 # list of available options, their meanings and defaults, please see the
|
/external/chromium/chrome/browser/debugger/ |
D | devtools_window.cc | 234 DictionaryValue* defaults = update.Get(); in CreateDevToolsBrowser() local 235 defaults->SetInteger("left", 100); in CreateDevToolsBrowser() 236 defaults->SetInteger("top", 100); in CreateDevToolsBrowser() 237 defaults->SetInteger("right", 740); in CreateDevToolsBrowser() 238 defaults->SetInteger("bottom", 740); in CreateDevToolsBrowser() 239 defaults->SetBoolean("maximized", false); in CreateDevToolsBrowser() 240 defaults->SetBoolean("always_on_top", false); in CreateDevToolsBrowser()
|
/external/clang/test/Analysis/ |
D | rdar-6540084.m | 25 …edicate' 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 …eredArrayUsingPredicate:isSearchablePredicate]; // expected-warning{{return type defaults to 'id'}}
|
/external/clang/test/Rewriter/ |
D | instancetype-test.mm | 57 …InProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}} 62 …InProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}} 72 …InProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}} 75 …InProto2]; // expected-warning{{method '-methodInProto2' not found (return type defaults to 'id')}}
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | functional.rb | 127 def compile_options( defaults = nil ) argument 129 @compile_options.update( defaults ) if defaults
|
/external/dnsmasq/contrib/Suse/ |
D | dnsmasq-SuSE.patch | 7 -as. The defaults to "dip", if available, to facilitate access to 8 +as. The defaults to "dialout", if available, to facilitate access to
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | OutputPropertiesFactory.java | 347 Properties defaults) in loadPropertiesFile() argument 355 Properties props = new Properties(defaults); in loadPropertiesFile() 385 if (defaults == null) in loadPropertiesFile() 402 if (defaults == null) in loadPropertiesFile()
|
D | output_xml.properties | 21 # Specify defaults when method="xml". These defaults serve as a base for 22 # other defaults, such as output_html and output_text.
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_factory_impl_unittest.cc | 60 std::vector<syncable::ModelType> defaults = DefaultDatatypes(); in CheckDefaultDatatypesInMapExcept() local 62 for (iter = defaults.begin(); iter != defaults.end(); ++iter) { in CheckDefaultDatatypesInMapExcept()
|
/external/skia/gm/ |
D | system_preferences_mac.mm | 20 NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; 21 [defaults setInteger:MediumFontSmoothing forKey:@"AppleFontSmoothing"];
|
/external/e2fsprogs/tests/ |
D | test_script.in | 65 default_script=$SRCDIR/defaults/${test_base}_script 67 . $SRCDIR/defaults/${test_base}_script
|
/external/clang/test/FixIt/ |
D | fixit-missing-method-return-type.m | 13 - initWithFoo:(id)foo; // expected-warning {{method has no return type specified; defaults to 'id'… 19 … return 0; } // expected-warning {{method has no return type specified; defaults to 'id' [-Wmissin…
|