HomeSort by relevance Sort by last modified time
    Searched refs:newValue (Results 201 - 225 of 311) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/platform/graphics/filters/
FETurbulence.cpp 219 inline void checkNoise(int& noiseValue, int limitValue, int newValue)
222 noiseValue -= newValue;
224 noiseValue -= newValue - 1;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 333 Object newValue = update.get(key);
334 String newString = newValue == null ? null : newValue.toString();
  /external/icu4c/i18n/
ucal.cpp 301 int32_t newValue)
306 ((Calendar*)cal)->setLenient((UBool)newValue);
310 ((Calendar*)cal)->setFirstDayOfWeek((UCalendarDaysOfWeek)newValue);
314 ((Calendar*)cal)->setMinimalDaysInFirstWeek((uint8_t)newValue);
  /external/junit/src/junit/swingui/
TestTreeModel.java 142 public void valueForPathChanged(TreePath path, Object newValue) {
  /external/webkit/Source/WebKit/chromium/public/
WebKitClient.h 104 const WebString& newValue, const WebString& origin,
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferencesPrivate.h 165 - (void)_setUseSiteSpecificSpoofing:(BOOL)newValue;
  /frameworks/base/core/java/android/util/
LruCache.java 237 * @param newValue the new value for {@code key}, if it exists. If non-null,
241 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {}
  /frameworks/support/v4/java/android/support/v4/util/
LruCache.java 204 * @param newValue the new value for {@code key}, if it exists. If non-null,
208 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {}
  /external/webkit/Source/WebCore/page/
Settings.h 440 void setValidationMessageTimerMagnification(int newValue) { m_validationMessageTimerMagnification = newValue; }
  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 482 @Override public final void setRequestProperty(String field, String newValue) {
489 rawRequestHeaders.set(field, newValue);
  /packages/apps/Email/src/com/android/email/activity/
MessageListFragment.java     [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 239 public boolean onPreferenceChange(Preference preference, Object newValue) {
241 mCachedDevice.setName((String) newValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidLayoutChange.java 203 * @param newValue the new value
207 private TextEdit createTextEdit(Attr attribute, String newValue) {
216 return new ReplaceEdit(offset + 1, region.length() - 2, newValue);
224 * Returns the text change that change the value of attribute from oldValue to newValue
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDelta.java 625 Object newValue = mAfter.get(key);
629 return newValue != null;
632 return !oldValue.equals(newValue);
698 Object newValue = mAfter.get(key);
701 if (newValue != null) {
704 } else if (!oldValue.equals(newValue)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java     [all...]
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java 870 boolean replace(K key, int hash, V oldValue, V newValue) {
886 s.setValue(e, newValue);
898 V replace(K key, int hash, V newValue) {
913 s.setValue(e, newValue);
    [all...]
AbstractBiMap.java 117 K key, boolean containedKey, V oldValue, V newValue) {
121 inverse.delegate.put(newValue, key);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
ListHashSet.h 116 pair<iterator, bool> insertBefore(const ValueType& beforeValue, const ValueType& newValue);
572 pair<typename ListHashSet<T, inlineCapacity, U>::iterator, bool> ListHashSet<T, inlineCapacity, U>::insertBefore(iterator it, const ValueType& newValue)
575 pair<typename ImplType::iterator, bool> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(newValue, m_allocator.get());
583 pair<typename ListHashSet<T, inlineCapacity, U>::iterator, bool> ListHashSet<T, inlineCapacity, U>::insertBefore(const ValueType& beforeValue, const ValueType& newValue)
585 return insertBefore(find(beforeValue), newValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 163 final String valueId, final Boolean newValue) {
257 value = newValue ? "true" : ""; //$NON-NLS-1$ //$NON-NLS-2$
259 value = newValue ? "false" : "";//$NON-NLS-1$ //$NON-NLS-2$
272 if (newValue) {
297 value = newValue ? valueId : ""; //$NON-NLS-1$
    [all...]
  /frameworks/base/core/java/android/preference/
Preference.java 140 * @param newValue The new value of the Preference.
143 boolean onPreferenceChange(Preference preference, Object newValue);
880 * @param newValue The new value of this Preference.
884 protected boolean callChangeListener(Object newValue) {
885 return mOnChangeListener == null ? true : mOnChangeListener.onPreferenceChange(this, newValue);
    [all...]
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 808 char[] newValue = new char[count];
809 System.arraycopy(value, 0, newValue, 0, count);
810 value = newValue;
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 437 public boolean onPreferenceChange(Preference pref, Object newValue) {
445 String value = (newValue == null) ? "" : newValue.toString();
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 287 int newValue = (1 << AudioManager.STREAM_RING)
292 + String.valueOf(newValue) + "')");
400 int newValue = (1 << AudioManager.STREAM_RING)
406 + String.valueOf(newValue) + "')");
817 int newValue = (1 << AudioManager.STREAM_RING)
824 + String.valueOf(newValue) + "')");
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/core/
setAttributeNS10.js 105 testAddr.setAttributeNS(namespaceURI,"","newValue");

Completed in 955 milliseconds

1 2 3 4 5 6 7 891011>>