Home
last modified time | relevance | path

Searched refs:_default (Results 1 – 5 of 5) sorted by relevance

/external/qemu/android/
Dconfig.h52 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);
Dconfig.c65 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/
Djquery-1.3.2.js3390 _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
Dconcat-jquery-mootools-prototype.js3390 _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/
DChangeLog-2006-05-1038523 * khtml/rendering/render_style.h: Removed static data member _default --