HomeSort by relevance Sort by last modified time
    Searched defs:axes (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
PathComponent.java 21 package org.apache.xpath.axes;
RTFIterator.java 28 package org.apache.xpath.axes;
SubContextList.java 21 package org.apache.xpath.axes;
AttributeIterator.java 21 package org.apache.xpath.axes;
28 * attribute axes patterns.
29 * @see org.apache.xpath.axes#ChildTestIterator
ChildIterator.java 21 package org.apache.xpath.axes;
32 * @see org.apache.xpath.axes.LocPathIterator
HasPositionalPredChecker.java 21 package org.apache.xpath.axes;
IteratorPool.java 21 package org.apache.xpath.axes;
OneStepIteratorForward.java 21 package org.apache.xpath.axes;
34 * @see org.apache.xpath.axes#ChildTestIterator
63 * Create a OneStepIterator object that will just traverse the self axes.
SelfIteratorNoPredicate.java 21 package org.apache.xpath.axes;
29 * "." patterns, that is, the self axes without any predicates.
30 * @see org.apache.xpath.axes.LocPathIterator
ChildTestIterator.java 21 package org.apache.xpath.axes;
32 * @see org.apache.xpath.axes.BasicTestIterator
ContextNodeList.java 21 package org.apache.xpath.axes;
WalkingIteratorSorted.java 21 package org.apache.xpath.axes;
BasicTestIterator.java 21 package org.apache.xpath.axes;
ReverseAxesWalker.java 21 package org.apache.xpath.axes;
28 * Walker for a reverse axes.
70 * Get the next node in document order on the axes.
72 * @return the next node in document order on the axes, or null.
92 * Tells if this is a reverse axes. Overrides AxesWalker#isReverseAxes.
113 * reverse axes count, for the moment this re-searches the axes
UnionChildIterator.java 21 package org.apache.xpath.axes;
30 * tests along the child axes. If the conditions are right, it is
FilterExprIterator.java 21 package org.apache.xpath.axes;
MatchPatternIterator.java 21 package org.apache.xpath.axes;
AxesWalker.java 21 package org.apache.xpath.axes;
37 * Serves as common interface for axes Walkers, and stores common
316 * Get the next node in document order on the axes.
318 * @return the next node in document order on the axes, or null.
DescendantIterator.java 21 package org.apache.xpath.axes;
38 * @see org.apache.xpath.axes.LocPathIterator
FilterExprIteratorSimple.java 21 package org.apache.xpath.axes;
FilterExprWalker.java 21 package org.apache.xpath.axes;
OneStepIterator.java 21 package org.apache.xpath.axes;
35 * @see org.apache.xpath.axes#LocPathIterator
168 * Tells if this is a reverse axes. Overrides AxesWalker#isReverseAxes.
179 * reverse axes count, for the moment this re-searches the axes
  /external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_sysjoystick.h 34 Sint16 *axes; /* Current axis states */ member in struct:_SDL_Joystick
  /external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
SDL_bejoystick.cc 122 /* Get the number of buttons, hats, and axes on the joystick */
163 int16 *axes; local
169 axes = joystick->hwdata->new_axes;
174 stick->GetAxisValues(axes);
180 change = ((int32)axes[i] - joystick->axes[i]);
182 SDL_PrivateJoystickAxis(joystick, i, axes[i]);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
AbstractBox.java 72 Vector3f[] axes = { local
78 center.subtract(axes[0]).subtractLocal(axes[1]).subtractLocal(axes[2]),
79 center.add(axes[0]).subtractLocal(axes[1]).subtractLocal(axes[2]),
80 center.add(axes[0]).addLocal(axes[1]).subtractLocal(axes[2])
    [all...]

Completed in 150 milliseconds

1 2 3