HomeSort by relevance Sort by last modified time
    Searched refs:test_node (Results 1 - 14 of 14) sorted by null

  /external/selinux/libsepol/cil/test/unit/
test_cil_tree.c 38 struct cil_tree_node *test_node; local
40 cil_tree_node_init(&test_node);
42 CuAssertPtrNotNull(tc, test_node);
43 CuAssertPtrEquals(tc, NULL, test_node->cl_head);
44 CuAssertPtrEquals(tc, NULL, test_node->cl_tail);
45 CuAssertPtrEquals(tc, NULL, test_node->parent);
46 CuAssertPtrEquals(tc, NULL, test_node->data);
47 CuAssertPtrEquals(tc, NULL, test_node->next);
48 CuAssertIntEquals(tc, 0, test_node->flavor);
49 CuAssertIntEquals(tc, 0, test_node->line)
    [all...]
test_cil_resolve_ast.c 6587 struct cil_tree_node *test_node; local
6622 struct cil_tree_node *test_node; local
6652 struct cil_tree_node *test_node; local
6683 struct cil_tree_node *test_node; local
6714 struct cil_tree_node *test_node; local
6745 struct cil_tree_node *test_node; local
6776 struct cil_tree_node *test_node = NULL; local
    [all...]
  /external/grpc-grpc/test/core/gpr/
mpscq_test.cc 32 typedef struct test_node { struct
36 } test_node; typedef in typeref:struct:test_node
38 static test_node* new_node(size_t i, size_t* ctr) {
39 test_node* n = static_cast<test_node*>(gpr_malloc(sizeof(test_node)));
53 test_node* n = reinterpret_cast<test_node*>(gpr_mpscq_pop(&q));
99 test_node* tn = reinterpret_cast<test_node*>(n)
    [all...]
  /external/dtc/tests/
property_iterate.c 34 static void test_node(void *fdt, int parent_offset) function
74 test_node(fdt, offset);
subnode_iterate.c 34 static void test_node(void *fdt, int parent_offset) function
67 test_node(fdt, offset);
  /external/ltp/testcases/kernel/syscalls/mbind/
mbind01.c 165 int test_node = -1; local
167 if (get_allowed_nodes(NH_MEMS, 1, &test_node) < 0)
172 numa_bitmask_setbit(nodemask, test_node);
  /external/ltp/testcases/kernel/syscalls/get_mempolicy/
get_mempolicy01.c 229 int test_node = -1; local
231 ret = get_allowed_nodes(NH_MEMS, 1, &test_node);
234 numa_bitmask_setbit(nodemask, test_node);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_platform.py 36 def test_node(self): member in class:PlatformTest
  /external/python/cpython2/Lib/test/
test_platform.py 36 def test_node(self): member in class:PlatformTest
  /external/libxml2/
valid.c 7000 xmlNode *test_node; local
    [all...]
  /external/python/cpython3/Lib/test/
test_platform.py 59 def test_node(self): member in class:PlatformTest
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_pytree.py 95 def test_node(self): member in class:TestNodes
  /external/python/cpython2/Lib/lib2to3/tests/
test_pytree.py 95 def test_node(self): member in class:TestNodes
  /external/python/cpython3/Lib/lib2to3/tests/
test_pytree.py 73 def test_node(self): member in class:TestNodes

Completed in 3079 milliseconds