Home
last modified time | relevance | path

Searched refs:otherValue (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/evaluation/
DVariables.java126 Value otherValue = other.values[index]; in generalize() local
134 otherValue != null && in generalize()
135 thisValue.computationalType() == otherValue.computationalType()) in generalize()
137 Value newValue = thisValue.generalize(otherValue); in generalize()
297 Value otherValue = other.values[index]; in equals() local
305 otherValue != null && in equals()
306 thisValue.computationalType() == otherValue.computationalType() && in equals()
307 !thisValue.equals(otherValue)) in equals()
DStack.java137 Value otherValue = other.values[index]; in generalize() local
139 if (otherValue != null) in generalize()
141 newValue = thisValue.generalize(otherValue); in generalize()
518 Value otherValue = other.values[index]; in equals() local
519 if (thisValue == null ? otherValue != null : in equals()
520 !thisValue.equals(otherValue)) in equals()
/external/icu4c/i18n/
Dselfmt.cpp369 UnicodeString* otherValue = (UnicodeString*)otherKeyToVal.pointer; in operator ==() local
375 if ( *thisElemValue != *otherValue){ in operator ==()
433 UnicodeString* otherValue = (UnicodeString*)otherKeyToVal.pointer; in copyHashtable() local
434 parsedValuesHash->put(*otherKey, new UnicodeString(*otherValue), status); in copyHashtable()
Dplurfmt.cpp523 UnicodeString* otherValue = (UnicodeString*)otherKeyToVal.pointer; in copyHashtable() local
524 fParsedValuesHash->put(*otherKey, new UnicodeString(*otherValue), status); in copyHashtable()
/external/protobuf/java/src/main/java/com/google/protobuf/
DFieldSet.java386 final Object otherValue = entry.getValue(); in mergeFrom() local
394 fields.put(descriptor, new ArrayList((List) otherValue)); in mergeFrom()
397 ((List) value).addAll((List) otherValue); in mergeFrom()
402 fields.put(descriptor, otherValue); in mergeFrom()
407 ((MessageLite) value).toBuilder(), (MessageLite) otherValue) in mergeFrom()
412 fields.put(descriptor, otherValue); in mergeFrom()
/external/chromium/third_party/icu/source/i18n/
Dplurfmt.cpp523 UnicodeString* otherValue = (UnicodeString*)otherKeyToVal.pointer; in copyHashtable() local
524 fParsedValuesHash->put(*otherKey, new UnicodeString(*otherValue), status); in copyHashtable()