HomeSort by relevance Sort by last modified time
    Searched defs:leftValue (Results 1 - 25 of 34) sorted by null

1 2

  /external/guava/guava/src/com/google/common/collect/
MapDifference.java 85 * {@link #leftValue} and {@link #rightValue} are not equal, and one but not
94 V leftValue();
102 * Two instances are considered equal if their {@link #leftValue()}
109 * {@code Arrays.asList(leftValue(), rightValue()).hashCode()}.
Maps.java 363 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() {
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/
KeyframeEffectModelTest.cpp 349 Interpolation* leftValue = findValue(*values.get(), CSSPropertyLeft);
350 ASSERT_TRUE(leftValue);
351 expectDoubleValue(5.0, leftValue);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 360 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() {
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/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp 367 double leftValue = leftSide->doubleValue() * CSSPrimitiveValue::conversionToCanonicalUnitsScaleFactor(leftType);
369 return CSSCalcPrimitiveValue::create(evaluateOperator(leftValue, rightValue, op), canonicalType, isInteger);
437 const double leftValue = m_leftSide->computeLengthPx(conversionData);
439 return evaluate(leftValue, rightValue);
559 static double evaluateOperator(double leftValue, double rightValue, CalcOperator op)
563 return leftValue + rightValue;
565 return leftValue - rightValue;
567 return leftValue * rightValue;
570 return leftValue / rightValue;
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/skia/tools/
skdiff.h 215 float leftValue = MAX3(lhs->fAverageMismatchR,
221 if (leftValue < rightValue) {
224 if (rightValue < leftValue) {
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR,
242 if (leftValue < rightValue) {
245 if (rightValue < leftValue) {
  /external/skia/tools/
skdiff.h 215 float leftValue = MAX3(lhs->fAverageMismatchR,
221 if (leftValue < rightValue) {
224 if (rightValue < leftValue) {
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR,
242 if (leftValue < rightValue) {
245 if (rightValue < leftValue) {
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/zxing/core/
core.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/
gradle-tooling-api-1.9.jar 

Completed in 254 milliseconds

1 2