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

1 2 3 4 5 6 7

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
PathComponent.java 21 package org.apache.xpath.axes;
SubContextList.java 21 package org.apache.xpath.axes;
RTFIterator.java 28 package org.apache.xpath.axes;
ContextNodeList.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
IteratorPool.java 21 package org.apache.xpath.axes;
  /external/chromium_org/content/browser/gamepad/
gamepad_standard_mappings_linux.cc 15 mapped->buttons[kButtonLeftTrigger] = AxisToButton(input.axes[2]);
16 mapped->buttons[kButtonRightTrigger] = AxisToButton(input.axes[5]);
21 mapped->buttons[kButtonDpadUp] = AxisNegativeAsButton(input.axes[7]);
22 mapped->buttons[kButtonDpadDown] = AxisPositiveAsButton(input.axes[7]);
23 mapped->buttons[kButtonDpadLeft] = AxisNegativeAsButton(input.axes[6]);
24 mapped->buttons[kButtonDpadRight] = AxisPositiveAsButton(input.axes[6]);
26 mapped->axes[kAxisRightStickX] = input.axes[3];
27 mapped->axes[kAxisRightStickY] = input.axes[4]
    [all...]
gamepad_standard_mappings_win.cc 18 mapped->axes[kAxisRightStickY] = input.axes[5];
19 DpadFromAxis(mapped, input.axes[9]);
33 mapped->buttons[kButtonDpadUp] = AxisNegativeAsButton(input.axes[1]);
34 mapped->buttons[kButtonDpadDown] = AxisPositiveAsButton(input.axes[1]);
35 mapped->buttons[kButtonDpadLeft] = AxisNegativeAsButton(input.axes[0]);
36 mapped->buttons[kButtonDpadRight] = AxisPositiveAsButton(input.axes[0]);
64 mapped->buttons[kButtonLeftTrigger] = AxisToButton(input.axes[3]);
65 mapped->buttons[kButtonRightTrigger] = AxisToButton(input.axes[4]);
72 mapped->axes[kAxisRightStickY] = input.axes[5]
    [all...]
gamepad_provider_unittest.cc 76 test_data.items[0].axes[0] = -1.f;
77 test_data.items[0].axes[1] = .5f;
109 EXPECT_EQ(-1.f, output.items[0].axes[0]);
110 EXPECT_EQ(0.5f, output.items[0].axes[1]);
123 no_button_data.items[0].axes[0] = -1.f;
124 no_button_data.items[0].axes[1] = .5f;
gamepad_platform_data_fetcher_android.cc 119 std::vector<float> axes; local
120 base::android::JavaFloatArrayToFloatVector(env, jaxes, &axes);
122 // Set WebGamepad axeslength to total number of axes on the gamepad device.
125 pad.axesLength = std::min(static_cast<int>(axes.size()),
128 // Copy axes state to the WebGamepad axes[].
130 pad.axes[i] = static_cast<double>(axes[i]);
136 // Set WebGamepad buttonslength to total number of axes on the gamepad
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
Gamepad.idl 34 readonly attribute double[] axes;
  /external/chromium_org/ppapi/c/
ppb_gamepad.h 35 * 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/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_sysjoystick.h 34 Sint16 *axes; /* Current axis states */ member in struct:_SDL_Joystick
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncCurrent.java 26 import org.apache.xpath.axes.LocPathIterator;
27 import org.apache.xpath.axes.PredicatedNodeTest;
30 import org.apache.xpath.axes.SubContextList;
  /frameworks/base/tools/velocityplot/
velocityplot.py 133 axes = self.fig.add_axes([0.1, top, 0.8, height],
140 axes.text(0.02, 0.02, title, transform=axes.transAxes, fontsize=10, fontweight='bold')
141 axes.set_xlabel('time (s)', fontsize=10, fontweight='bold')
142 axes.set_ylabel(ylabel, fontsize=10, fontweight='bold')
143 axes.set_xticks(range(0, timespan + 1, timeticks))
144 axes.set_yticks(yticks)
145 axes.grid(True)
147 for label in axes.get_xticklabels():
149 for label in axes.get_yticklabels()
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeMeasurementTestActivity.java 177 private int[] getExpectationsDeg(int axes, int rotationAxis, int expectationDeg) {
178 int[] expectationsDeg = new int[axes];
179 for (int i = 0; i < axes; ++i) {
186 private float[] getThresholdsDeg(int axes, int rotationAxis) {
187 float[] thresholdsDeg = new float[axes];
188 for (int i = 0; i < axes; ++i) {
189 // tests set a high threshold on the axes where rotation is not expected, to account
  /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/chromium_org/content/common/
gamepad_param_traits.cc 65 for (size_t i = 0; i < arraysize(p.axes); ++i) {
66 l->append(base::StringPrintf("%f%s", p.axes[i],
67 i < (arraysize(p.axes) - 1) ? ", " : "], "));
  /external/chromium_org/ppapi/shared_impl/
ppb_gamepad_shared.h 43 // Number of valid entries in the axes array.
46 // Normalized values representing axes, in the range [-1..1].
47 double axes[kAxesLengthCap]; member in struct:ppapi::WebKitGamepad
ppb_gamepad_shared.cc 25 output_pad.axes[j] = static_cast<float>(webkit_pad.axes[j]);
  /external/chromium_org/third_party/WebKit/public/platform/
WebGamepad.h 83 // Number of valid entries in the axes array.
86 // Normalized values representing axes, in the range [-1..1].
87 double axes[axesLengthCap]; member in class:blink::WebGamepad
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitor.java 23 import org.apache.xpath.axes.LocPathIterator;
24 import org.apache.xpath.axes.UnionPathIterator;
  /external/chromium_org/ppapi/api/
ppb_gamepad.idl 23 * Number of valid elements in the |axes| array.
28 * Normalized values for the axes, indices valid up to |axes_length|-1. Axis
31 float_t[16] axes;
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
MemoryView.py 81 #def axes_to_str(axes):
82 # return "".join([access[0].upper()+packing[0] for (access, packing) in axes])
130 axes = [('direct', 'strided')] * n
131 axes.extend(memoryviewtype.axes)
132 return PyrexTypes.MemoryViewSliceType(memoryviewtype.dtype, axes)
163 for src_spec, dst_spec in zip(src.axes, dst.axes):
232 axes = [(dim, index_cnames[dim], access, packing)
233 for dim, (access, packing) in enumerate(self.type.axes)]
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AbsPathChecker.java 25 import org.apache.xpath.axes.LocPathIterator;

Completed in 2379 milliseconds

1 2 3 4 5 6 7