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

  /external/guava/guava/src/com/google/common/collect/
MapDifference.java 85 * {@link #leftValue} and {@link #rightValue} are not equal, and one but not
99 V rightValue();
103 * values are equal and their {@link #rightValue()} values are also equal.
109 * {@code Arrays.asList(leftValue(), rightValue()).hashCode()}.
Maps.java 365 V rightValue = onlyOnRight.remove(leftKey);
366 if (valueEquivalence.equivalent(leftValue, rightValue)) {
371 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
494 public V rightValue() {
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));
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
Opcode.cpp 73 long long rightValue = OpcodeStats::opcodeCounts[*(int*) right];
75 if (leftValue < rightValue)
77 else if (leftValue > rightValue)
88 long long rightValue = OpcodeStats::opcodePairCounts[rightPair.first][rightPair.second];
90 if (leftValue < rightValue)
92 else if (leftValue > rightValue)
SamplingTool.cpp 260 const ScriptSampleRecord* const rightValue = *static_cast<const ScriptSampleRecord* const *>(right);
262 return (leftValue->m_sampleCount < rightValue->m_sampleCount) ? 1 : (leftValue->m_sampleCount > rightValue->m_sampleCount) ? -1 : 0;
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 362 V rightValue = onlyOnRight.remove(leftKey);
363 if (valueEquivalence.equivalent(leftValue, rightValue)) {
368 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
491 public V rightValue() {
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));
    [all...]
  /external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.cpp 288 RefPtr<CSSValue> rightValue = getPropertyCSSValue(properties[1]);
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();
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 141 milliseconds