Home
last modified time | relevance | path

Searched defs:leftValue (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DMapDifference.java94 V leftValue(); in leftValue() method
DMaps.java363 V leftValue = entry.getValue(); in difference() local
489 public V leftValue() { in leftValue() method in Maps.ValueDifferenceImpl
552 V leftValue = entry.getValue(); in difference() local
/external/webkit/Source/JavaScriptCore/bytecode/
DOpcode.cpp72 long long leftValue = OpcodeStats::opcodeCounts[*(int*) left]; in compareOpcodeIndices() local
86 long long leftValue = OpcodeStats::opcodePairCounts[leftPair.first][leftPair.second]; in compareOpcodePairIndices() local
DSamplingTool.cpp259 … const ScriptSampleRecord* const leftValue = *static_cast<const ScriptSampleRecord* const *>(left); in compareScriptSampleRecords() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMaps.java360 V leftValue = entry.getValue(); in difference() local
486 public V leftValue() { in leftValue() method in Maps.ValueDifferenceImpl
549 V leftValue = entry.getValue(); in difference() local
/external/skia/tools/
Dskdiff.h215 float leftValue = MAX3(lhs->fAverageMismatchR, in comparePixels() local
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR, in comparePixels() local
/external/webkit/Source/WebCore/css/
DCSSMutableStyleDeclaration.cpp290 RefPtr<CSSValue> leftValue = getPropertyCSSValue(properties[3]); in get4Values() local