Searched refs:CHILD (Results 1 - 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c107 w = node2tuple(CHILD(n, i), mkseq, addelem, lineno, col_offset);
259 int v = parser_compare_nodes(CHILD(left, j), CHILD(right, j));
837 node* new_child = CHILD(root, i - 1);
1035 && vfunc(CHILD(tree, 0)));
1041 res = validate_comma(CHILD(tree, --nch));
1045 res = (validate_comma(CHILD(tree, pos))
1046 && vfunc(CHILD(tree, pos + 1)));
1066 res = (validate_name(CHILD(tree, 0), "class")
1067 && validate_ntype(CHILD(tre
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c107 w = node2tuple(CHILD(n, i), mkseq, addelem, lineno, col_offset);
228 int v = parser_compare_nodes(CHILD(left, j), CHILD(right, j));
808 node* new_child = CHILD(root, i - 1);
1006 && vfunc(CHILD(tree, 0)));
1012 res = validate_comma(CHILD(tree, --nch));
1016 res = (validate_comma(CHILD(tree, pos))
1017 && vfunc(CHILD(tree, pos + 1)));
1037 res = (validate_name(CHILD(tree, 0), "class")
1038 && validate_ntype(CHILD(tre
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c173 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(c
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c173 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(c
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dnode.h28 #define CHILD(n, i) (&(n)->n_child[i]) macro
29 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dnode.h27 #define CHILD(n, i) (&(n)->n_child[i]) macro
28 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
H A Dparser.c130 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(cc
[all...]
H A Dlistnode.c36 list1node(fp, CHILD(n, i));
H A Dnode.c144 freechildren(CHILD(n, i));
157 res += sizeofchildren(CHILD(n, i));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dparser.c130 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(cc
[all...]
H A Dlistnode.c36 list1node(fp, CHILD(n, i));
H A Dnode.c133 freechildren(CHILD(n, i));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dpty.py19 CHILD = 0 variable
99 if pid == CHILD:
109 if pid == CHILD:
160 if pid == CHILD:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_pty.py115 if pid == pty.CHILD:
H A Dtest_logging.py255 CHILD = logging.getLogger("INF.BADPARENT")
261 CHILD.log(logging.FATAL, m())
262 CHILD.info(m())
266 CHILD.debug(m())

Completed in 111 milliseconds