/external/valgrind/main/none/tests/ |
pth_blockedsig.stdout.exp | 1 thread CHILD sending SIGUSR1 to thread MAIN
|
/frameworks/base/core/java/android/widget/ |
ExpandableListPosition.java | 22 * ExpandableListPosition can refer to either a group's position or a child's 23 * position. Referring to a child's position requires both a group position (the 24 * group containing the child) and a child position (the child's position within 35 * This data type represents a child position 37 public final static int CHILD = 1; 46 * group of the child being referred to 51 * The position of the child within its parent group 57 * the corresponding flat list position for the group or child is known [all...] |
ExpandableListConnector.java | 36 * <li> cPos - Child position, the position of a child among all the children 47 * ListAdapter expects to/from group and child positions that the ExpandableListAdapter 59 * and group/child positions. See {@link GroupMetadata}. 97 * flat list position corresponds to a group, or b) child pos if it 98 * corresponds to a child. Performs a binary search on the expanded 103 * @return the group position or child position of the specified flat list 131 * contains the child we're looking for. If we are looking for a 149 * last child's flat list position, so search right 168 /* The flat list position is a child of the middle group * [all...] |
ExpandableListView.java | 47 * collapsed group, child, or last child). Use 88 * The packed position represents a child. 100 * (first bit 0) should not have a child position filled. 104 /** The mask (in packed position representation) for the child */ 119 /** The mask (in integer child position representation) for the child */ 128 /** Gives us Views through group+child positions */ 138 * Left bound for drawing the indicator of a child. Value of 144 * Right bound for drawing the indicator of a child. Value o [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 54 /** The child axis contains the children of the context node. */ 55 public static final int CHILD = 3; 59 * a descendant is a child or a child of a child and so on; thus the 169 false, // child 188 "child", // 3
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
ChildTestIterator.java | 127 m_traverser = m_cdtm.getAxisTraverser(Axis.CHILD); 152 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple 157 return org.apache.xml.dtm.Axis.CHILD;
|
ChildIterator.java | 112 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple 117 return org.apache.xml.dtm.Axis.CHILD;
|
WalkingIteratorSorted.java | 64 * it doesn't wish to load child walkers. 108 boolean isSimpleDownAxis = ((axis == Axis.CHILD) 158 // boolean isSimpleDownAxis = ((axis == Axis.CHILD)
|
WalkerFactory.java | 180 // Is the iteration exactly one child step? 184 // Does the pattern specify *any* child with no predicate? (i.e. select="child::node()". 190 // Use simple child iteration without any test. 239 // child:node() 330 return Axis.CHILD; 363 case Axis.CHILD : 759 if (OpCodes.NODETYPE_NODE == compiler.getOp(stepOpCodePos + 3)) // child::node() 780 * @return true if the axis is not a child axis and does not go up from 801 * "self::node()/following-sibling::foo/child::daz[position()=2]" [all...] |
UnionPathIterator.java | 193 if(lpi.getAxis() != Axis.CHILD) 482 * @return Axis.CHILD, etc., or -1 if the axis is not known or is of multiple
|
/external/clang/tools/scan-build/ |
c++-analyzer | 282 if (open(CHILD, $ofile)) { 290 while (<CHILD>) { 318 close CHILD;
|
ccc-analyzer | 282 if (open(CHILD, $ofile)) { 290 while (<CHILD>) { 318 close CHILD;
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Compiler.java | 851 pattern = new FunctionPattern(compileFunction(opPos), Axis.PARENT, Axis.CHILD); 861 Axis.PARENT, Axis.CHILD); 885 Axis.ANCESTOR, Axis.CHILD); 895 Axis.PARENT, Axis.CHILD); 911 // the full pattern is really "self::node()/child::foo[3]". If you 914 // self::foo/parent::node[child::foo[3]]", or close enough. 918 Axis.PARENT, Axis.CHILD); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
libc-lock.h | 463 #define __libc_atfork(PREPARE, PARENT, CHILD) \ 464 __register_atfork (PREPARE, PARENT, CHILD, NULL)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
libc-lock.h | 463 #define __libc_atfork(PREPARE, PARENT, CHILD) \ 464 __register_atfork (PREPARE, PARENT, CHILD, NULL)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
libc-lock.h | 463 #define __libc_atfork(PREPARE, PARENT, CHILD) \ 464 __register_atfork (PREPARE, PARENT, CHILD, NULL)
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
StepPattern.java | 437 for (int child = traverser.first(context); DTM.NULL != child; 438 child = traverser.next(context, child)) 442 xctxt.pushCurrentNode(child); 444 if (NodeTest.SCORE_NONE != super.execute(xctxt, child)) 534 DTMAxisTraverser traverser = dtm.getAxisTraverser(Axis.CHILD); 536 for (int child = traverser.first(parent); DTM.NULL != child; 537 child = traverser.next(parent, child) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseIterators.java | 123 case Axis.CHILD : 190 case Axis.CHILD : 419 * of a basic child iterator, but a specialised iterator is used 509 * filter on top of a basic child iterator, but a specialised 2009 int child = _firstch(parent); local [all...] |
DTMDefaultBaseTraversers.java | 130 case Axis.CHILD : 360 // Is it a child? 365 // we know it is past the child axis. [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
FlexAntTasks.jar | |
/external/jdiff/ |
xerces.jar | |