HomeSort by relevance Sort by last modified time
    Searched defs:CHILD (Results 1 - 20 of 20) sorted by null

  /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))
  /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:
  /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...]
  /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/valgrind/VEX/priv/
tilegx_disasm.c     [all...]
  /external/jemalloc/src/
ctl.c 208 #define CHILD(t, c) \
236 {NAME("tcache"), CHILD(named, thread_tcache)},
237 {NAME("prof"), CHILD(named, thread_prof)}
299 {NAME("chunk"), CHILD(named, chunk)},
302 {NAME(""), CHILD(named, arena_i)}
315 {NAME(""), CHILD(named, arenas_bin_i)}
326 {NAME(""), CHILD(named, arenas_lrun_i)}
337 {NAME(""), CHILD(named, arenas_hchunk_i)}
353 {NAME("bin"), CHILD(indexed, arenas_bin)},
355 {NAME("lrun"), CHILD(indexed, arenas_lrun)}
831 const ctl_named_node_t *child = local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 93 * <br /> Tapping on a parent folder creates a new fragment with the child folders at
144 /** Parent of the current folder, or null if the current folder is not a child. */
    [all...]
  /external/pcre/dist/sljit/
sljitNativeTILEGX-encoder.c     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 308 milliseconds