Home
last modified time | relevance | path

Searched defs:directedGraph (Results 1 – 10 of 10) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/graph/
DGraphsTest.java67 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(false).build(); in transitiveClosure_directedGraph() local
108 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(false).build(); in transitiveClosure_directedPathGraph() local
153 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(false).build(); in transitiveClosure_directedCycleGraph() local
214 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(true).build(); in transpose_directedGraph() local
255 MutableValueGraph<Integer, String> directedGraph = in transpose_directedValueGraph() local
298 MutableNetwork<Integer, String> directedGraph = in transpose_directedNetwork() local
341 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(true).build(); in inducedSubgraph_graph() local
360 MutableValueGraph<Integer, String> directedGraph = in inducedSubgraph_valueGraph() local
381 MutableNetwork<Integer, String> directedGraph = in inducedSubgraph_network() local
420 Graph<Integer> directedGraph = buildDirectedGraph(); in copyOf_directedGraph() local
[all …]
DEndpointPairTest.java121 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(true).build(); in endpointPair_directedGraph() local
185 MutableGraph<Integer> directedGraph = GraphBuilder.directed().build(); in endpointPair_unmodifiableView() local
226 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(true).build(); in endpointPair_directed_contains() local
DGraphMutationTest.java40 public void directedGraph() { in directedGraph() method in GraphMutationTest
DGraphPropertiesTest.java33 Graph<Integer> directedGraph; field in GraphPropertiesTest
DValueGraphTest.java69 public void directedGraph() { in directedGraph() method in ValueGraphTest
/external/guava/guava-tests/test/com/google/common/graph/
DGraphsTest.java67 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(false).build(); in transitiveClosure_directedGraph() local
108 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(false).build(); in transitiveClosure_directedPathGraph() local
153 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(false).build(); in transitiveClosure_directedCycleGraph() local
214 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(true).build(); in transpose_directedGraph() local
255 MutableValueGraph<Integer, String> directedGraph = in transpose_directedValueGraph() local
298 MutableNetwork<Integer, String> directedGraph = in transpose_directedNetwork() local
342 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(true).build(); in inducedSubgraph_graph() local
361 MutableValueGraph<Integer, String> directedGraph = in inducedSubgraph_valueGraph() local
382 MutableNetwork<Integer, String> directedGraph = in inducedSubgraph_network() local
421 Graph<Integer> directedGraph = buildDirectedGraph(); in copyOf_directedGraph() local
[all …]
DEndpointPairTest.java121 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(true).build(); in endpointPair_directedGraph() local
185 MutableGraph<Integer> directedGraph = GraphBuilder.directed().build(); in endpointPair_unmodifiableView() local
226 MutableGraph<Integer> directedGraph = GraphBuilder.directed().allowsSelfLoops(true).build(); in endpointPair_directed_contains() local
DGraphMutationTest.java40 public void directedGraph() { in directedGraph() method in GraphMutationTest
DGraphPropertiesTest.java33 Graph<Integer> directedGraph; field in GraphPropertiesTest
DValueGraphTest.java71 public void directedGraph() { in directedGraph() method in ValueGraphTest