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