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

1 2 3 4 5

  /external/valgrind/none/tests/
pth_blockedsig.stdout.exp 1 thread CHILD sending SIGUSR1 to thread MAIN
  /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));
832 "unsupported number of child nodes");
837 node* new_child = CHILD(root, i - 1);
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
tilepro-opc.c     [all...]
tilegx-opc.c     [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 718 if (TYPE(CHILD(n, 0)) == NEWLINE)
721 return num_stmts(CHILD(n, 0));
725 ch = CHILD(n, i);
731 return num_stmts(CHILD(n, 0));
738 return num_stmts(CHILD(n, 0));
742 l += num_stmts(CHILD(n, i));
778 n = CHILD(n, 0);
787 ch = CHILD(n, i);
799 ch = CHILD(ch, 0);
802 s = ast_for_stmt(&c, CHILD(ch, j * 2))
    [all...]
  /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...]
  /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/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/cpython3/Include/
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/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/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/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))
  /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...]
  /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...]

Completed in 980 milliseconds

1 2 3 4 5