HomeSort by relevance Sort by last modified time
    Searched full:oldvalue (Results 151 - 175 of 273) sorted by null

1 2 3 4 5 67 8 91011

  /external/guava/guava/src/com/google/common/primitives/
Longs.java 513 long oldValue = array[start + index];
515 return oldValue;
Shorts.java 526 short oldValue = array[start + index];
528 return oldValue;
generate.sh 541 primtyp oldValue = array[start + index];
543 return oldValue;
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Chars.java 470 char oldValue = array[start + index];
472 return oldValue;
Ints.java 472 int oldValue = array[start + index];
474 return oldValue;
Shorts.java 474 short oldValue = array[start + index];
476 return oldValue;
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 119 String oldValue = getValue();
122 Log.v(TAG, this + ": setValue() " + value + ": " + oldValue
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 367 String oldValue = mMvnoType.getValue();
378 if (newValue != null && newValue.equals(oldValue) == false) {
  /prebuilts/sdk/tools/linux/
zipalign 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 389 int oldValue = cal.get(Calendar.AM_PM);
390 int newValue = (oldValue == Calendar.AM) ? Calendar.PM : Calendar.AM;
393 assertTrue(newValue != oldValue);
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp     [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 389 int oldValue = cal.get(Calendar.AM_PM);
390 int newValue = (oldValue == Calendar.AM) ? Calendar.PM : Calendar.AM;
393 assertTrue(newValue != oldValue);
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java     [all...]
  /external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.cpp 213 String oldValue = input->value();
  /external/webkit/Source/WebKit/chromium/public/
WebKitClient.h 103 virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue,
  /bionic/libc/bionic/
pthread.c 1124 int oldvalue = cond->value; local
    [all...]
  /external/chromium/chrome/browser/resources/options/
cookies_list.js 664 if (pe.oldValue != -1) {
665 var listItem = this.getListItemByIndex(pe.oldValue);
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list.js 531 if (pe.oldValue != -1) {
532 if ((element = this.getListItemByIndex(pe.oldValue)))
  /external/guava/guava/src/com/google/common/collect/
LinkedListMultimap.java 906 V oldValue = node.value;
908 return oldValue;
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 902 V oldValue = node.value;
904 return oldValue;
  /external/webkit/Source/WebKit/win/
WebPreferences.cpp 427 bool oldValue = m_autoSaves;
430 m_autoSaves = oldValue;
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 478 const int32_t oldValue = mDisplayData[disp].events & eventBit;
479 if (newValue != oldValue) {
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 376 boolean evicted, Object key, Bitmap oldValue, Bitmap newValue) {
387 boolean evicted, Object key, BitmapHolder oldValue, BitmapHolder newValue) {
    [all...]

Completed in 2378 milliseconds

1 2 3 4 5 67 8 91011