Searched refs:rightValue (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
H A DOpcode.cpp73 long long rightValue = OpcodeStats::opcodeCounts[*(int*) right]; local
75 if (leftValue < rightValue)
77 else if (leftValue > rightValue)
88 long long rightValue = OpcodeStats::opcodePairCounts[rightPair.first][rightPair.second]; local
90 if (leftValue < rightValue)
92 else if (leftValue > rightValue)
H A DSamplingTool.cpp260 const ScriptSampleRecord* const rightValue = *static_cast<const ScriptSampleRecord* const *>(right); local
262 return (leftValue->m_sampleCount < rightValue->m_sampleCount) ? 1 : (leftValue->m_sampleCount > rightValue->m_sampleCount) ? -1 : 0;
/external/guava/guava/src/com/google/common/collect/
H A DMapDifference.java85 * {@link #leftValue} and {@link #rightValue} are not equal, and one but not
99 V rightValue(); method in interface:MapDifference.ValueDifference
103 * values are equal and their {@link #rightValue()} values are also equal.
109 * {@code Arrays.asList(leftValue(), rightValue()).hashCode()}.
H A DMaps.java365 V rightValue = onlyOnRight.remove(leftKey);
366 if (valueEquivalence.equivalent(leftValue, rightValue)) {
371 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
494 public V rightValue() { method in class:Maps.ValueDifferenceImpl
503 && Objects.equal(this.right, that.rightValue());
554 V rightValue = onlyOnRight.remove(leftKey);
555 if (Objects.equal(leftValue, rightValue)) {
560 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
/external/webkit/Source/WebCore/css/
H A DCSSMutableStyleDeclaration.cpp288 RefPtr<CSSValue> rightValue = getPropertyCSSValue(properties[1]); local
293 if (!topValue || !rightValue || !bottomValue || !leftValue)
296 bool showLeft = rightValue->cssText() != leftValue->cssText();
298 bool showRight = (topValue->cssText() != rightValue->cssText()) || showBottom;
302 res += " " + rightValue->cssText();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java362 V rightValue = onlyOnRight.remove(leftKey);
363 if (valueEquivalence.equivalent(leftValue, rightValue)) {
368 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
491 public V rightValue() { method in class:Maps.ValueDifferenceImpl
500 && Objects.equal(this.right, that.rightValue());
551 V rightValue = onlyOnRight.remove(leftKey);
552 if (Objects.equal(leftValue, rightValue)) {
557 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 548 milliseconds