HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 126 - 150 of 520) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Analysis/inlining/
DynDispatchBifurcate.m 32 - (void)setValue2:(int)newValue {
33 value2 = newValue;
39 - (void)setValue3:(int)newValue {
40 value3 = newValue;
102 - (void)setValue:(int)newValue {
103 value = newValue;
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 129 int newValue = random.nextInt(3);
130 int oldValue = multiset.setCount(key, newValue);
131 deltas[keyIndex] += (newValue - oldValue);
135 int newValue = random.nextInt(3);
137 if (multiset.setCount(key, oldValue, newValue)) {
138 deltas[keyIndex] += (newValue - oldValue);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SparseArrayTest.java 69 Integer newValue = 100;
72 sparseArray.put(existKey, newValue);
73 assertEquals(newValue, sparseArray.get(existKey));
135 Integer newValue = 100;
138 sparseArray.put(existKey, newValue);
139 assertEquals(newValue, sparseArray.get(existKey));
PreferenceTest.java 216 for(Integer newValue : values) {
217 assertThat(preference.callChangeListener(newValue), equalTo(true));
218 assertThat(shadow.getCallChangeListenerValue(), sameInstance((Object)newValue));
262 public boolean callChangeListener(Object newValue) {
263 return super.callChangeListener(newValue);
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicLongFieldUpdater.java 100 * @param newValue the new value
102 public abstract void set(T obj, long newValue);
109 * @param newValue the new value
112 public abstract void lazySet(T obj, long newValue);
128 * @param newValue the new value
131 public long getAndSet(T obj, long newValue) {
134 if (compareAndSet(obj, current, newValue))
290 public void set(T obj, long newValue) {
292 unsafe.putLongVolatile(obj, offset, newValue);
295 public void lazySet(T obj, long newValue) {
    [all...]
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 344 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue)
345 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
346 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue),
347 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
348 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
349 Ident__exception_code(Self.Ident__exception_code, NewValue),
350 Ident__exception_info(Self.Ident__exception_info, NewValue),
351 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
352 Ident___exception_code(Self.Ident___exception_code, NewValue),
353 Ident___exception_info(Self.Ident___exception_info, NewValue) {
    [all...]
  /external/srec/shared/src/
SessionTypeImpl.c 282 const void* oldValue, const void* newValue,
295 CHKLOG(rc, listener->listener->propertyChanged(listener->listener, name, oldValue, newValue, type, listener->data));
696 int *newValue = NULL;
702 newValue = MALLOC(sizeof(long), MTAG);
703 if (newValue == NULL)
708 CHKLOG(rc, lstrtoi(value, newValue, 10));
709 CHKLOG(rc, self->setProperty(self, key, newValue, TYPES_INT));
713 if (newValue != NULL)
714 FREE(newValue);
722 int *newValue = NULL
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 248 public boolean onPreferenceChange(Preference preference, Object newValue) {
250 + ", newValue - " + newValue + ", newValue type - "
251 + newValue.getClass());
252 if (newValue instanceof String) {
253 setSelectedApnKey((String) newValue);
DevelopmentSettings.java 768 private void writeTrackFrameTimeOptions(Object newValue) {
770 newValue == null ? "" : newValue.toString());
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
PopulatedCachesTest.java 89 Object newValue = new Object();
90 assertSame(entry.getValue(), cache.asMap().put(entry.getKey(), newValue));
92 warmed.add(entryOf(entry.getKey(), newValue));
96 assertEquals(newValue, cache.getUnchecked(entry.getKey()));
112 Object newValue = new Object();
113 assertSame(entry.getValue(), cache.asMap().putIfAbsent(entry.getKey(), newValue));
132 Object newValue = new Object();
133 cache.asMap().putAll(ImmutableMap.of(newKey, newValue));
135 assertEquals(newValue, cache.getUnchecked(newKey));
147 Object newValue = new Object()
    [all...]
  /developers/samples/android/content/multiuser/AppRestrictions/AppRestrictions/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java 181 public boolean onPreferenceChange(Preference preference, Object newValue) {
183 mBooleanEntry.setSelectedState((Boolean) newValue);
185 mChoiceEntry.setSelectedString((String) newValue);
187 String[] selectedStrings = new String[((Set<String>)newValue).size()];
189 for (String value : (Set<String>) newValue) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedWatch.emf.properties 43 # -oldvalue "2006-05-04T12:14:33Z" -newvalue "2006-05-11T12:14:33Z" -debug 0"/>
61 # feedWatchAction.NewValue.0 - The changed value of the node you asked for, from the latest version of the feed;
76 # If the node is found and the feed has been changed, the property feedWatchAction.NewValue.0
77 # (and/or feedWatchAction.NewValue.1, feedWatchAction.NewValue.2, etc.) will be set to the new changed value.
feedWatch.uml2.properties 40 # -oldvalue "2006-05-04T12:14:33Z" -newvalue "2006-05-11T12:14:33Z" -debug 0"/>
58 # feedWatchAction.NewValue.0 - The changed value of the node you asked for, from the latest version of the feed;
73 # If the node is found and the feed has been changed, the property feedWatchAction.NewValue.0
74 # (and/or feedWatchAction.NewValue.1, feedWatchAction.NewValue.2, etc.) will be set to the new changed value.
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSettings.java 117 public boolean onPreferenceChange(Preference pref, Object newValue) {
139 public boolean onPreferenceChange(Preference pref, Object newValue) {
141 final int idx = listPref.findIndexOfValue((String) newValue);
160 public boolean onPreferenceChange(Preference pref, Object newValue) {
162 final int idx = listPref.findIndexOfValue((String) newValue);
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
MyPreference.java 57 int newValue = mClickCounter + 1;
60 if (!callChangeListener(newValue)) {
66 mClickCounter = newValue;
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
ConcurrentHashMap.java 73 public boolean replace(K key, V oldValue, V newValue) {
74 if (oldValue == null || newValue == null) {
77 put(key, newValue);
  /external/webkit/Source/WebCore/platform/gtk/
MainFrameScrollbarGtk.cpp 122 int newValue = static_cast<int>(gtk_adjustment_get_value(that->m_adjustment.get()));
123 if (newValue != that->value())
124 that->scrollableArea()->scrollToOffsetWithoutAnimation(that->orientation(), newValue);
  /external/webkit/Source/WebCore/storage/
StorageEventDispatcher.cpp 41 void StorageEventDispatcher::dispatch(const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin, Frame* sourceFrame)
65 frames[i]->document()->enqueueWindowEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, newValue, sourceFrame->document()->url(), storage));
82 frames[i]->document()->enqueueWindowEvent(StorageEvent::create(eventNames().storageEvent, key, oldValue, newValue, sourceFrame->document()->url(), storage));
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getAttributeNS04.java 41 * the string "NewValue" since the attribute had a specified value.
82 testAddr.setAttributeNS(namespaceURI, qualifiedName, "NewValue");
84 assertEquals("throw_Equals", "NewValue", attrValue);
setAttributeNS05.java 43 * The new attribute "<newValue>" contains markup and therefore is escaped
83 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "<newValue>");
85 assertEquals("throw_Equals", "<newValue>", resultAttr);
setNamedItemNS03.java 39 * "prefix:newAttr" and value "newValue".
81 arg.setNodeValue("newValue");
88 assertEquals("throw_Equals", "newValue", value);
  /packages/apps/Email/src/com/android/email/activity/setup/
GeneralPreferences.java 70 public boolean onPreferenceChange(Preference preference, Object newValue) {
74 mPreferences.setAutoAdvanceDirection(mAutoAdvance.findIndexOfValue((String) newValue));
77 mPreferences.setTextZoom(mTextZoom.findIndexOfValue((String) newValue));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/
getset-003.js 47 obj.name setter = function(newValue) {this._name=newValue; this.nameSETS++;}
77 Object.prototype.name setter = function(newValue) {this._name=newValue; this.nameSETS++;}
111 TestObject.prototype.name setter = function(newValue) {this._name=newValue; this.nameSETS++;}
getset-004.js 47 obj.__defineSetter__('name', function(newValue) {this._name=newValue; this.nameSETS++;});
77 Object.prototype.__defineSetter__('name', function(newValue) {this._name=newValue; this.nameSETS++;});
111 TestObject.prototype.__defineSetter__('name', function(newValue) {this._name=newValue; this.nameSETS++;});
  /frameworks/rs/scriptc/
rs_atomic.rsh 222 * If the value at addr matches compareValue then newValue is written.
226 * @param newValue The value to write if the test passes.
231 rsAtomicCas(volatile int32_t* addr, int32_t compareValue, int32_t newValue);
236 * If the value at addr matches compareValue then newValue is written.
240 * @param newValue The value to write if the test passes.
245 rsAtomicCas(volatile uint32_t* addr, uint32_t compareValue, uint32_t newValue);

Completed in 607 milliseconds

1 2 3 4 56 7 8 91011>>