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

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.h218 float rightValue = MAX3(rhs->fAverageMismatchR, local
221 if (leftValue < rightValue) {
224 if (rightValue < leftValue) {
239 uint32_t rightValue = MAX3(rhs->fMaxMismatchR, local
242 if (leftValue < rightValue) {
245 if (rightValue < leftValue) {
/external/skia/tools/
H A Dskdiff.h218 float rightValue = MAX3(rhs->fAverageMismatchR, local
221 if (leftValue < rightValue) {
224 if (rightValue < leftValue) {
239 uint32_t rightValue = MAX3(rhs->fMaxMismatchR, local
242 if (leftValue < rightValue) {
245 if (rightValue < leftValue) {
/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/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.cpp378 double rightValue = rightSide->doubleValue() * CSSPrimitiveValue::conversionToCanonicalUnitsScaleFactor(rightType); local
379 return CSSCalcPrimitiveValue::create(evaluateOperator(leftValue, rightValue, op), canonicalType, isInteger);
448 const double rightValue = m_rightSide->computeLengthPx(conversionData); variable
449 return evaluate(leftValue, rightValue);
573 static double evaluateOperator(double leftValue, double rightValue, CalcOperator op) argument
577 return leftValue + rightValue;
579 return leftValue - rightValue;
581 return leftValue * rightValue;
583 if (rightValue)
584 return leftValue / rightValue;
[all...]
H A DCSSComputedStyleDeclaration.cpp2882 RefPtrWillBeRawPtr<CSSValue> rightValue = getPropertyCSSValue(shorthand.properties()[1], DoNotUpdateLayout); local
2887 if (!topValue || !rightValue || !bottomValue || !leftValue)
2890 bool showLeft = !compareCSSValuePtr(rightValue, leftValue);
2892 bool showRight = !compareCSSValuePtr(topValue, rightValue) || showBottom;
2896 list->append(rightValue.release());
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DKeyframeEffectModelTest.cpp348 Interpolation* rightValue = findValue(*values.get(), CSSPropertyRight); local
349 ASSERT_TRUE(rightValue);
350 expectDoubleValue(6.0, rightValue);
/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/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 339 milliseconds