HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 276 - 300 of 699) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-macosx.h 76 int64_t oldValue, int64_t newValue, int64_t *theValue) {
89 int64_t oldValue, int64_t newValue, int64_t *theValue) {
90 int64_t prev = OSAtomicCompareAndSwap64(oldValue, newValue, theValue);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-macosx.h 76 int64_t oldValue, int64_t newValue, int64_t *theValue) {
89 int64_t oldValue, int64_t newValue, int64_t *theValue) {
90 int64_t prev = OSAtomicCompareAndSwap64(oldValue, newValue, theValue);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractContainerTester.java 74 * @param newValue the new container instance
76 protected C resetContainer(C newValue) {
77 container = newValue;
  /external/proguard/src/proguard/evaluation/
Variables.java 136 Value newValue = thisValue.generalize(otherValue);
138 changed = changed || !thisValue.equals(newValue);
140 this.values[index] = newValue;
Stack.java 137 Value newValue = null;
143 newValue = thisValue.generalize(otherValue);
146 changed = changed || !thisValue.equals(newValue);
148 values[index] = newValue;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
GeneralPrefsFragment.java 113 public boolean onPreferenceChange(Preference preference, Object newValue) {
123 final String removalAction = newValue.toString();
128 AUTO_ADVANCE_VALUES[mAutoAdvance.findIndexOfValue((String) newValue)];
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/
cr.js 48 * @param {*} newValue The new value for the property.
51 function dispatchPropertyChange(target, propertyName, newValue, oldValue) {
54 e.newValue = newValue;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
cr.js 96 * @param {*} newValue The new value for the property.
99 function dispatchPropertyChange(target, propertyName, newValue, oldValue) {
102 e.newValue = newValue;