HomeSort by relevance Sort by last modified time
    Searched defs:rightValue (Results 1 - 12 of 12) 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/chromium_org/third_party/WebKit/Source/core/animation/
KeyframeEffectModelTest.cpp 348 Interpolation* rightValue = findValue(*values.get(), CSSPropertyRight);
349 ASSERT_TRUE(rightValue);
350 expectDoubleValue(6.0, rightValue);
  /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/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp 378 double rightValue = rightSide->doubleValue() * CSSPrimitiveValue::conversionToCanonicalUnitsScaleFactor(rightType);
379 return CSSCalcPrimitiveValue::create(evaluateOperator(leftValue, rightValue, op), canonicalType, isInteger);
448 const double rightValue = m_rightSide->computeLengthPx(conversionData);
449 return evaluate(leftValue, rightValue);
573 static double evaluateOperator(double leftValue, double rightValue, CalcOperator op)
577 return leftValue + rightValue;
579 return leftValue - rightValue;
581 return leftValue * rightValue;
583 if (rightValue)
584 return leftValue / rightValue;
    [all...]
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/skia/tools/
skdiff.h 218 float rightValue = MAX3(rhs->fAverageMismatchR,
221 if (leftValue < rightValue) {
224 if (rightValue < leftValue) {
239 uint32_t rightValue = MAX3(rhs->fMaxMismatchR,
242 if (leftValue < rightValue) {
245 if (rightValue < leftValue) {
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 152 milliseconds