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

1 2

  /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 49 * collapsed group, child, or last child). Use
94 * The packed position represents a child.
106 * (first bit 0) should not have a child position filled.
110 /** The mask (in packed position representation) for the child */
125 /** The mask (in integer child position representation) for the child */
134 /** Gives us Views through group+child positions */
150 * Left bound for drawing the indicator of a child. Value of
156 * Right bound for drawing the indicator of a child. Value o
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
node.h 30 #define CHILD(n, i) (&(n)->n_child[i])
31 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
node.h 30 #define CHILD(n, i) (&(n)->n_child[i])
31 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
  /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/chromium_org/ui/views/examples/
widget_example.h 33 CHILD, // Show a child widget.
widget_example.cc 75 BuildButton(container, "Child widget", CHILD);
119 case CHILD:
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pty.py 19 CHILD = 0
92 Fork and make the child a session leader with a controlling terminal."""
99 if pid == CHILD:
109 if pid == CHILD:
114 # Slave becomes stdin/stdout/stderr of child.
127 # Parent and child process.
166 if pid == CHILD:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pty.py 19 CHILD = 0
92 Fork and make the child a session leader with a controlling terminal."""
99 if pid == CHILD:
109 if pid == CHILD:
114 # Slave becomes stdin/stdout/stderr of child.
127 # Parent and child process.
166 if pid == CHILD:
  /external/jemalloc/src/
ctl.c 187 #define CHILD(t, c) \
210 {NAME("tcache"), CHILD(named, tcache)}
263 {NAME("chunk"), CHILD(named, chunk)},
266 {NAME(""), CHILD(named, arena_i)}
279 {NAME(""), CHILD(named, arenas_bin_i)}
290 {NAME(""), CHILD(named, arenas_lrun_i)}
305 {NAME("bin"), CHILD(indexed, arenas_bin)},
307 {NAME("lrun"), CHILD(indexed, arenas_lrun)},
356 {NAME(""), CHILD(named, stats_arenas_i_bins_j)}
370 {NAME(""), CHILD(named, stats_arenas_i_lruns_j)
748 const ctl_named_node_t *child = local
    [all...]
  /external/clang/tools/scan-build/
ccc-analyzer 282 if (open(CHILD, $ofile)) {
290 while (<CHILD>) {
318 close CHILD;
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 283 if (open(CHILD, $ofile)) {
291 while (<CHILD>) {
319 close CHILD;
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 283 if (open(CHILD, $ofile)) {
291 while (<CHILD>) {
319 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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
libc-lock.h 537 #define __libc_atfork(PREPARE, PARENT, CHILD) \
538 __register_atfork (PREPARE, PARENT, CHILD, NULL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
libc-lock.h 537 #define __libc_atfork(PREPARE, PARENT, CHILD) \
538 __register_atfork (PREPARE, PARENT, CHILD, NULL)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py 117 if pid == pty.CHILD:
120 debug("Child's fd 1 is not a tty?!")
123 # After pty.fork(), the child should already be a session leader.
125 debug("In child, calling os.setsid()")
148 debug("Waiting for child (%d) to finish." % pid)
150 # child or the child will block, causing this test to hang in the
151 # parent's waitpid() call. The child blocks after a
153 # Linux 2.6, it's 4000 bytes and the child won't block, but on OS
154 # X even the small writes in the child above will block it. Als
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py 117 if pid == pty.CHILD:
120 debug("Child's fd 1 is not a tty?!")
123 # After pty.fork(), the child should already be a session leader.
125 debug("In child, calling os.setsid()")
148 debug("Waiting for child (%d) to finish." % pid)
150 # child or the child will block, causing this test to hang in the
151 # parent's waitpid() call. The child blocks after a
153 # Linux 2.6, it's 4000 bytes and the child won't block, but on OS
154 # X even the small writes in the child above will block it. Als
    [all...]

Completed in 626 milliseconds

1 2