HomeSort by relevance Sort by last modified time
    Searched defs:leftValue (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
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/webkit/Source/JavaScriptCore/bytecode/
Opcode.cpp 72 long long leftValue = OpcodeStats::opcodeCounts[*(int*) left];
75 if (leftValue < rightValue)
77 else if (leftValue > rightValue)
86 long long leftValue = OpcodeStats::opcodePairCounts[leftPair.first][leftPair.second];
90 if (leftValue < rightValue)
92 else if (leftValue > rightValue)
SamplingTool.cpp 259 const ScriptSampleRecord* const leftValue = *static_cast<const ScriptSampleRecord* const *>(left);
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 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/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/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.cpp 290 RefPtr<CSSValue> leftValue = getPropertyCSSValue(properties[3]);
293 if (!topValue || !rightValue || !bottomValue || !leftValue)
296 bool showLeft = rightValue->cssText() != leftValue->cssText();
306 res += " " + leftValue->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 201 milliseconds