Searched defs:axes (Results 1 - 25 of 52) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DPathComponent.java21 package org.apache.xpath.axes;
H A DRTFIterator.java28 package org.apache.xpath.axes;
H A DSubContextList.java21 package org.apache.xpath.axes;
H A DAttributeIterator.java21 package org.apache.xpath.axes;
28 * attribute axes patterns.
29 * @see org.apache.xpath.axes#ChildTestIterator
H A DBasicTestIterator.java21 package org.apache.xpath.axes;
H A DChildIterator.java21 package org.apache.xpath.axes;
32 * @see org.apache.xpath.axes.LocPathIterator
H A DHasPositionalPredChecker.java21 package org.apache.xpath.axes;
H A DIteratorPool.java21 package org.apache.xpath.axes;
H A DSelfIteratorNoPredicate.java21 package org.apache.xpath.axes;
29 * "." patterns, that is, the self axes without any predicates.
30 * @see org.apache.xpath.axes.LocPathIterator
H A DUnionChildIterator.java21 package org.apache.xpath.axes;
30 * tests along the child axes. If the conditions are right, it is
H A DChildTestIterator.java21 package org.apache.xpath.axes;
32 * @see org.apache.xpath.axes.BasicTestIterator
H A DOneStepIteratorForward.java21 package org.apache.xpath.axes;
34 * @see org.apache.xpath.axes#ChildTestIterator
63 * Create a OneStepIterator object that will just traverse the self axes.
H A DWalkingIteratorSorted.java21 package org.apache.xpath.axes;
H A DContextNodeList.java21 package org.apache.xpath.axes;
H A DDescendantIterator.java21 package org.apache.xpath.axes;
38 * @see org.apache.xpath.axes.LocPathIterator
H A DMatchPatternIterator.java21 package org.apache.xpath.axes;
H A DReverseAxesWalker.java21 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
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepad.cpp39 void Gamepad::axes(unsigned count, float* data) function in class:WebCore::Gamepad
H A DGamepad.h55 const FloatVector& axes() const { return m_axes; } function in class:WebCore::Gamepad
56 void axes(unsigned count, float* data);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGamepad.h65 // Number of valid entries in the axes array.
68 // Normalized values representing axes, in the range [-1..1].
69 float axes[axesLengthCap]; member in class:WebKit::WebGamepad
/external/qemu/distrib/sdl-1.2.15/src/joystick/
H A DSDL_sysjoystick.h34 Sint16 *axes; /* Current axis states */ member in struct:_SDL_Joystick
/external/chromium_org/ppapi/c/
H A Dppb_gamepad.h35 * Number of valid elements in the |axes| array.
39 * Normalized values for the axes, indices valid up to |axes_length|-1. Axis
42 float axes[16]; member in struct:PP_GamepadSampleData
/external/chromium_org/ppapi/shared_impl/
H A Dppb_gamepad_shared.h37 // Number of valid entries in the axes array.
40 // Normalized values representing axes, in the range [-1..1].
41 float axes[kAxesLengthCap]; member in struct:ppapi::WebKitGamepad
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DGamepadController.cpp167 int axes = args[1].toInt32(); local
168 if (axes < 0 || axes >= static_cast<int>(WebKit::WebGamepad::axesLengthCap))
170 m_gamepads.items[index].axesLength = axes;
188 m_gamepads.items[index].axes[axis] = data;
/external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
H A DSDL_bejoystick.cc122 /* 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]);

Completed in 1906 milliseconds

123