Searched refs:nextValue (Results 1 – 7 of 7) sorted by relevance
79 int nextValue = it.next().intValue(); in runTest() local82 + counter + " got: " + nextValue, in runTest()83 nextValue == counter); in runTest()
362 RefPtr<CSSValue> nextValue = values[j + 1]; in getLayeredShorthandValue() local363 if (nextValue->isValueList()) in getLayeredShorthandValue()364 … yValue = static_cast<CSSValueList*>(nextValue.get())->itemWithoutBoundsCheck(i); in getLayeredShorthandValue()366 yValue = nextValue; in getLayeredShorthandValue()
3719 CSSParserValue* nextValue = m_valueList->next(); in parseFontFamily() local3720 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()
249 int64_t nextValue = cast<ConstantInt>(J->Low)->getSExtValue(); in Clusterify() local256 if ((nextValue-currentValue==1) && (currentBB == nextBB)) { in Clusterify()
342 int nextValue = counter + 1; in testSynchronizedSupplierThreadSafe()344 counter = nextValue; in testSynchronizedSupplierThreadSafe()
247 var nextValue = row + 1;250 … div[++currentRow] = h * (u[++nextValue] - u[++prevValue] + v[++nextRow] - v[++previousRow]);
2432 const APInt& nextValue = cast<ConstantInt>(J->Low)->getValue(); in Clusterify() local2439 if ((nextValue - currentValue == 1) && (currentBB == nextBB)) { in Clusterify()