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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
node.h 28 #define CHILD(n, i) (&(n)->n_child[i])
29 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
node.h 27 #define CHILD(n, i) (&(n)->n_child[i])
28 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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.
160 if pid == CHILD:
  /external/libmojo/mojo/edk/test/
multiprocess_test_helper.h 30 // Launch the child process as a child in the mojo system.
31 CHILD,
33 // Launch the child process as an unrelated peer process in the mojo system.
36 // Launch the child process as a child in the mojo system, using a named
40 // Launch the child process as an unrelated peer process in the mojo
48 // Start a child process and run the "main" function "named" |test_child_name|
53 LaunchType launch_type = LaunchType::CHILD);
70 // Wait for the child process to terminate
    [all...]
  /external/python/cpython2/Include/
node.h 28 #define CHILD(n, i) (&(n)->n_child[i])
29 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
  /external/python/cpython2/Lib/
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/python/cpython3/Lib/
pty.py 19 CHILD = 0
81 Fork and make the child a session leader with a controlling terminal."""
88 if pid == CHILD:
98 if pid == CHILD:
103 # Slave becomes stdin/stdout/stderr of child.
116 # Parent and child process.
155 if pid == CHILD:
  /prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/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/gdb/linux-x86/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/gdb/linux-x86/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/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/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/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/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/python/cpython3/Include/
node.h 30 #define CHILD(n, i) (&(n)->n_child[i])
31 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
  /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
  /toolchain/binutils/binutils-2.27/opcodes/
tilegx-opc.c     [all...]
tilepro-opc.c     [all...]
  /external/jemalloc/src/
ctl.c 217 #define CHILD(t, c) \
245 {NAME("tcache"), CHILD(named, thread_tcache)},
246 {NAME("prof"), CHILD(named, thread_prof)}
312 {NAME(""), CHILD(named, arena_i)}
325 {NAME(""), CHILD(named, arenas_bin_i)}
336 {NAME(""), CHILD(named, arenas_lrun_i)}
347 {NAME(""), CHILD(named, arenas_hchunk_i)}
364 {NAME("bin"), CHILD(indexed, arenas_bin)},
366 {NAME("lrun"), CHILD(indexed, arenas_lrun)},
368 {NAME("hchunk"), CHILD(indexed, arenas_hchunk)}
843 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/dist2/src/sljit/
sljitNativeTILEGX-encoder.c     [all...]
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 

Completed in 8489 milliseconds

1 2