Searched refs:stepCount (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXPathPath.cpp153 unsigned stepCount = m_steps.size(); local
154 if (stepCount) {
156 optimizeStepPair(m_steps[stepCount - 1], step, dropSecondStep);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java612 int stepCount = countSteps(lpi);
625 head = new MultistepExprHolder(firstOccuranceOwner, stepCount, null);
629 tail.m_next = new MultistepExprHolder(owner2, stepCount, null);
644 head = new MultistepExprHolder(firstOccuranceOwner, stepCount, null);
1319 * @param stepCount The number of steps in the location path.
1321 MultistepExprHolder(ExpressionOwner exprOwner, int stepCount, MultistepExprHolder next) argument
1325 m_stepCount = stepCount;
1334 * @param stepCount The number of steps in the location path.
1337 MultistepExprHolder addInSortedOrder(ExpressionOwner exprOwner, int stepCount) argument
1344 if(stepCount >
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkerFactory.java562 int stepCount = 0;
576 stepCount++;
577 if(stepCount > 3)
604 if(1 != stepCount)
614 if(3 == stepCount)
619 if(1 != stepCount)
670 int stepCount = 0;
675 stepCount++;
720 if (2 == stepCount && BIT_ROOT == analysisResult)
770 analysisResult |= (stepCount
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java814 * @param stepCount The number of steps to expect.
822 int opPos, int stepCount, StepPattern ancestorPattern)
841 // boolean isSimple = ((OpCodes.ENDOP == nextStepType) && (stepCount == 0));
932 StepPattern relativePathPattern = stepPattern(endStep, stepCount + 1,
821 stepPattern( int opPos, int stepCount, StepPattern ancestorPattern) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 515 milliseconds