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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.idl 83 void willModifyDOMAttr([Keep] Element*, const AtomicString& oldValue, const AtomicString& newValue);
377 void didDispatchDOMStorageEvent(Page* page, const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_process_lock.h 43 * - atomic_cmpset_int(&foo, value, newvalue) - Does a set of newvalue
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 472 void setShouldVisitImplicitCode(bool NewValue) {
473 ShouldVisitImplicitCode = NewValue;
  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 156 public boolean compareAndSet(T expected, T newValue) {
158 value = newValue;
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 152 public boolean compareAndSet(T expected, T newValue) {
154 value = newValue;
  /frameworks/base/docs/html/reference/renderscript/
rs__atomic_8rsh_source.html 97 <a name="l00231"></a>00231 <a class="code" href="rs__atomic_8rsh.html#a205d66a8eb29eee8968f886e488b4402">rsAtomicCas</a>(volatile <a class="code" href="rs__types_8rsh.html#a32f2e37ee053cf2ce8ca28d1f74630e5">int32_t</a>* addr, <a class="code" href="rs__types_8rsh.html#a32f2e37ee053cf2ce8ca28d1f74630e5">int32_t</a> compareValue, <a class="code" href="rs__types_8rsh.html#a32f2e37ee053cf2ce8ca28d1f74630e5">int32_t</a> newValue);
100 <a name="l00245"></a>00245 <a class="code" href="rs__atomic_8rsh.html#a205d66a8eb29eee8968f886e488b4402">rsAtomicCas</a>(volatile <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a>* addr, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> compareValue, <a class="code" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> newValue);
  /packages/apps/Email/src/com/android/email/activity/setup/
MailboxSettings.java 417 public boolean onPreferenceChange(Preference preference, Object newValue) {
418 mSyncLookbackPref.setValue((String) newValue);
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 439 public boolean onPreferenceChange(Preference preference, Object newValue) {
442 setRingtoneSummary((String)newValue);
  /packages/apps/OMA-DM/engine/javaplugin/api/com/android/omadm/plugin/
DmtManagementObject.java 412 public int updateLeafNode(String path, DmtData newValue) {
413 int retcode = updateLeafNode_(path, newValue);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
list.js 533 if (pe.newValue != -1) {
534 if ((element = this.getListItemByIndex(pe.newValue)))
536 this.scrollIndexIntoView(pe.newValue);
549 self.scrollIndexIntoView(pe.newValue);
  /external/chromium_org/extensions/common/api/
storage.json 20 "newValue": {
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.h 198 static void AtomicSet32(int32_t* theValue, int32_t newValue);
  /external/clang/test/Index/
complete-kvc.m 40 - (void)setIntProperty:(int)newValue { }
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Interpreter.java 61 Value newValue(Type type);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMapTest.java 855 String newValue = "newvalue";
856 entry.setValue(newValue);
857 assertSame(newValue, ihm.get(key));
    [all...]
ControlTest.java 418 String newValue = "property=changedValue";
420 writer.write(newValue);
424 assertEquals(newValue, scanner.nextLine());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
PreferencesTest.java 156 assertEquals("newvalue", prefs.get("prefskey", null));
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 271 public boolean onPreferenceChange(Preference preference, Object newValue) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 251 public boolean onPreferenceChange(Preference preference, Object newValue) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 131 public boolean onPreferenceChange(final Preference preference, final Object newValue) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 762 * @param newValue -
767 String fieldName, int newValue) {
791 packet.setNextValueAsInt(newValue);
  /external/chromium_org/v8/src/
scopes.h 30 Interface* interface = Interface::NewValue());
134 Interface* interface = Interface::NewValue());
146 Interface* interface = Interface::NewValue(),
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 162 int32_t newvalue; local
734 newvalue=unum_getAttribute(def, attr);
735 newvalue=2;
736 unum_setAttribute(def, attr, newvalue);
743 newvalue=unum_getAttribute(def, attr);
744 newvalue=8;
745 unum_setAttribute(def, attr, newvalue);
752 newvalue=unum_getAttribute(def, attr);
753 newvalue=2;
754 unum_setAttribute(def, attr, newvalue);
    [all...]
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 799 char[] newValue = new char[count];
800 System.arraycopy(value, 0, newValue, 0, count);
801 value = newValue;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DeveloperOptionsActivity.java     [all...]

Completed in 5137 milliseconds

<<11121314151617181920>>