Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/graph/
DGraphsTest.java87 MutableGraph<Integer> undirectedGraph = in transitiveClosure_undirectedGraph() local
130 MutableGraph<Integer> undirectedGraph = in transitiveClosure_undirectedPathGraph() local
182 MutableGraph<Integer> undirectedGraph = in transitiveClosure_undirectedCycleGraph() local
206 MutableGraph<Integer> undirectedGraph = GraphBuilder.undirected().build(); in transpose_undirectedGraph() local
247 MutableValueGraph<Integer, String> undirectedGraph = ValueGraphBuilder.undirected().build(); in transpose_undirectedValueGraph() local
290 MutableNetwork<Integer, String> undirectedGraph = NetworkBuilder.undirected().build(); in transpose_undirectedNetwork() local
401 MutableNetwork<Integer, String> undirectedGraph = NetworkBuilder.undirected().build(); in inducedSubgraph_nodeNotInGraph() local
429 Graph<Integer> undirectedGraph = buildUndirectedGraph(); in copyOf_undirectedGraph() local
445 ValueGraph<Integer, String> undirectedGraph = buildUndirectedValueGraph(); in copyOf_undirectedValueGraph() local
461 Network<Integer, String> undirectedGraph = buildUndirectedNetwork(); in copyOf_undirectedNetwork() local
[all …]
DEndpointPairTest.java137 MutableGraph<Integer> undirectedGraph = GraphBuilder.undirected().allowsSelfLoops(true).build(); in endpointPair_undirectedGraph() local
207 MutableGraph<Integer> undirectedGraph = GraphBuilder.undirected().allowsSelfLoops(true).build(); in endpointPair_undirected_contains() local
DGraphMutationTest.java45 public void undirectedGraph() { in undirectedGraph() method in GraphMutationTest
DGraphPropertiesTest.java34 Graph<Integer> undirectedGraph; field in GraphPropertiesTest
DValueGraphTest.java103 public void undirectedGraph() { in undirectedGraph() method in ValueGraphTest
/external/guava/android/guava-tests/test/com/google/common/graph/
DGraphsTest.java87 MutableGraph<Integer> undirectedGraph = in transitiveClosure_undirectedGraph() local
130 MutableGraph<Integer> undirectedGraph = in transitiveClosure_undirectedPathGraph() local
182 MutableGraph<Integer> undirectedGraph = in transitiveClosure_undirectedCycleGraph() local
206 MutableGraph<Integer> undirectedGraph = GraphBuilder.undirected().build(); in transpose_undirectedGraph() local
247 MutableValueGraph<Integer, String> undirectedGraph = ValueGraphBuilder.undirected().build(); in transpose_undirectedValueGraph() local
290 MutableNetwork<Integer, String> undirectedGraph = NetworkBuilder.undirected().build(); in transpose_undirectedNetwork() local
400 MutableNetwork<Integer, String> undirectedGraph = NetworkBuilder.undirected().build(); in inducedSubgraph_nodeNotInGraph() local
428 Graph<Integer> undirectedGraph = buildUndirectedGraph(); in copyOf_undirectedGraph() local
444 ValueGraph<Integer, String> undirectedGraph = buildUndirectedValueGraph(); in copyOf_undirectedValueGraph() local
460 Network<Integer, String> undirectedGraph = buildUndirectedNetwork(); in copyOf_undirectedNetwork() local
[all …]
DEndpointPairTest.java137 MutableGraph<Integer> undirectedGraph = GraphBuilder.undirected().allowsSelfLoops(true).build(); in endpointPair_undirectedGraph() local
207 MutableGraph<Integer> undirectedGraph = GraphBuilder.undirected().allowsSelfLoops(true).build(); in endpointPair_undirected_contains() local
DGraphMutationTest.java45 public void undirectedGraph() { in undirectedGraph() method in GraphMutationTest
DGraphPropertiesTest.java34 Graph<Integer> undirectedGraph; field in GraphPropertiesTest
DValueGraphTest.java101 public void undirectedGraph() { in undirectedGraph() method in ValueGraphTest