HomeSort by relevance Sort by last modified time
    Searched defs:otherValue (Results 1 - 18 of 18) 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/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()));
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java 272 int otherValue = Settings.System.getIntForUser(r, TEST_KEY, 0, user.id);
279 + ", expected to read " + OTHER_VALUE + " but got " + otherValue,
280 otherValue == OTHER_VALUE);
  /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);
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 282 milliseconds