Searched refs:otherValue (Results 1 – 6 of 6) sorted by relevance
/external/proguard/src/proguard/evaluation/ |
D | Variables.java | 126 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()
|
D | Stack.java | 137 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/ |
D | selfmt.cpp | 369 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()
|
D | plurfmt.cpp | 523 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/ |
D | FieldSet.java | 386 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/ |
D | plurfmt.cpp | 523 UnicodeString* otherValue = (UnicodeString*)otherKeyToVal.pointer; in copyHashtable() local 524 fParsedValuesHash->put(*otherKey, new UnicodeString(*otherValue), status); in copyHashtable()
|