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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 107 w = node2tuple(CHILD(n, i), mkseq, addelem, lineno, col_offset);
259 int v = parser_compare_nodes(CHILD(left, j), CHILD(right, j));
832 "unsupported number of child nodes");
837 node* new_child = CHILD(root, i - 1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 107 w = node2tuple(CHILD(n, i), mkseq, addelem, lineno, col_offset);
228 int v = parser_compare_nodes(CHILD(left, j), CHILD(right, j));
803 "unsupported number of child nodes");
808 node* new_child = CHILD(root, i - 1);
    [all...]
  /external/python/cpython2/Modules/
parsermodule.c 107 w = node2tuple(CHILD(n, i), mkseq, addelem, lineno, col_offset);
259 int v = parser_compare_nodes(CHILD(left, j), CHILD(right, j));
851 "unsupported number of child nodes");
856 node* new_child = CHILD(root, i - 1);
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeTILEGX-encoder.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 173 if (TYPE(CHILD(n, 0)) == NEWLINE)
176 return num_stmts(CHILD(n, 0));
180 ch = CHILD(n, i);
186 return num_stmts(CHILD(n, 0));
193 return num_stmts(CHILD(n, 0));
197 l += num_stmts(CHILD(n, i));
233 n = CHILD(n, 0);
248 ch = CHILD(n, i);
260 ch = CHILD(ch, 0);
263 s = ast_for_stmt(&c, CHILD(ch, j * 2));
623 const node *child; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 173 if (TYPE(CHILD(n, 0)) == NEWLINE)
176 return num_stmts(CHILD(n, 0));
180 ch = CHILD(n, i);
186 return num_stmts(CHILD(n, 0));
193 return num_stmts(CHILD(n, 0));
197 l += num_stmts(CHILD(n, i));
233 n = CHILD(n, 0);
248 ch = CHILD(n, i);
260 ch = CHILD(ch, 0);
263 s = ast_for_stmt(&c, CHILD(ch, j * 2));
623 const node *child; local
    [all...]
  /external/python/cpython2/Python/
ast.c 173 if (TYPE(CHILD(n, 0)) == NEWLINE)
176 return num_stmts(CHILD(n, 0));
180 ch = CHILD(n, i);
186 return num_stmts(CHILD(n, 0));
193 return num_stmts(CHILD(n, 0));
197 l += num_stmts(CHILD(n, i));
233 n = CHILD(n, 0);
248 ch = CHILD(n, i);
260 ch = CHILD(ch, 0);
263 s = ast_for_stmt(&c, CHILD(ch, j * 2))
623 const node *child; local
    [all...]
  /external/python/cpython3/Python/
ast.c 726 if (TYPE(CHILD(n, 0)) == NEWLINE)
729 return num_stmts(CHILD(n, 0));
733 ch = CHILD(n, i);
739 return num_stmts(CHILD(n, 0));
746 return num_stmts(CHILD(n, 0));
750 l += num_stmts(CHILD(n, i));
784 n = CHILD(n, 0);
793 ch = CHILD(n, i);
805 ch = CHILD(ch, 0);
808 s = ast_for_stmt(&c, CHILD(ch, j * 2))
    [all...]
  /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))
  /external/libchrome/mojo/core/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);
64 // 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/cpython3/Include/
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/tensorflow/tensorflow/core/framework/
numeric_op.h 51 template <class T, class CHILD>
62 static_cast<CHILD*>(this)->Operate(context, input, output);
67 template <class T, class CHILD>
88 static_cast<CHILD*>(this)->template Operate<NDIMS>(context, a, b, output); \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
parser.c 130 return s_push(s, d, CHILD(n, NCH(n)-1));
186 n = CHILD(n, 0);
189 ch = CHILD(n, 0);
192 ch = CHILD(n, 1);
193 if (NCH(ch) == 1 && STR(CHILD(ch, 0)) &&
194 strcmp(STR(CHILD(ch, 0)), "__future__") != 0)
196 ch = CHILD(n, 3);
201 ch = CHILD(n, 4);
204 cch = CHILD(ch, i);
205 if (NCH(cch) >= 1 && TYPE(CHILD(cch, 0)) == NAME) {
    [all...]
listnode.c 36 list1node(fp, CHILD(n, i));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
parser.c 130 return s_push(s, d, CHILD(n, NCH(n)-1));
186 n = CHILD(n, 0);
189 ch = CHILD(n, 0);
192 ch = CHILD(n, 1);
193 if (NCH(ch) == 1 && STR(CHILD(ch, 0)) &&
194 strcmp(STR(CHILD(ch, 0)), "__future__") != 0)
196 ch = CHILD(n, 3);
201 ch = CHILD(n, 4);
204 cch = CHILD(ch, i);
205 if (NCH(cch) >= 1 && TYPE(CHILD(cch, 0)) == NAME) {
    [all...]
listnode.c 36 list1node(fp, CHILD(n, i));
  /external/python/cpython2/Parser/
parser.c 130 return s_push(s, d, CHILD(n, NCH(n)-1));
186 n = CHILD(n, 0);
189 ch = CHILD(n, 0);
192 ch = CHILD(n, 1);
193 if (NCH(ch) == 1 && STR(CHILD(ch, 0)) &&
194 strcmp(STR(CHILD(ch, 0)), "__future__") != 0)
196 ch = CHILD(n, 3);
201 ch = CHILD(n, 4);
204 cch = CHILD(ch, i);
205 if (NCH(cch) >= 1 && TYPE(CHILD(cch, 0)) == NAME)
    [all...]
listnode.c 36 list1node(fp, CHILD(n, i));
  /external/python/cpython3/Parser/
parser.c 130 return s_push(s, d, CHILD(n, NCH(n)-1));
192 n = CHILD(n, 0);
195 ch = CHILD(n, 0);
198 ch = CHILD(n, 1);
199 if (NCH(ch) == 1 && STR(CHILD(ch, 0)) &&
200 strcmp(STR(CHILD(ch, 0)), "__future__") != 0)
202 ch = CHILD(n, 3);
207 ch = CHILD(n, 4);
210 cch = CHILD(ch, i);
211 if (NCH(cch) >= 1 && TYPE(CHILD(cch, 0)) == NAME)
    [all...]
  /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;
  /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/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:

Completed in 718 milliseconds

1 2 3