HomeSort by relevance Sort by last modified time
    Searched defs:otherValue (Results 1 - 11 of 11) sorted by null

  /external/proguard/src/proguard/evaluation/
Variables.java 126 Value otherValue = other.values[index];
134 otherValue != null &&
135 thisValue.computationalType() == otherValue.computationalType())
137 Value newValue = thisValue.generalize(otherValue);
297 Value otherValue = other.values[index];
305 otherValue != null &&
306 thisValue.computationalType() == otherValue.computationalType() &&
307 !thisValue.equals(otherValue))
Stack.java 137 Value otherValue = other.values[index];
139 if (otherValue != null)
141 newValue = thisValue.generalize(otherValue);
518 Value otherValue = other.values[index];
519 if (thisValue == null ? otherValue != null :
520 !thisValue.equals(otherValue))
  /external/webkit/Tools/DumpRenderTree/chromium/
CppVariant.cpp 98 NPObject* otherValue = other.value.objectValue;
99 return thisValue->_class == otherValue->_class
100 && thisValue->referenceCount == otherValue->referenceCount;
  /external/icu4c/i18n/
plurfmt.cpp 523 UnicodeString* otherValue = (UnicodeString*)otherKeyToVal.pointer;
524 fParsedValuesHash->put(*otherKey, new UnicodeString(*otherValue), status);
selfmt.cpp 434 UnicodeString* otherValue = (UnicodeString*)otherKeyToVal.pointer;
435 parsedValuesHash->put(*otherKey, new UnicodeString(*otherValue), status);
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 257 Object otherValue = null;
263 otherValue = methods[i].invoke(obj, (Object[])null);
272 if (value == null && otherValue != null)
274 if (value != null && value.equals(otherValue) == false)
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
Value.java 230 Value otherValue = (Value) other;
232 return exists() == otherValue.exists()
233 && (asString().equals(otherValue.asString()) || (isEmpty() && otherValue.isEmpty()));
  /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationFactory.java 218 Object otherValue = el.definingMethod.invoke(obj);
219 if (otherValue != null ) {
221 if (!el.equalArrayValue(otherValue)) {
225 if (!el.value.equals(otherValue)) {
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 386 final Object otherValue = entry.getValue();
394 fields.put(descriptor, new ArrayList((List) otherValue));
397 ((List) value).addAll((List) otherValue);
402 fields.put(descriptor, otherValue);
407 ((MessageLite) value).toBuilder(), (MessageLite) otherValue)
412 fields.put(descriptor, otherValue);
  /external/jdiff/
xerces.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 860 milliseconds