OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherValue
(Results
1 - 12
of
12
) 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
))
/libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationMember.java
222
public boolean equalArrayValue(Object
otherValue
) {
223
if (value instanceof Object[] &&
otherValue
instanceof Object[]) {
224
return Arrays.equals((Object[])value, (Object[])
otherValue
);
227
if (type !=
otherValue
.getClass()) {
231
return Arrays.equals((int[])value, (int[])
otherValue
);
233
return Arrays.equals((byte[])value, (byte[])
otherValue
);
235
return Arrays.equals((short[])value, (short[])
otherValue
);
237
return Arrays.equals((long[])value, (long[])
otherValue
);
239
return Arrays.equals((char[])value, (char[])
otherValue
);
241
return Arrays.equals((boolean[])value, (boolean[])
otherValue
);
[
all
...]
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/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()));
/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/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/icu4c/i18n/
selfmt.cpp
434
UnicodeString*
otherValue
= (UnicodeString*)otherKeyToVal.pointer;
435
parsedValuesHash->put(*otherKey, new UnicodeString(*
otherValue
), status);
plurfmt.cpp
523
UnicodeString*
otherValue
= (UnicodeString*)otherKeyToVal.pointer;
524
fParsedValuesHash->put(*otherKey, new UnicodeString(*
otherValue
), status);
/external/jdiff/
xerces.jar
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 458 milliseconds