HomeSort by relevance Sort by last modified time
    Searched defs:rightValue (Results 1 - 18 of 18) 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/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/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...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 297 milliseconds