Searched refs:node_count (Results 1 – 1 of 1) sorted by relevance
| /kernel/lib/topology/ |
| A D | system-topology_test.cpp | 17 size_t node_count = 0; member 36 ASSERT_EQ(ZX_OK, graph.Update(topo.nodes, topo.node_count)); in test_flat_to_heap_simple() 55 ASSERT_EQ(ZX_OK, graph.Update(topo.nodes, topo.node_count)); in test_flat_to_heap_complex() 66 ASSERT_EQ(ZX_OK, graph.Update(topo.nodes, topo.node_count)); in test_flat_to_heap_walk_result() 98 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_processor_not_leaf() 111 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_leaf_not_processor() 124 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_cycle() 139 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_cycle_shared_parent() 234 topo.node_count = index; in RUN_TEST() 296 topo.node_count = index; in HierarchicalTopology() [all …]
|
Completed in 3 milliseconds