Searched refs:steps (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDImpl.java40 * SCD is fundamentally a list of steps.
42 private final Step[] steps; field in class:SCDImpl
49 public SCDImpl(String text, Step[] steps) { argument
51 this.steps = steps;
57 int len = steps.length;
59 if(i!=0 && i!=len-1 && !steps[i-1].axis.isModelGroup() && steps[i].axis.isModelGroup()) {
75 nodeSet = steps[i].evaluate(nodeSet);
H A DSCDParser.java92 List steps = new ArrayList();
100 steps.add(new Step.Any(Axis.ROOT));
104 steps.add(new Step.Any(Axis.DESCENDANTS));
117 steps.add(s);
135 steps.add(new Step.Any(Axis.DESCENDANTS));
143 steps.add(s);
145 {if (true) return steps;}
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DXPathMatcher.java234 // consume self::node() steps
235 XPath.Step[] steps = fLocationPaths[i].steps;
236 while (fCurrentStep[i] < steps.length &&
237 steps[fCurrentStep[i]].axis.type == XPath.Axis.SELF) {
239 XPath.Step step = steps[fCurrentStep[i]];
244 if (fCurrentStep[i] == steps.length) {
257 while(fCurrentStep[i] < steps.length && steps[fCurrentStep[i]].axis.type == XPath.Axis.DESCENDANT) {
259 XPath.Step step = steps[fCurrentSte
[all...]
H A DSelector.java125 fLocationPaths[i].steps[fLocationPaths[i].steps.length-1].axis;
H A DField.java126 for(int j=0; j<fLocationPaths[i].steps.length; j++) {
128 fLocationPaths[i].steps[j].axis;
130 (j < fLocationPaths[i].steps.length-1)) {
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_DrawLine.c47 ADD_SUFF(AnyInt##FUNC)(pRasInfo, x1, y1, r_pixel, steps, error, \
65 jint steps, \
101 } while (--steps > 0); \
110 } while (--steps > 0); \
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DLineUtils.h85 jint steps; \
92 &steps, &error, \
96 (*pLine)((pRasInfo), tx1, ty1, pixel, steps, error, \
H A DDrawLine.c102 jint steps; \
219 steps = X2 - X1; \
229 steps = Y2 - Y1; \
234 if ((steps = ((steps >= 0) ? steps : -steps) + 1 - SHORTEN) == 0) { \
255 *pSteps = steps; \
H A DAnyByteBinary.h341 jint steps, jint error, \
361 } while (--steps > 0); \
374 } while (--steps > 0); \
447 jint steps, jint error, \
471 } while (--steps > 0); \
485 } while (--steps > 0); \
H A DLoopMacros.h1381 jint steps, jint error, \
1401 } while (--steps > 0); \
1412 } while (--steps > 0); \
1509 jint steps, jint error, \
1537 } while (--steps > 0); \
1549 } while (--steps > 0); \
H A DGraphicsPrimitiveMgr.h248 jint steps, jint error,
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java1414 List<MethodResolutionPhase> steps = methodResolutionSteps;
1415 while (steps.nonEmpty() &&
1416 steps.head.isApplicable(boxingEnabled, varargsEnabled) &&
1418 currentStep = steps.head;
1420 steps.head.isBoxingRequired,
1421 env.info.varArgs = steps.head.isVarargsRequired);
1422 methodResolutionCache.put(steps.head, sym);
1423 steps = steps.tail;
1459 List<MethodResolutionPhase> steps
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPath.java137 Step[] steps = new Step[size];
138 stepsVector.copyInto(steps);
141 return new LocationPath(steps);
379 /** List of steps. */
380 public Step[] steps; field in class:XPath.LocationPath
386 /** Creates a location path from a series of steps. */
387 public LocationPath(Step[] steps) { argument
388 this.steps = steps;
393 steps
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DNativeUnpack.java117 int steps = 0;
119 steps++;
132 Utils.log.fine("readInputFn("+minlen+","+maxlen+") => "+numread+" steps="+steps);
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinWorkerThread.java677 int steps = n << 1;
680 while (i < steps) {
942 int steps = n << 1;
943 for (int i = 0; i < steps; ++i) {
H A DForkJoinPool.java1209 int steps = 0;
1215 if (steps == 0 && ((g = scanGuard) & SG_UNIT) == 0 &&
1224 steps = 1;
1226 if (steps == 1 &&
1231 steps = 2;
1236 } while (steps != 2 || sc != 0);
1287 * blocked in joins). Each pass repeats previous steps because of
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGeneralRenderer.java254 int steps;
270 steps = x2 - x1;
279 steps = y2 - y1;
296 if (steps < 0) {
297 steps = -steps;
308 } while (--steps >= 0);
318 } while (--steps >= 0);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp234 int steps = 0 ; local
243 // consider adjusting steps downward:
244 // steps = 0
245 // steps -= NNN
246 // steps >>= 1
247 // steps = MIN(steps, 2000-100)
248 // if (iterations != 0) steps -= NNN
325 ++steps ;
326 if (ncpus > 1 && steps < SafepointSpinBeforeYiel
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c1367 jlong steps = loy; local
1368 steps -= y0 - 1;
1370 x0 += (jint) (steps * seg->bumpx);
1371 steps = err + (steps * seg->bumperr);
1372 x0 += (jint) (steps >> 31);
1373 err = ((jint) steps) & ERRSTEP_MAX;
/openjdk7/hotspot/make/windows/
H A Dcreate.bat73 REM Set HotSpotWorkSpace to the directy two steps above this script
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java1737 List<JCExpressionStatement> steps = S.token() == RPAREN ? List.<JCExpressionStatement>nil() : forUpdate();
1740 return F.at(pos).ForLoop(inits, cond, steps, body);

Completed in 323 milliseconds