/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
H A D | PathComponent.java | 21 package org.apache.xpath.axes;
|
H A D | RTFIterator.java | 28 package org.apache.xpath.axes;
|
H A D | SubContextList.java | 21 package org.apache.xpath.axes;
|
H A D | AttributeIterator.java | 21 package org.apache.xpath.axes; 28 * attribute axes patterns. 29 * @see org.apache.xpath.axes#ChildTestIterator
|
H A D | BasicTestIterator.java | 21 package org.apache.xpath.axes;
|
H A D | ChildIterator.java | 21 package org.apache.xpath.axes; 32 * @see org.apache.xpath.axes.LocPathIterator
|
H A D | HasPositionalPredChecker.java | 21 package org.apache.xpath.axes;
|
H A D | IteratorPool.java | 21 package org.apache.xpath.axes;
|
H A D | 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
|
H A D | UnionChildIterator.java | 21 package org.apache.xpath.axes; 30 * tests along the child axes. If the conditions are right, it is
|
H A D | ChildTestIterator.java | 21 package org.apache.xpath.axes; 32 * @see org.apache.xpath.axes.BasicTestIterator
|
H A D | 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.
|
H A D | WalkingIteratorSorted.java | 21 package org.apache.xpath.axes;
|
H A D | ContextNodeList.java | 21 package org.apache.xpath.axes;
|
H A D | DescendantIterator.java | 21 package org.apache.xpath.axes; 38 * @see org.apache.xpath.axes.LocPathIterator
|
H A D | MatchPatternIterator.java | 21 package org.apache.xpath.axes;
|
H A D | 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
|
H A D | FilterExprIterator.java | 21 package org.apache.xpath.axes;
|
H A D | FilterExprIteratorSimple.java | 21 package org.apache.xpath.axes;
|
H A D | FilterExprWalker.java | 21 package org.apache.xpath.axes;
|
H A D | 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/guava/guava/src/com/google/common/collect/ |
H A D | CartesianList.java | 37 private transient final ImmutableList<List<E>> axes; field in class:CartesianList 53 CartesianList(ImmutableList<List<E>> axes) { argument 54 this.axes = axes; 55 int[] axesSizeProduct = new int[axes.size() + 1]; 56 axesSizeProduct[axes.size()] = 1; 58 for (int i = axes.size() - 1; i >= 0; i--) { 60 IntMath.checkedMultiply(axesSizeProduct[i + 1], axes.get(i).size()); 70 return (index / axesSizeProduct[axis + 1]) % axes.get(axis).size(); 80 return axes [all...] |
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/ |
H A D | LinuxPrereqs.h | 56 JoyStickInfo(): devId(-1),joyFileD(-1),version(0),axes(0),buttons(0),hats(0) {} 65 //! Number of axes 66 unsigned char axes; member in class:OIS::JoyStickInfo
|
/external/skia/include/ports/ |
H A D | SkFontMgr.h | 125 * Any axes not specified will use the default value. Specified axes not present in the 128 * @param axes not copied. This pointer must remain valid for life of FontParameters. 130 FontParameters& setAxes(const Axis* axes, int axisCount) { argument 132 fAxes = axes;
|
/external/skia/gm/ |
H A D | fontscalerdistortable.cpp | 60 SkFontMgr::FontParameters::Axis axes[] = { { tag, styleValue } }; variable 62 distortable->duplicate(), SkFontMgr::FontParameters().setAxes(axes, 1)));
|