HomeSort by relevance Sort by last modified time
    Searched refs:test_node (Results 1 - 19 of 19) 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/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/get_mempolicy/
get_mempolicy01.c 233 int test_node = -1; local
235 ret = get_allowed_nodes(NH_MEMS, 1, &test_node);
241 nodemask_set(nodemask, test_node);
245 numa_bitmask_setbit(nodemask, test_node);
  /external/ltp/testcases/kernel/syscalls/mbind/
mbind01.c 217 int test_node = -1; local
219 ret = get_allowed_nodes(NH_MEMS, 1, &test_node);
226 nodemask_set(nodemask, test_node);
230 numa_bitmask_setbit(nodemask, test_node);
  /system/update_engine/payload_generator/
inplace_generator.cc 390 Vertex::Index test_node = (*op_indexes)[i]; local
391 if (!(*graph)[test_node].valid)
395 ranges.AddRepeatedExtents((*graph)[test_node].aop.op.dst_extents());
398 ranges.SubtractRepeatedExtents((*graph)[test_node].aop.op.src_extents());
402 (*graph)[test_node].out_edges.begin(),
403 edge_e = (*graph)[test_node].out_edges.end();
426 block_suppliers.push_back(make_pair(test_node, ranges));
  /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
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_platform.py 36 def test_node(self): member in class:PlatformTest
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_platform.py 36 def test_node(self): member in class:PlatformTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 36 def test_node(self): member in class:PlatformTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 36 def test_node(self): member in class:PlatformTest
  /external/libxml2/
valid.c 6958 xmlNode *test_node; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
UUIDTest.java 168 public void test_node() { method in class:UUIDTest
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 95 def test_node(self): member in class:TestNodes
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 95 def test_node(self): member in class:TestNodes

Completed in 1662 milliseconds