| /external/webkit/WebCore/inspector/ |
| InspectorFrontend.h | 123 void childNodeCountUpdated(int id, int newValue);
|
| InspectorFrontend.cpp | 378 void InspectorFrontend::childNodeCountUpdated(int id, int newValue) 383 function.appendArgument(newValue);
|
| /external/webkit/WebKit/mac/WebView/ |
| WebPreferencesPrivate.h | 137 - (void)_setUseSiteSpecificSpoofing:(BOOL)newValue;
|
| /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
| ConcurrentHashMap.java | 378 boolean replace(K key, int hash, V oldValue, V newValue) { 388 e.value = newValue; 396 V replace(K key, int hash, V newValue) { 406 e.value = newValue; [all...] |
| /packages/apps/Email/src/com/android/email/activity/ |
| MessageList.java | 700 public boolean setField(long messageId, Cursor c, boolean newValue) { 702 if (oldValue != newValue) { 703 onSetMessageRead(messageId, !newValue); 723 public boolean setField(long messageId, Cursor c, boolean newValue) { 725 if (oldValue != newValue) { 726 onSetMessageFavorite(messageId, newValue); 760 * @param newValue the new value to be set at this row 763 public boolean setField(long messageId, Cursor c, boolean newValue); 794 boolean newValue = !allWereSet; 799 if (helper.setField(id, c, newValue)) { [all...] |
| /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
| HttpURLConnectionImpl.java | [all...] |
| /dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
| ObjectStreamFieldTest.java | 72 public void setOffset(int newValue) { 73 super.setOffset(newValue);
|
| /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...] |
| /external/quake/quake/src/WinQuake/ |
| pr_cmds.cpp | 353 vec3_t newvalue; local 362 newvalue[0] = newvalue[1] = newvalue[2] = 0; 366 newvalue[0] = value1[0] * temp; 367 newvalue[1] = value1[1] * temp; 368 newvalue[2] = value1[2] * temp; 371 VectorCopy (newvalue, G_VECTOR(OFS_RETURN)); [all...] |
| /external/webkit/WebKit/win/ |
| DOMEventsClasses.cpp | 548 HRESULT STDMETHODCALLTYPE DOMMutationEvent::newValue( 572 /* [in] */ BSTR /*newValue*/,
|
| DOMHTMLClasses.cpp | [all...] |
| /frameworks/base/core/java/android/server/ |
| BluetoothService.java | [all...] |
| /packages/apps/Settings/src/com/android/settings/ |
| ApnEditor.java | 265 public boolean onPreferenceChange(Preference preference, Object newValue) { 269 int index = Integer.parseInt((String) newValue);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
| UiElementNode.java | [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
| ProjectState.java | 513 private IStatus replaceLibraryProperty(String oldValue, String newValue) { 524 mProperties.setProperty(propName, newValue);
|
| /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
| ElementSetAttributeNS.java | 259 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
|
| /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
| DatabaseHelper.java | 269 int newValue = (1 << AudioManager.STREAM_RING) 274 + String.valueOf(newValue) + "')"); 382 int newValue = (1 << AudioManager.STREAM_RING) 388 + String.valueOf(newValue) + "')"); [all...] |
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
| SearchSettings.java | 233 public synchronized boolean onPreferenceChange(Preference preference, Object newValue) {
|
| /dalvik/libcore/luni/src/main/java/java/lang/ |
| AbstractStringBuilder.java | 825 char[] newValue = new char[count]; 826 System.arraycopy(value, 0, newValue, 0, count); 827 value = newValue;
|
| /external/webkit/WebCore/inspector/front-end/ |
| DOMAgent.js | 423 _childNodeCountUpdated: function(nodeId, newValue) 426 node._childNodeCount = newValue; 430 treeElement.hasChildren = newValue;
|
| /frameworks/base/core/java/android/preference/ |
| Preference.java | 125 * @param newValue The new value of the Preference. 128 boolean onPreferenceChange(Preference preference, Object newValue); 751 * @param newValue The new value of this Preference. 755 protected boolean callChangeListener(Object newValue) { 756 return mOnChangeListener == null ? true : mOnChangeListener.onPreferenceChange(this, newValue); [all...] |
| /external/guava/javadoc/com/google/common/util/concurrent/ |
| ValueFuture.html | 157 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/ValueFuture.html#set(V)">set</A></B>(<A HREF="../../../../../com/google/common/util/concurrent/ValueFuture.html" title="type parameter in ValueFuture">V</A> newValue)</CODE> 236 public boolean <B>set</B>(<A HREF="../../../../../com/google/common/util/concurrent/ValueFuture.html" title="type parameter in ValueFuture">V</A> newValue)</PRE> 246 <DT><B>Parameters:</B><DD><CODE>newValue</CODE> - the value the future should hold.
|
| /dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
| CalendarTest.java | 388 int newValue = (oldValue == Calendar.AM) ? Calendar.PM : Calendar.AM; 389 cal.set(Calendar.AM_PM, newValue); 390 newValue = cal.get(Calendar.AM_PM); 391 assertTrue(newValue != oldValue); [all...] |
| /external/webkit/WebCore/bindings/objc/ |
| PublicDOMInterfaces.h | [all...] |
| /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
| BluetoothPbapActivity.java | 319 public boolean onPreferenceChange(Preference preference, Object newValue) {
|