/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/ |
D | AwTestTouchUtils.java | 35 float toY, int stepCount, long downTime) { in dragTo() argument 38 float yStep = (toY - fromY) / stepCount; in dragTo() 39 float xStep = (toX - fromX) / stepCount; in dragTo() 40 for (int i = 0; i < stepCount; ++i) { in dragTo() 65 final int fromY, final int toY, final int stepCount, in dragCompleteView() argument 71 dragTo(view, fromX, toX, fromY, toY, stepCount, downTime); in dragCompleteView()
|
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
D | TestTouchUtils.java | 152 float toY, int stepCount, long downTime) { in dragTo() argument 155 float yStep = (toY - fromY) / stepCount; in dragTo() 156 float xStep = (toX - fromX) / stepCount; in dragTo() 157 for (int i = 0; i < stepCount; ++i) { in dragTo() 190 int fromX, int toX, int fromY, int toY, int stepCount) { in dragCompleteView() argument 195 stepCount, downTime); in dragCompleteView()
|
D | TouchCommon.java | 54 float toY, int stepCount, long downTime) { in dragTo() argument 57 float yStep = (toY - fromY) / stepCount; in dragTo() 58 float xStep = (toX - fromX) / stepCount; in dragTo() 59 for (int i = 0; i < stepCount; ++i) { in dragTo()
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XPathPath.cpp | 175 unsigned stepCount = m_steps.size(); in appendStep() local 176 if (stepCount) { in appendStep() 178 optimizeStepPair(m_steps[stepCount - 1], step, dropSecondStep); in appendStep()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | RedundentExprEliminator.java | 612 int stepCount = countSteps(lpi); in findAndEliminateRedundant() local 625 head = new MultistepExprHolder(firstOccuranceOwner, stepCount, null); in findAndEliminateRedundant() 629 tail.m_next = new MultistepExprHolder(owner2, stepCount, null); in findAndEliminateRedundant() 644 head = new MultistepExprHolder(firstOccuranceOwner, stepCount, null); in findAndEliminateRedundant() 1321 MultistepExprHolder(ExpressionOwner exprOwner, int stepCount, MultistepExprHolder next) in MultistepExprHolder() argument 1325 m_stepCount = stepCount; in MultistepExprHolder() 1337 MultistepExprHolder addInSortedOrder(ExpressionOwner exprOwner, int stepCount) in addInSortedOrder() argument 1344 if(stepCount >= next.m_stepCount) in addInSortedOrder() 1346 MultistepExprHolder newholder = new MultistepExprHolder(exprOwner, stepCount, next); in addInSortedOrder() 1358 prev.m_next = new MultistepExprHolder(exprOwner, stepCount, null); in addInSortedOrder()
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | WalkerFactory.java | 562 int stepCount = 0; in isOptimizableForDescendantIterator() local 576 stepCount++; in isOptimizableForDescendantIterator() 577 if(stepCount > 3) in isOptimizableForDescendantIterator() 604 if(1 != stepCount) in isOptimizableForDescendantIterator() 614 if(3 == stepCount) in isOptimizableForDescendantIterator() 619 if(1 != stepCount) in isOptimizableForDescendantIterator() 670 int stepCount = 0; in analyze() local 675 stepCount++; in analyze() 720 if (2 == stepCount && BIT_ROOT == analysisResult) in analyze() 770 analysisResult |= (stepCount & BITS_COUNT); in analyze() [all …]
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | Compiler.java | 822 int opPos, int stepCount, StepPattern ancestorPattern) in stepPattern() argument 932 StepPattern relativePathPattern = stepPattern(endStep, stepCount + 1, in stepPattern()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineTextBox.cpp | 730 unsigned stepCount = static_cast<unsigned>(length / step); in adjustStepToDecorationLength() local 735 float uncoveredLength = length - (stepCount * step - (stepCount - 1)); in adjustStepToDecorationLength() 736 float adjustment = uncoveredLength / stepCount; in adjustStepToDecorationLength()
|
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 151 const Vec4 stepCount = d / prec.colorThreshold; in computeBilinearSearchStepFromFloatLine() local 152 const Vec4 minStep = 1.0f / (stepCount + 1.0f); in computeBilinearSearchStepFromFloatLine() 169 const Vec4 stepCount = maxD / prec.colorThreshold; in computeBilinearSearchStepFromFloatQuad() local 170 const Vec4 minStep = 1.0f / (stepCount + 1.0f); in computeBilinearSearchStepFromFloatQuad() 180 const Vec4 stepCount = 1.0f / prec.colorThreshold; in computeBilinearSearchStepForUnorm() local 181 const Vec4 minStep = 1.0f / (stepCount + 1.0f); in computeBilinearSearchStepForUnorm() 191 const Vec4 stepCount = 2.0f / prec.colorThreshold; in computeBilinearSearchStepForSnorm() local 192 const Vec4 minStep = 1.0f / (stepCount + 1.0f); in computeBilinearSearchStepForSnorm()
|