Searched refs:_default (Results 1 – 5 of 5) sorted by relevance
/external/qemu/android/ |
D | config.h | 52 extern int aconfig_bool (AConfig *root, const char *name, int _default); 53 extern unsigned aconfig_unsigned(AConfig *root, const char *name, unsigned _default); 54 extern int aconfig_int (AConfig *root, const char *name, int _default); 55 extern const char* aconfig_str (AConfig *root, const char *name, const char *_default);
|
D | config.c | 65 aconfig_bool(AConfig *root, const char *name, int _default) in aconfig_bool() argument 69 return _default; in aconfig_bool() 83 aconfig_unsigned(AConfig *root, const char *name, unsigned _default) in aconfig_unsigned() argument 87 return _default; in aconfig_unsigned() 94 aconfig_int(AConfig *root, const char *name, int _default) in aconfig_int() argument 98 return _default; in aconfig_int() 106 aconfig_str(AConfig *root, const char *name, const char *_default) in aconfig_str() argument 110 return _default; in aconfig_str()
|
/external/webkit/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 3390 _default: "*/*" 3536 s.accepts._default ); 3977 jQuery.fx.speeds[opt.duration] || jQuery.fx.speeds._default; 4020 (jQuery.fx.step[this.prop] || jQuery.fx.step._default)( this ); 4156 _default: 400 property 4164 _default: function(fx){ method
|
D | concat-jquery-mootools-prototype.js | 3390 _default: "*/*" 3536 s.accepts._default ); 3977 jQuery.fx.speeds[opt.duration] || jQuery.fx.speeds._default; 4020 (jQuery.fx.step[this.prop] || jQuery.fx.step._default)( this ); 4156 _default: 400 property 4164 _default: function(fx){ method
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 38523 * khtml/rendering/render_style.h: Removed static data member _default --
|