OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:otherValue
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/third_party/WebKit/Source/testing/runner/
CppVariant.cpp
97
NPObject*
otherValue
= other.value.objectValue;
98
return thisValue->_class ==
otherValue
->_class
99
&& thisValue->referenceCount ==
otherValue
->referenceCount;
/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/chromium_org/third_party/icu/source/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()));
/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/libcore/reflect/
AnnotationFactory.java
213
Object
otherValue
= el.definingMethod.invoke(obj);
214
if (
otherValue
!= null) {
216
if (!el.equalArrayValue(
otherValue
)) {
220
if (!el.value.equals(
otherValue
)) {
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java
490
Object
otherValue
= entry.getValue();
491
if (
otherValue
instanceof LazyField) {
492
otherValue
= ((LazyField)
otherValue
).getValue();
501
fields.put(descriptor, new ArrayList((List)
otherValue
));
504
((List) value).addAll((List)
otherValue
);
509
fields.put(descriptor,
otherValue
);
515
((MessageLite) value).toBuilder(), (MessageLite)
otherValue
)
519
fields.put(descriptor,
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/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/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 363 milliseconds