Searched defs:leftValue (Results 1 - 14 of 14) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DMapDifference.java85 * {@link #leftValue} and {@link #rightValue} are not equal, and one but not
94 V leftValue(); method in interface:MapDifference.ValueDifference
102 * Two instances are considered equal if their {@link #leftValue()}
109 * {@code Arrays.asList(leftValue(), rightValue()).hashCode()}.
H A DMaps.java363 V leftValue = entry.getValue();
366 if (valueEquivalence.equivalent(leftValue, rightValue)) {
367 onBoth.put(leftKey, leftValue);
371 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
375 onlyOnLeft.put(leftKey, leftValue);
489 public V leftValue() { method in class:Maps.ValueDifferenceImpl
502 return Objects.equal(this.left, that.leftValue())
552 V leftValue = entry.getValue();
555 if (Objects.equal(leftValue, rightValue)) {
556 onBoth.put(leftKey, leftValue);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DKeyframeEffectModelTest.cpp345 Interpolation* leftValue = findValue(*values.get(), CSSPropertyLeft); local
346 ASSERT_TRUE(leftValue);
347 expectDoubleValue(5.0, leftValue);
/external/chromium_org/third_party/skia/tools/
H A Dskdiff.h215 float leftValue = MAX3(lhs->fAverageMismatchR, local
221 if (leftValue < rightValue) {
224 if (rightValue < leftValue) {
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR, local
242 if (leftValue < rightValue) {
245 if (rightValue < leftValue) {
/external/skia/tools/
H A Dskdiff.h215 float leftValue = MAX3(lhs->fAverageMismatchR, local
221 if (leftValue < rightValue) {
224 if (rightValue < leftValue) {
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR, local
242 if (leftValue < rightValue) {
245 if (rightValue < leftValue) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.cpp377 double leftValue = leftSide->doubleValue() * CSSPrimitiveValue::conversionToCanonicalUnitsScaleFactor(leftType); local
379 return CSSCalcPrimitiveValue::create(evaluateOperator(leftValue, rightValue, op), canonicalType, isInteger);
447 const double leftValue = m_leftSide->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;
584 return leftValue / rightValue;
H A DCSSComputedStyleDeclaration.cpp2884 RefPtrWillBeRawPtr<CSSValue> leftValue = getPropertyCSSValue(shorthand.properties()[3], DoNotUpdateLayout); local
2887 if (!topValue || !rightValue || !bottomValue || !leftValue)
2890 bool showLeft = !compareCSSValuePtr(rightValue, leftValue);
2900 list->append(leftValue.release());
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java360 V leftValue = entry.getValue();
363 if (valueEquivalence.equivalent(leftValue, rightValue)) {
364 onBoth.put(leftKey, leftValue);
368 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
372 onlyOnLeft.put(leftKey, leftValue);
486 public V leftValue() { method in class:Maps.ValueDifferenceImpl
499 return Objects.equal(this.left, that.leftValue())
549 V leftValue = entry.getValue();
552 if (Objects.equal(leftValue, rightValue)) {
553 onBoth.put(leftKey, leftValue);
[all...]
/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 299 milliseconds