Home
last modified time | relevance | path

Searched refs:subgraph (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/
Dtest_graph.py257 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 …]
/external/tlsdate/
Devents.dot9 subgraph cluster_states {
20 subgraph cluster_wake {
30 subgraph cluster_dbus {
41 subgraph cluster_sync {
50 subgraph cluster_save {
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DSubcomponentWriter.java58 BindingGraph subgraph) { in SubcomponentWriter() argument
64 parent.name.nestedClassNamed(subcomponentSimpleName(subgraph)), in SubcomponentWriter()
65 subgraph); in SubcomponentWriter()
70 private static String subcomponentSimpleName(BindingGraph subgraph) { in subcomponentSimpleName() argument
71 return subgraph.componentDescriptor().componentDefinitionType().getSimpleName() + "Impl"; in subcomponentSimpleName()
DBindingGraphValidator.java184 for (BindingGraph subgraph : subject.subgraphs().values()) { in validateSubgraph()
186 new Validation(topLevelGraph, subgraph); in validateSubgraph()
194 BindingGraph subgraph = subject.subgraphs().get(factoryMethod); in validateSubcomponentFactoryMethod() local
196 FluentIterable.from(subgraph.componentRequirements()) in validateSubcomponentFactoryMethod()
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
Dgraph.rst222 Return a subgraph consisting of the breadth first
228 Return a subgraph consisting of the breadth first
/external/llvm/test/Transforms/SampleProfile/
Dremarks.ll23 ; The back edge for the loop is the hottest edge in the loop subgraph.
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dirreducible.ll42 ; within the subgraph of L that excludes the header.
/external/llvm/docs/
DPasses.rst337 where a region is defined as any subgraph that is connected to the remaining