Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/graph/
DGraphEquivalenceTest.java20 import static com.google.common.graph.TestUtil.EdgeType.UNDIRECTED;
45 return Arrays.asList(new Object[][] {{EdgeType.UNDIRECTED}, {EdgeType.DIRECTED}}); in parameters()
55 case UNDIRECTED: in createGraph()
66 case UNDIRECTED: in oppositeType()
69 return EdgeType.UNDIRECTED; in oppositeType()
147 case UNDIRECTED: in equivalent_edgeDirectionsDiffer()
DNetworkEquivalenceTest.java20 import static com.google.common.graph.TestUtil.EdgeType.UNDIRECTED;
50 return Arrays.asList(new Object[][] {{EdgeType.UNDIRECTED}, {EdgeType.DIRECTED}}); in parameters()
60 case UNDIRECTED: in createNetwork()
71 case UNDIRECTED: in oppositeType()
74 return EdgeType.UNDIRECTED; in oppositeType()
181 case UNDIRECTED: in equivalent_edgeDirectionsDiffer()
DDefaultNetworkImplementationsTest.java22 import static com.google.common.graph.TestUtil.EdgeType.UNDIRECTED;
62 {UNDIRECTED}, {DIRECTED}, in parameters()
DTestUtil.java35 UNDIRECTED, enumConstant
/external/guava/android/guava-tests/test/com/google/common/graph/
DGraphEquivalenceTest.java20 import static com.google.common.graph.TestUtil.EdgeType.UNDIRECTED;
45 return Arrays.asList(new Object[][] {{EdgeType.UNDIRECTED}, {EdgeType.DIRECTED}}); in parameters()
55 case UNDIRECTED: in createGraph()
66 case UNDIRECTED: in oppositeType()
69 return EdgeType.UNDIRECTED; in oppositeType()
147 case UNDIRECTED: in equivalent_edgeDirectionsDiffer()
DNetworkEquivalenceTest.java20 import static com.google.common.graph.TestUtil.EdgeType.UNDIRECTED;
50 return Arrays.asList(new Object[][] {{EdgeType.UNDIRECTED}, {EdgeType.DIRECTED}}); in parameters()
60 case UNDIRECTED: in createNetwork()
71 case UNDIRECTED: in oppositeType()
74 return EdgeType.UNDIRECTED; in oppositeType()
181 case UNDIRECTED: in equivalent_edgeDirectionsDiffer()
DDefaultNetworkImplementationsTest.java22 import static com.google.common.graph.TestUtil.EdgeType.UNDIRECTED;
62 {UNDIRECTED}, {DIRECTED}, in parameters()
DTestUtil.java35 UNDIRECTED, enumConstant