/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifTag.java | 555 * @param defaultValue the String to return if the tag's value does not 557 * @return the tag's value as a String, or the defaultValue. 559 public String getValueAsString(String defaultValue) { 562 return defaultValue; 586 * @param defaultValue the byte to return if tag's value does not exist or 588 * @return the tag's value as a byte, or the defaultValue. 590 public byte getValueAsByte(byte defaultValue) { 593 return defaultValue; 617 * @param defaultValue the Rational to return if tag's value does not exist 619 * @return the tag's value as a Rational, or the defaultValue [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifTag.java | 555 * @param defaultValue the String to return if the tag's value does not 557 * @return the tag's value as a String, or the defaultValue. 559 public String getValueAsString(String defaultValue) { 562 return defaultValue; 586 * @param defaultValue the byte to return if tag's value does not exist or 588 * @return the tag's value as a byte, or the defaultValue. 590 public byte getValueAsByte(byte defaultValue) { 593 return defaultValue; 617 * @param defaultValue the Rational to return if tag's value does not exist 619 * @return the tag's value as a Rational, or the defaultValue [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifTag.java | 555 * @param defaultValue the String to return if the tag's value does not 557 * @return the tag's value as a String, or the defaultValue. 559 public String getValueAsString(String defaultValue) { 562 return defaultValue; 586 * @param defaultValue the byte to return if tag's value does not exist or 588 * @return the tag's value as a byte, or the defaultValue. 590 public byte getValueAsByte(byte defaultValue) { 593 return defaultValue; 617 * @param defaultValue the Rational to return if tag's value does not exist 619 * @return the tag's value as a Rational, or the defaultValue [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Settings.js | 126 * @param {*} defaultValue 129 createSetting: function(key, defaultValue) 132 this._registry[key] = new WebInspector.Setting(key, defaultValue, this._eventSupport, window.localStorage); 138 * @param {*} defaultValue 142 createBackendSetting: function(key, defaultValue, setterCallback) 145 this._registry[key] = new WebInspector.BackendSetting(key, defaultValue, this._eventSupport, window.localStorage, setterCallback); 153 * @param {*} defaultValue 157 WebInspector.Setting = function(name, defaultValue, eventSupport, storage) 160 this._defaultValue = defaultValue; 223 * @param {*} defaultValue [all...] |
/external/qemu/android/utils/ |
ini.c | 368 iniFile_getString( IniFile* f, const char* key, const char* defaultValue ) 373 if (!defaultValue) 375 val= defaultValue; 382 iniFile_getInteger( IniFile* f, const char* key, int defaultValue ) 385 int value = defaultValue; 397 iniFile_getDouble( IniFile* f, const char* key, double defaultValue ) 400 double value = defaultValue; 412 iniFile_getBoolean( IniFile* f, const char* key, const char* defaultValue ) 417 value = defaultValue; 432 iniFile_getDiskSize( IniFile* f, const char* key, const char* defaultValue ) [all...] |
/packages/apps/Email/res/xml/ |
account_settings_preferences.xml | 61 android:defaultValue="true" 67 android:defaultValue="true" 73 android:defaultValue="true" 95 android:defaultValue="true" 106 android:defaultValue="false"
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyStylesSet.java | 64 public int getInt(final TypedArray a, final int index, final int defaultValue) { 65 return a.getInt(index, defaultValue); 113 public int getInt(final TypedArray a, final int index, final int defaultValue) { 115 return a.getInt(index, defaultValue); 122 return parentStyle.getInt(a, index, defaultValue);
|
/external/chromium-trace/trace-viewer/src/tracing/ |
trace_model_settings.js | 88 getSettingFor: function(object, objectLevelKey, defaultValue) { 94 return defaultValue; 103 return defaultValue;
|
/external/chromium_org/extensions/common/ |
feature_switch.cc | 102 DefaultValue default_value) { 108 DefaultValue default_value) { 114 DefaultValue default_value) {
|
/external/easymock/src/org/easymock/internal/ |
EasyMockProperties.java | 91 * @param defaultValue
95 public String getProperty(String key, String defaultValue) {
96 return properties.getProperty(key, defaultValue);
|
/external/okhttp/src/main/java/com/squareup/okhttp/ |
MediaType.java | 98 * Returns the charset of this media type, or {@code defaultValue} if this 101 public Charset charset(Charset defaultValue) { 102 return charset != null ? Charset.forName(charset) : defaultValue;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/ |
header_read_write_utils.h | 85 const char *const key, const bool defaultValue); 88 const char *const key, const int defaultValue); 120 const AttributeMap::key_type *const key, const int defaultValue);
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_input_field.h | 17 @property(nonatomic, copy) NSString* defaultValue; 59 @property(nonatomic, copy) NSString* defaultValue;
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
StepRange.h | 65 Decimal defaultValue() const 87 Decimal defaultValue() const
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
WindowFeatures.h | 82 static bool boolFeature(const DialogFeaturesMap&, const char* key, bool defaultValue = false); 83 static float floatFeature(const DialogFeaturesMap&, const char* key, float min, float max, float defaultValue);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/util/ |
XmlUtils_Delegate.java | 32 /*package*/ static final int convertValueToInt(CharSequence charSeq, int defaultValue) { 34 return defaultValue;
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
SnoozeLengthDialog.java | 57 protected void onSetInitialValue (boolean restorePersistedValue, Object defaultValue) { 65 val = (String) defaultValue;
|
/development/samples/ApiDemos/res/xml/ |
advanced_preferences.xml | 30 android:defaultValue="100" />
|
preference_switch | 41 android:defaultValue="true" />
|
/development/samples/VoiceRecognitionService/res/xml/ |
preferences.xml | 30 android:defaultValue="@string/results_type_default_value"
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
textarea-reset-default-value.html | 6 Ensure that the value and defaultValue on a textarea is restored correctly when
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorState.cpp | 91 long InspectorState::getLong(const String& propertyName, long defaultValue) 94 long value = defaultValue; 105 double InspectorState::getDouble(const String& propertyName, double defaultValue) 108 double value = defaultValue;
|
/external/clang/test/SemaTemplate/ |
alias-templates.cpp | 172 template <typename T> struct DefaultValue { const T value=0;}; 174 template <typename ... Args> using Zero = tuple<DefaultValue<Args> ...>; 183 template <template<int x> class temp> struct DefaultValue { const temp<0> value; }; 185 template <template<int x> class... Args> using Zero = tuple<DefaultValue<Args> ...>;
|
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
JHdf.java | 125 public int getIntValue(String hdfName, int defaultValue) { 126 return data.getIntValue(hdfName, defaultValue); 130 public String getValue(String hdfName, String defaultValue) { 131 return data.getValue(hdfName, defaultValue);
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
DelegatedData.java | 245 public String getValue(String path, String defaultValue) { 246 return getDelegate().getValue(path, defaultValue); 250 public int getIntValue(String path, int defaultValue) { 251 return getDelegate().getIntValue(path, defaultValue);
|