HomeSort by relevance Sort by last modified time
    Searched full:axes (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/qemu/distrib/sdl-1.2.12/src/joystick/
SDL_sysjoystick.h 34 Sint16 *axes; /* Current axis states */ member in struct:_SDL_Joystick
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
ChildTestIterator.java 21 package org.apache.xpath.axes;
32 * @see org.apache.xpath.axes.BasicTestIterator
UnionChildIterator.java 21 package org.apache.xpath.axes;
30 * tests along the child axes. If the conditions are right, it is
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.
HasPositionalPredChecker.java 21 package org.apache.xpath.axes;
PredicatedNodeTest.java 21 package org.apache.xpath.axes;
265 * Init the proximity position to zero for a forward axes.
292 * Tells if this is a reverse axes.
DescendantIterator.java 21 package org.apache.xpath.axes;
38 * @see org.apache.xpath.axes.LocPathIterator
BasicTestIterator.java 21 package org.apache.xpath.axes;
ContextNodeList.java 21 package org.apache.xpath.axes;
FilterExprIterator.java 21 package org.apache.xpath.axes;
  /external/quake/quake/src/QW/client/
r_sprite.c 303 // generate the sprite's axes, with vup straight up in worldspace, and
334 // generate the sprite's axes, completely parallel to the viewplane. There
346 // generate the sprite's axes, with vup straight up in worldspace, and
372 // generate the sprite's axes, according to the sprite's world orientation
378 // generate the sprite's axes, parallel to the viewplane, but rotated in
  /external/quake/quake/src/WinQuake/
r_sprite.cpp 303 // generate the sprite's axes, with vup straight up in worldspace, and
334 // generate the sprite's axes, completely parallel to the viewplane. There
346 // generate the sprite's axes, with vup straight up in worldspace, and
372 // generate the sprite's axes, according to the sprite's world orientation
378 // generate the sprite's axes, parallel to the viewplane, but rotated in
  /external/qemu/distrib/sdl-1.2.12/src/joystick/linux/
SDL_sysjoystick.c 163 axes, hats, balls, buttons
274 /* The current linux joystick driver maps hats to two axes */
278 /* The current linux joystick driver maps balls to two axes */
672 /* Get the number of buttons, axes, and other thingamajigs */
822 /* Get the number of buttons and axes on the joystick */
892 struct joystick_logical_mapping* axes; local
902 axes = SDL_joylist[joystick->index].map->axismap+axis;
903 logicaljoy = FindLogicalJoystick(joystick, axes);
908 SDL_PrivateJoystickAxis(logicaljoy, axes->nthing, value);
  /prebuilt/common/jfreechart/
README.txt 265 - added new axes: PeriodAxis and ModuloAxis.
282 renderers and axes;
328 - addition of the AxisState class, used in the drawing of axes to
335 - fixes for tick label positioning on axes;
377 - added support for multiple secondary axes, datasets and
491 - fixed constructors for symbolic axes;
497 - added support for secondary axes, datasets and renderers;
507 - created separate packages for the axes
522 classes, not the axes (included in this change is the
565 CategoryDataset. Updated logarithmic axes. Improved UR
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
FuncLast.java 25 import org.apache.xpath.axes.SubContextList;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
joyos2.h 166 // struct defining the digital response values for all axes
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
XPathVisitor.java 23 import org.apache.xpath.axes.LocPathIterator;
24 import org.apache.xpath.axes.UnionPathIterator;
  /frameworks/base/core/java/android/view/
RawInputEvent.java 134 // Relative axes (EV_REL) scan codes.
148 // Absolute axes (EV_ABS) scan codes.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java 31 import org.apache.xpath.axes.SubContextList;
53 * @param axis The Axis for this test, one of of Axes.ANCESTORORSELF, etc.
70 * @param axis The Axis for this test, one of of Axes.ANCESTORORSELF, etc.
918 * @param axis The Axis for this test, one of of Axes.ANCESTORORSELF, etc.
929 * @return The Axis for this test, one of of Axes.ANCESTORORSELF, etc.
  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 85 long axes; /* number of axis (calculated, not reported by device) */ member in struct:joystick_hwdata
320 pDevice->axes++;
709 joystick->naxes = device->axes;
736 for (i = 0; i < device->axes; i++)
754 if ( value != joystick->axes[i] )
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 35 import org.apache.xpath.axes.UnionPathIterator;
36 import org.apache.xpath.axes.WalkerFactory;
591 * {@link org.apache.xpath.axes.LocPathIterator} children.
595 * @return reference to {@link org.apache.xpath.axes.LocPathIterator} instance.
633 * {@link org.apache.xpath.axes.AxesWalker} children.
637 * @return reference to {@link org.apache.xpath.axes.LocPathIterator} instance.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
Variable.java 32 import org.apache.xpath.axes.PathComponent;
33 import org.apache.xpath.axes.WalkerFactory;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/win32/
SDL_mmjoystick.c 39 #define MAX_AXES 6 /* each joystick can have up to 6 axes */
308 change = (value - joystick->axes[i]);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 32 import org.apache.xpath.axes.UnionPathIterator;
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
KeyIterator.java 34 import org.apache.xpath.axes.OneStepIteratorForward;

Completed in 212 milliseconds

12 3 4 5