HomeSort by relevance Sort by last modified time
    Searched refs:test_node (Results 1 - 23 of 23) 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/core/property_service/libpropertyinfoserializer/
trie_builder_test.cpp 54 auto* test_node = builder_root.FindChild("test"); local
55 EXPECT_EQ("test", test_node->name());
56 ASSERT_NE(nullptr, test_node->context());
57 EXPECT_EQ("1st", *test_node->context());
58 ASSERT_NE(nullptr, test_node->type());
59 EXPECT_EQ("1st_type", *test_node->type());
61 EXPECT_EQ(0U, test_node->children().size());
62 EXPECT_EQ(1U, test_node->prefixes().size());
64 auto& property_entry = test_node->prefixes()[0];
71 EXPECT_EQ(3U, test_node->exact_matches().size())
    [all...]
property_info_serializer_test.cpp 57 TrieNode test_node; local
58 ASSERT_TRUE(root_node.FindChildForString("test", 4, &test_node));
60 EXPECT_STREQ("test", test_node.name());
61 EXPECT_STREQ("1st", property_info_area->context(test_node.context_index()));
62 EXPECT_STREQ("1st", property_info_area->type(test_node.type_index()));
64 EXPECT_EQ(0U, test_node.num_child_nodes());
66 EXPECT_EQ(1U, test_node.num_prefixes());
68 auto prefix = test_node.prefix(0);
75 EXPECT_EQ(3U, test_node.num_exact_matches());
77 auto match1 = test_node.exact_match(0)
    [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);
  /system/update_engine/payload_generator/
inplace_generator.cc 389 Vertex::Index test_node = (*op_indexes)[i]; local
390 if (!(*graph)[test_node].valid)
394 ranges.AddRepeatedExtents((*graph)[test_node].aop.op.dst_extents());
397 ranges.SubtractRepeatedExtents((*graph)[test_node].aop.op.src_extents());
401 (*graph)[test_node].out_edges.begin(),
402 edge_e = (*graph)[test_node].out_edges.end();
425 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 7000 xmlNode *test_node; local
    [all...]
  /external/python/cpython3/Lib/test/
test_platform.py 53 def test_node(self): member in class:PlatformTest
  /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
  /external/python/cpython3/Lib/lib2to3/tests/
test_pytree.py 73 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 1336 milliseconds