/external/guava/guava/src/com/google/common/collect/ |
Sets.java | [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttgxvar.c | 330 FT_TRACE2(( "ft_var_load_avar: number of axes in `avar' and `cvar'\n" 465 FT_TRACE1(( "ft_var_load_gvar: number of axes in `gvar' and `cvar'\n" 810 FT_TRACE5(( "number of GX style axes: %d\n", fvar_head.axisCount )); [all...] |
/external/apache-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/skia/experimental/docs/ |
exampleSlides.js | 367 "axes": [ 444 { "draw":"pictures.axes" } 483 { "draw":"pictures.axes" } 527 { "draw":"pictures.axes" } 548 { "draw":"pictures.axes" }
|
/frameworks/support/design/tests/src/android/support/design/widget/ |
CoordinatorLayoutTest.java | 532 any(int.class)); // axes 540 any(int.class)); // axes 598 any(int.class)); // axes 606 any(int.class)); // axes 680 eq(scrollView)); // axes
|
/docs/source.android.com/src/devices/sensors/ |
sensor-types.jd | 27 <p>This section describes sensor axes, base sensors, and composite sensors 30 <h2 id="sensor_axis_definition">Sensor axes</h2> 34 <h3 id=phone_axes>Mobile device axes</h3> 36 (axes are not swapped when the device's screen orientation changes.</p> 43 <h3 id=auto_axes>Automotive axes</h3> 44 <p>In Android Automotive implementations, axes are defined with respect to the 119 sensor axes. The measured acceleration includes both the physical acceleration 123 minus the force of gravity along the 3 sensor axes.</p> 157 magnetic field, as measured along the 3 sensor axes.</p> 174 sensor axes.</p [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/ |
DirectSearchOptimizer.java | 125 * the canonical axes of the space. The simplex is the subset of vertices 126 * of a box parallel to the canonical axes. It is built as the path followed 135 * @param steps steps along the canonical axes representing box edges,
|
/external/apache-xml/src/main/java/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;
|
WalkingIteratorSorted.java | 21 package org.apache.xpath.axes;
|
/external/apache-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...] |
/external/autotest/client/bin/input/ |
linux_input.py | 51 # Resolution for main axes (ABS_X, ABS_Y, ABS_Z) is reported in 52 # units per millimeter (units/mm), resolution for rotational axes 730 # Relative axes 744 # Absolute axes [all...] |
/frameworks/base/core/java/android/provider/ |
FontsContract.java | 193 * @param axes If providing a variation font, the settings for it. May be null. 200 @Nullable FontVariationAxis[] axes, @IntRange(from = 1, to = 1000) int weight, 204 mAxes = axes; 225 * Returns the list of axes associated to this font. 806 FontVariationAxis[] axes = local [all...] |
/cts/tests/sensor/src/android/hardware/cts/helpers/ |
TestSensorEnvironment.java | 363 * @return The number of axes in the coordinate system of the sensor under test. 370 throw new IllegalStateException("Axes count needs to be defined for sensor type: "
|
/external/apache-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/autotest/client/site_tests/firmware_TouchMTB/ |
touch_device.py | 35 self.axes = {AXIS.X: self.axis_x, AXIS.Y: self.axis_y} 183 return self.pixel_to_mm_single_axis(value_pixel, self.axes[axis_name])
|
/frameworks/base/data/keyboards/ |
Generic.kl | 414 # Joystick and game controller axes. 415 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
|
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
accel_cal.h | 155 * x,y,z -> is the sensor data (m/s^2) for the three axes.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
AbsolutePointer.h | 144 with the pointer device and the current position of the axes
|
/docs/source.android.com/src/devices/input/ |
getevent.jd | 34 <p>Use the <code>-p</code> option to see all of the keys and axes a device
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
FuncKey.java | 32 import org.apache.xpath.axes.UnionPathIterator;
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
KeyIterator.java | 34 import org.apache.xpath.axes.OneStepIteratorForward;
|