HomeSort by relevance Sort by last modified time
    Searched refs:test_node (Results 1 - 11 of 11) 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...]
  /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));
  /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
  /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 3853 milliseconds