/external/apache-http/src/org/apache/http/params/ |
D | AbstractHttpParams.java | 56 public long getLongParameter(final String name, long defaultValue) { in getLongParameter() 69 public int getIntParameter(final String name, int defaultValue) { in getIntParameter() 82 public double getDoubleParameter(final String name, double defaultValue) { in getDoubleParameter() 95 public boolean getBooleanParameter(final String name, boolean defaultValue) { in getBooleanParameter()
|
D | HttpParams.java | 93 long getLongParameter(String name, long defaultValue); in getLongParameter() 114 int getIntParameter(String name, int defaultValue); in getIntParameter() 135 double getDoubleParameter(String name, double defaultValue); in getDoubleParameter() 156 boolean getBooleanParameter(String name, boolean defaultValue); in getBooleanParameter()
|
/external/webkit/Source/WebCore/webaudio/ |
D | AudioGain.h | 39 …static PassRefPtr<AudioGain> create(const char* name, double defaultValue, double minValue, double… in create() 45 AudioGain(const char* name, double defaultValue, double minValue, double maxValue) in AudioGain()
|
D | AudioParam.h | 69 float defaultValue() const { return static_cast<float>(m_defaultValue); } in defaultValue() function
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
D | AnnotationDefaultAttribute.java | 35 public ElementValue defaultValue; field in AnnotationDefaultAttribute 50 ElementValue defaultValue) in AnnotationDefaultAttribute()
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | AbstractData.java | 51 public String getValue(String path, String defaultValue) { in getValue() 67 public int getIntValue(String path, int defaultValue) { in getIntValue()
|
D | ChainedData.java | 141 public String getValue(String path, String defaultValue) { in getValue() 151 public int getIntValue(String path, int defaultValue) { in getIntValue()
|
D | Data.java | 211 String getValue(String path, String defaultValue); in getValue() 217 int getIntValue(String path, int defaultValue); in getIntValue()
|
D | DelegatedData.java | 245 public String getValue(String path, String defaultValue) { in getValue() 250 public int getIntValue(String path, int defaultValue) { in getIntValue()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | Settings.js | 80 installApplicationSetting: function(key, defaultValue) argument 89 _get: function(key, defaultValue) argument
|
/external/webkit/Source/WebCore/html/ |
D | ResetInputType.cpp | 66 String ResetInputType::defaultValue() in defaultValue() function in WebCore::ResetInputType
|
D | StepRange.h | 44 double defaultValue() in defaultValue() function
|
D | SubmitInputType.cpp | 83 String SubmitInputType::defaultValue() in defaultValue() function in WebCore::SubmitInputType
|
D | HTMLOutputElement.cpp | 114 String HTMLOutputElement::defaultValue() const in defaultValue() function in WebCore::HTMLOutputElement
|
/external/qemu/android/utils/ |
D | ini.c | 329 iniFile_getString( IniFile* f, const char* key, const char* defaultValue ) in iniFile_getString() 343 iniFile_getInteger( IniFile* f, const char* key, int defaultValue ) in iniFile_getInteger() 358 iniFile_getDouble( IniFile* f, const char* key, double defaultValue ) in iniFile_getDouble() 373 iniFile_getBoolean( IniFile* f, const char* key, const char* defaultValue ) in iniFile_getBoolean() 393 iniFile_getDiskSize( IniFile* f, const char* key, const char* defaultValue ) in iniFile_getDiskSize() 416 iniFile_getInt64( IniFile* f, const char* key, int64_t defaultValue ) in iniFile_getInt64()
|
/external/webkit/Source/WebCore/page/ |
D | WindowFeatures.cpp | 210 … WindowFeatures::boolFeature(const DialogFeaturesMap& features, const char* key, bool defaultValue) in boolFeature() 219 …ature(const DialogFeaturesMap& features, const char* key, float min, float max, float defaultValue) in floatFeature()
|
/external/jsilver/src/org/clearsilver/ |
D | HDF.java | 74 int getIntValue(String hdfName, int defaultValue); in getIntValue() 79 String getValue(String hdfName, String defaultValue); in getValue()
|
/external/easymock/src/org/easymock/internal/ |
D | EasyMockProperties.java | 95 public String getProperty(String key, String defaultValue) { in getProperty()
|
/external/guava/src/com/google/common/base/ |
D | Functions.java | 135 Map<K, ? extends V> map, @Nullable V defaultValue) { in forMap() 142 final V defaultValue; field in Functions.ForMapWithDefault 144 ForMapWithDefault(Map<K, ? extends V> map, V defaultValue) { in ForMapWithDefault()
|
D | Defaults.java | 54 public static <T> T defaultValue(Class<T> type) { in defaultValue() method in Defaults
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | stringencode.h | 172 static inline T FromString(const T& defaultValue, const std::string& str) { in FromString()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebsettings.cpp | 553 int defaultValue = 0; in fontSize() local 844 QString defaultValue; in fontFamily() local 885 bool defaultValue = false; in testAttribute() local
|
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
D | JHdf.java | 125 public int getIntValue(String hdfName, int defaultValue) { in getIntValue() 130 public String getValue(String hdfName, String defaultValue) { in getValue()
|
/external/webkit/Source/WebCore/bridge/objc/ |
D | objc_instance.mm | 440 JSValue ObjcInstance::defaultValue(ExecState* exec, PreferredPrimitiveType hint) const function
|
/external/chromium/chrome/browser/resources/options/ |
D | browser_options.js | 193 updateSearchEngines_: function(engines, defaultValue) { argument 460 BrowserOptions.updateSearchEngines = function(engines, defaultValue) { argument
|