Home
last modified time | relevance | path

Searched refs:CHILD (Results 1 – 25 of 67) sorted by relevance

123

/external/python/cpython2/Modules/
Dparsermodule.c107 w = node2tuple(CHILD(n, i), mkseq, addelem, lineno, col_offset); in node2tuple()
259 int v = parser_compare_nodes(CHILD(left, j), CHILD(right, j)); in parser_compare_nodes()
837 node* new_child = CHILD(root, i - 1); in build_node_children()
1035 && vfunc(CHILD(tree, 0))); in validate_repeating_list()
1041 res = validate_comma(CHILD(tree, --nch)); in validate_repeating_list()
1045 res = (validate_comma(CHILD(tree, pos)) in validate_repeating_list()
1046 && vfunc(CHILD(tree, pos + 1))); in validate_repeating_list()
1066 res = (validate_name(CHILD(tree, 0), "class") in validate_class()
1067 && validate_ntype(CHILD(tree, 1), NAME) in validate_class()
1068 && validate_colon(CHILD(tree, nch - 2)) in validate_class()
[all …]
/external/pcre/dist2/src/sljit/
DsljitNativeTILEGX-encoder.c8372 #define CHILD(array_index) (TILEGX_OPC_NONE + (array_index)) macro
8393 CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513),
8394 CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513),
8395 CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513),
8396 CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513),
8397 CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513),
8398 CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513),
8399 CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513),
8400 CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513),
8401 CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513), CHILD(513),
[all …]
/external/python/cpython2/Python/
Dast.c173 if (TYPE(CHILD(n, 0)) == NEWLINE) in num_stmts()
176 return num_stmts(CHILD(n, 0)); in num_stmts()
180 ch = CHILD(n, i); in num_stmts()
186 return num_stmts(CHILD(n, 0)); in num_stmts()
193 return num_stmts(CHILD(n, 0)); in num_stmts()
197 l += num_stmts(CHILD(n, i)); in num_stmts()
233 n = CHILD(n, 0); in PyAST_FromNode()
248 ch = CHILD(n, i); in PyAST_FromNode()
260 ch = CHILD(ch, 0); in PyAST_FromNode()
263 s = ast_for_stmt(&c, CHILD(ch, j * 2)); in PyAST_FromNode()
[all …]
/external/python/cpython3/Python/
Dast.c718 if (TYPE(CHILD(n, 0)) == NEWLINE) in num_stmts()
721 return num_stmts(CHILD(n, 0)); in num_stmts()
725 ch = CHILD(n, i); in num_stmts()
731 return num_stmts(CHILD(n, 0)); in num_stmts()
738 return num_stmts(CHILD(n, 0)); in num_stmts()
742 l += num_stmts(CHILD(n, i)); in num_stmts()
778 n = CHILD(n, 0); in PyAST_FromNodeObject()
787 ch = CHILD(n, i); in PyAST_FromNodeObject()
799 ch = CHILD(ch, 0); in PyAST_FromNodeObject()
802 s = ast_for_stmt(&c, CHILD(ch, j * 2)); in PyAST_FromNodeObject()
[all …]
/external/python/cpython2/Parser/
Dparser.c130 return s_push(s, d, CHILD(n, NCH(n)-1)); in push()
186 n = CHILD(n, 0); in future_hack()
189 ch = CHILD(n, 0); in future_hack()
192 ch = CHILD(n, 1); in future_hack()
193 if (NCH(ch) == 1 && STR(CHILD(ch, 0)) && in future_hack()
194 strcmp(STR(CHILD(ch, 0)), "__future__") != 0) in future_hack()
196 ch = CHILD(n, 3); in future_hack()
201 ch = CHILD(n, 4); in future_hack()
204 cch = CHILD(ch, i); in future_hack()
205 if (NCH(cch) >= 1 && TYPE(CHILD(cch, 0)) == NAME) { in future_hack()
[all …]
Dnode.c144 freechildren(CHILD(n, i)); in freechildren()
157 res += sizeofchildren(CHILD(n, i)); in sizeofchildren()
Dlistnode.c36 list1node(fp, CHILD(n, i)); in list1node()
/external/python/cpython3/Parser/
Dparser.c130 return s_push(s, d, CHILD(n, NCH(n)-1)); in push()
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 …]
Dnode.c144 freechildren(CHILD(n, i)); in freechildren()
157 res += sizeofchildren(CHILD(n, i)); in sizeofchildren()
Dlistnode.c36 list1node(fp, CHILD(n, i)); in list1node()
/external/tensorflow/tensorflow/core/framework/
Dnumeric_op.h51 template <class T, class CHILD>
62 static_cast<CHILD*>(this)->Operate(context, input, output); in Compute()
67 template <class T, class CHILD>
88 static_cast<CHILD*>(this)->template Operate<NDIMS>(context, a, b, output); \ in Compute()
/external/jemalloc/src/
Dctl.c217 #define CHILD(t, c) \ macro
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)},
[all …]
/external/libmojo/mojo/edk/test/
Dmultiprocess_test_helper.cc102 if (launch_type == LaunchType::CHILD || launch_type == LaunchType::PEER) { in StartChildWithExtraSwitch()
143 if (launch_type == LaunchType::CHILD || launch_type == LaunchType::PEER) { in StartChildWithExtraSwitch()
152 if (launch_type == LaunchType::CHILD || in StartChildWithExtraSwitch()
165 if (launch_type == LaunchType::CHILD || launch_type == LaunchType::PEER) in StartChildWithExtraSwitch()
168 if (launch_type == LaunchType::CHILD || in StartChildWithExtraSwitch()
Dmultiprocess_test_helper.h31 CHILD, enumerator
53 LaunchType launch_type = LaunchType::CHILD);
/external/python/cpython3/Lib/
Dpty.py19 CHILD = 0 variable
88 if pid == CHILD:
98 if pid == CHILD:
155 if pid == CHILD:
/external/python/cpython2/Lib/
Dpty.py19 CHILD = 0 variable
99 if pid == CHILD:
109 if pid == CHILD:
166 if pid == CHILD:
/external/python/cpython2/Include/
Dnode.h28 #define CHILD(n, i) (&(n)->n_child[i]) macro
29 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
/external/python/cpython3/Include/
Dnode.h30 #define CHILD(n, i) (&(n)->n_child[i]) macro
31 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DChildTestIterator.java127 m_traverser = m_cdtm.getAxisTraverser(Axis.CHILD); in setRoot()
157 return org.apache.xml.dtm.Axis.CHILD; in getAxis()
DWalkerFactory.java330 return Axis.CHILD; in getAxisFromStep()
363 case Axis.CHILD : in getAnalysisBitFromAxes()
926 else if(Axis.CHILD == pat.getAxis()) in loadSteps()
1047 predicateAxis = Axis.CHILD; in createDefaultStepPattern()
1058 axis = Axis.CHILD; in createDefaultStepPattern()
1216 ai = new AxesWalker(lpi, Axis.CHILD); in createDefaultWalker()
/external/python/cpython3/Modules/
Dparsermodule.c111 w = node2tuple(CHILD(n, i), mkseq, addelem, lineno, col_offset); in node2tuple()
287 int v = parser_compare_nodes(CHILD(left, j), CHILD(right, j)); in parser_compare_nodes()
695 node *ch = CHILD(tree, pos); in validate_node()
790 validation_root = CHILD(tree, 0); in parser_tuple2st()
957 node* new_child = CHILD(root, i - 1); in build_node_children()
/external/clang/tools/scan-build/libexec/
Dccc-analyzer311 if (open(CHILD, $ofile)) {
319 while (<CHILD>) {
347 close CHILD;
/external/valgrind/none/tests/
Dpth_blockedsig.stdout.exp1 thread CHILD sending SIGUSR1 to thread MAIN
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java851 pattern = new FunctionPattern(compileFunction(opPos), Axis.PARENT, Axis.CHILD); in stepPattern()
861 Axis.PARENT, Axis.CHILD); in stepPattern()
885 Axis.ANCESTOR, Axis.CHILD); in stepPattern()
895 Axis.PARENT, Axis.CHILD); in stepPattern()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DAxis.java55 public static final int CHILD = 3; field in Axis

123