Searched refs:subgraph (Results 1 – 8 of 8) sorted by relevance
257 subgraph = graph.forw_bfs_subgraph(10)258 self.assertTrue(isinstance(subgraph, Graph))259 self.assertEqual(subgraph.number_of_nodes(), 1)260 self.assertTrue(10 in subgraph)261 self.assertEqual(subgraph.number_of_edges(), 0)263 subgraph = graph.forw_bfs_subgraph(4)264 self.assertTrue(isinstance(subgraph, Graph))265 self.assertEqual(subgraph.number_of_nodes(), 4)266 self.assertTrue(4 in subgraph)267 self.assertTrue(8 in subgraph)[all …]
9 subgraph cluster_states {20 subgraph cluster_wake {30 subgraph cluster_dbus {41 subgraph cluster_sync {50 subgraph cluster_save {
58 BindingGraph subgraph) { in SubcomponentWriter() argument64 parent.name.nestedClassNamed(subcomponentSimpleName(subgraph)), in SubcomponentWriter()65 subgraph); in SubcomponentWriter()70 private static String subcomponentSimpleName(BindingGraph subgraph) { in subcomponentSimpleName() argument71 return subgraph.componentDescriptor().componentDefinitionType().getSimpleName() + "Impl"; in subcomponentSimpleName()
184 for (BindingGraph subgraph : subject.subgraphs().values()) { in validateSubgraph()186 new Validation(topLevelGraph, subgraph); in validateSubgraph()194 BindingGraph subgraph = subject.subgraphs().get(factoryMethod); in validateSubcomponentFactoryMethod() local196 FluentIterable.from(subgraph.componentRequirements()) in validateSubcomponentFactoryMethod()
222 Return a subgraph consisting of the breadth first228 Return a subgraph consisting of the breadth first
23 ; The back edge for the loop is the hottest edge in the loop subgraph.
42 ; within the subgraph of L that excludes the header.
337 where a region is defined as any subgraph that is connected to the remaining