HomeSort by relevance Sort by last modified time
    Searched defs:oldValue (Results 1 - 25 of 932) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tpm2/
NV_SetBits.c 28 UINT64 oldValue;
49 oldValue = 0;
52 NvGetIntIndexData(in->nvIndex, &nvIndex, &oldValue);
55 newValue = oldValue | in->bits;
60 && newValue != oldValue)
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
PropertyChange.java 11 private final Object oldValue;
19 return oldValue;
26 public PropertyChange(ObservableProperty property, Object oldValue, Object newValue) {
28 this.oldValue = oldValue;
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
ListenerUtil.java 39 * OnFooListener oldValue = ListenerUtil.trackListener(view, listener, R.id.fooListener);
40 * if (oldValue != null) {
41 * view.removeOnFooListener(oldValue);
57 final T oldValue = (T) view.getTag(listenerResourceId);
59 return oldValue;
67 final WeakReference<T> oldValue;
69 oldValue = (WeakReference<T>) listeners.remove(view);
71 oldValue = (WeakReference<T>) listeners.put(view, new WeakReference(listener));
73 if (oldValue == null) {
76 return oldValue.get()
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DemuxInputStream.java 42 InputStream oldValue = getStream();
44 return oldValue;
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
ConfigLoader.java 68 final String oldValue = (String) entry.getValue();
70 final Matcher m = SUBST_PATTERN.matcher(oldValue);
73 newValue.append(oldValue.substring(pos, m.start()));
78 newValue.append(oldValue.substring(pos));
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
ContactDbUtil.java 73 int oldValue = 0;
80 oldValue = cursor.getInt(1);
90 enable?(oldValue | ContactsContract.Data.CARRIER_PRESENCE_VT_CAPABLE):
91 (oldValue & ~ContactsContract.Data.CARRIER_PRESENCE_VT_CAPABLE));
  /libcore/ojluni/src/main/java/java/beans/
PropertyChangeEvent.java 55 * @param oldValue the old value of the property
61 Object oldValue, Object newValue) {
65 this.oldValue = oldValue;
95 return oldValue;
137 private Object oldValue;
157 sb.append("; oldValue=").append(getOldValue());
  /packages/apps/Settings/src/com/android/settings/development/
BluetoothAudioCodecPreferenceController.java 66 final String oldValue = mPreference.getValue();
67 switch (mPreference.findIndexOfValue(oldValue)) {
  /cts/tests/autofillservice/src/android/autofillservice/cts/
Timeout.java 104 final long oldValue = mCurrentValue;
106 if (oldValue != mCurrentValue) {
107 Log.w(TAG, mName + " increased from " + oldValue + "ms to " + mCurrentValue + "ms at "
110 return oldValue;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DLexerBase.cpp 253 ANTLRParser *oldValue=parser; // MR1
255 return oldValue; // MR1
265 int oldValue=debugLexerFlag; // MR1
267 return oldValue; // MR1
  /external/deqp/framework/randomshaders/
rsgExecutionContext.cpp 96 ExecConstValueAccess oldValue = getExecutionMask();
99 newValue.asBool(i) = oldValue.asBool(i) && value.asBool(i);
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
HashBiMapTest.java 75 int oldValue = bimap.get(2 * i);
76 assertEquals(2 * i + 1, (int) bimap.put(2 * i, oldValue - 2));
  /external/guava/guava-tests/test/com/google/common/collect/
HashBiMapTest.java 99 int oldValue = bimap.get(2 * i);
100 assertEquals(2 * i + 1, (int) bimap.put(2 * i, oldValue - 2));
MutableClassToInstanceMapTest.java 112 Integer oldValue = map.putInstance(Integer.class, new Integer(7));
113 assertEquals(5, (int) oldValue);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CacheValue.java 141 V oldValue = ref.get();
142 if (oldValue == null) {
146 // value and oldValue should be equivalent, but
148 return oldValue;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CacheValue.java 139 V oldValue = ref.get();
140 if (oldValue == null) {
144 // value and oldValue should be equivalent, but
146 return oldValue;
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ObservableArrayMap.java 97 V oldValue = super.setValueAt(index, value);
99 return oldValue;
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentMap.java 197 * && Objects.equals(map.get(key), oldValue)) {
210 * @param oldValue value expected to be associated with the specified key
222 boolean replace(K key, V oldValue, V newValue);
308 * V oldValue, newValue;
309 * return ((oldValue = map.get(key)) == null
311 * && (oldValue = map.putIfAbsent(key, newValue)) == null)
313 * : oldValue;}</pre>
330 V oldValue, newValue;
331 return ((oldValue = get(key)) == null
333 && (oldValue = putIfAbsent(key, newValue)) == null
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
MediaCache.java 99 final T oldValue, final T newValue) {
100 oldValue.release();
  /cts/tests/tests/util/src/android/util/cts/
LongSparseArrayTest.java 65 Integer oldValue = VALUES[0]; // 0
67 assertEquals(oldValue, sparseArray.get(existKey));
131 Integer oldValue = VALUES[0]; // 0
133 assertEquals(oldValue, sparseArray.get(existKey));
SparseArrayTest.java 62 Integer oldValue = VALUES[0]; // 0
64 assertEquals(oldValue, sparseArray.get(existKey));
128 Integer oldValue = VALUES[0]; // 0
130 assertEquals(oldValue, sparseArray.get(existKey));
SparseIntArrayTest.java 57 int oldValue = VALUES[0]; // 0
59 assertEquals(oldValue, sparseIntArray.get(existKey));
106 int oldValue = VALUES[0]; // 0
108 assertEquals(oldValue, sparseIntArray.get(existKey));
SparseLongArrayTest.java 63 long oldValue = VALUES[0]; // 0
65 assertEquals(oldValue, sparseArray.get(existKey));
125 long oldValue = VALUES[0]; // 0
127 assertEquals(oldValue, sparseArray.get(existKey));
  /dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
InvokeCustom.java 103 int oldValue = (int) getter.invokeExact();
106 System.out.print("checkStaticFieldTest9: old " + oldValue + " new " + newValue +
116 float oldValue = (float) getter.invokeExact(this);
119 System.out.print("checkFieldTest9: old " + oldValue + " new " + newValue +
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DLexerBase.cpp 271 ANTLRParser *oldValue=parser; // MR1
273 return oldValue; // MR1
283 int oldValue=debugLexerFlag; // MR1
285 return oldValue; // MR1

Completed in 1183 milliseconds

1 2 3 4 5 6 7 8 91011>>