Home
last modified time | relevance | path

Searched refs:nextValue (Results 1 – 7 of 7) sorted by relevance

/external/apache-harmony/support/src/test/java/tests/support/
DSupport_UnmodifiableCollectionTest.java79 int nextValue = it.next().intValue(); in runTest() local
82 + counter + " got: " + nextValue, in runTest()
83 nextValue == counter); in runTest()
/external/webkit/Source/WebCore/css/
DCSSMutableStyleDeclaration.cpp362 RefPtr<CSSValue> nextValue = values[j + 1]; in getLayeredShorthandValue() local
363 if (nextValue->isValueList()) in getLayeredShorthandValue()
364 … yValue = static_cast<CSSValueList*>(nextValue.get())->itemWithoutBoundsCheck(i); in getLayeredShorthandValue()
366 yValue = nextValue; in getLayeredShorthandValue()
DCSSParser.cpp3719 CSSParserValue* nextValue = m_valueList->next(); in parseFontFamily() local
3720 bool nextValBreaksFont = !nextValue || in parseFontFamily()
3721 … (nextValue->unit == CSSParserValue::Operator && nextValue->iValue == ','); in parseFontFamily()
3722 bool nextValIsFontName = nextValue && in parseFontFamily()
3723 ((nextValue->id >= CSSValueSerif && nextValue->id <= CSSValueWebkitBody) || in parseFontFamily()
3724 …(nextValue->unit == CSSPrimitiveValue::CSS_STRING || nextValue->unit == CSSPrimitiveValue::CSS_IDE… in parseFontFamily()
3754 if (!nextValue) in parseFontFamily()
3762 value = nextValue; in parseFontFamily()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp249 int64_t nextValue = cast<ConstantInt>(J->Low)->getSExtValue(); in Clusterify() local
256 if ((nextValue-currentValue==1) && (currentBB == nextBB)) { in Clusterify()
/external/guava/guava-tests/test/com/google/common/base/
DSuppliersTest.java342 int nextValue = counter + 1; in testSynchronizedSupplierThreadSafe()
344 counter = nextValue; in testSynchronizedSupplierThreadSafe()
/external/v8/benchmarks/
Dnavier-stokes.js247 var nextValue = row + 1;
250 … div[++currentRow] = h * (u[++nextValue] - u[++prevValue] + v[++nextRow] - v[++previousRow]);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2432 const APInt& nextValue = cast<ConstantInt>(J->Low)->getValue(); in Clusterify() local
2439 if ((nextValue - currentValue == 1) && (currentBB == nextBB)) { in Clusterify()