Home
last modified time | relevance | path

Searched refs:hasCycle (Results 1 – 22 of 22) sorted by relevance

/external/guava/guava-tests/test/com/google/common/graph/
DGraphPropertiesTest.java19 import static com.google.common.graph.Graphs.hasCycle;
61 assertThat(hasCycle(directedGraph)).isFalse(); in hasCycle_emptyGraph()
62 assertThat(hasCycle(undirectedGraph)).isFalse(); in hasCycle_emptyGraph()
71 assertThat(hasCycle(directedGraph)).isFalse(); in hasCycle_isolatedNodes()
72 assertThat(hasCycle(undirectedGraph)).isFalse(); in hasCycle_isolatedNodes()
80 assertThat(hasCycle(directedGraph)).isFalse(); in hasCycle_oneEdge()
81 assertThat(hasCycle(undirectedGraph)).isFalse(); in hasCycle_oneEdge()
89 assertThat(hasCycle(directedGraph)).isTrue(); in hasCycle_selfLoopEdge()
90 assertThat(hasCycle(undirectedGraph)).isTrue(); in hasCycle_selfLoopEdge()
99 assertThat(hasCycle(directedGraph)).isFalse(); in hasCycle_twoAcyclicEdges()
[all …]
/external/guava/android/guava-tests/test/com/google/common/graph/
DGraphPropertiesTest.java19 import static com.google.common.graph.Graphs.hasCycle;
61 assertThat(hasCycle(directedGraph)).isFalse(); in hasCycle_emptyGraph()
62 assertThat(hasCycle(undirectedGraph)).isFalse(); in hasCycle_emptyGraph()
71 assertThat(hasCycle(directedGraph)).isFalse(); in hasCycle_isolatedNodes()
72 assertThat(hasCycle(undirectedGraph)).isFalse(); in hasCycle_isolatedNodes()
80 assertThat(hasCycle(directedGraph)).isFalse(); in hasCycle_oneEdge()
81 assertThat(hasCycle(undirectedGraph)).isFalse(); in hasCycle_oneEdge()
89 assertThat(hasCycle(directedGraph)).isTrue(); in hasCycle_selfLoopEdge()
90 assertThat(hasCycle(undirectedGraph)).isTrue(); in hasCycle_selfLoopEdge()
99 assertThat(hasCycle(directedGraph)).isFalse(); in hasCycle_twoAcyclicEdges()
[all …]
/external/llvm-project/llvm/tools/opt/
DPrintSCC.cpp83 if (nextSCC.size() == 1 && SCCI.hasCycle()) in runOnFunction()
105 if (nextSCC.size() == 1 && SCCI.hasCycle()) in runOnModule()
/external/llvm-project/llvm/include/llvm/ADT/
DSCCIterator.h131 bool hasCycle() const;
215 bool scc_iterator<GraphT, GT>::hasCycle() const { in hasCycle() function
/external/dagger2/java/dagger/hilt/processor/internal/
DComponentTree.java56 !Graphs.hasCycle(graph), in ComponentTree()
/external/guava/guava/src/com/google/common/graph/
DGraphs.java59 public static <N> boolean hasCycle(Graph<N> graph) { in hasCycle() method in Graphs
85 public static boolean hasCycle(Network<?, ?> network) { in hasCycle() method in Graphs
93 return hasCycle(network.asGraph()); in hasCycle()
/external/guava/android/guava/src/com/google/common/graph/
DGraphs.java58 public static <N> boolean hasCycle(Graph<N> graph) { in hasCycle() method in Graphs
84 public static boolean hasCycle(Network<?, ?> network) { in hasCycle() method in Graphs
92 return hasCycle(network.asGraph()); in hasCycle()
/external/antlr/runtime/C/src/
Dantlr3collections.c2342 topo->hasCycle = ANTLR3_FALSE; // No cycle at the start in antlr3TopoNew()
2461 if (topo->hasCycle == ANTLR3_TRUE) in DFS()
2494 topo->hasCycle = ANTLR3_TRUE; in DFS()
2554 if (topo->hasCycle == ANTLR3_FALSE) in DFS()
2618 if (topo->hasCycle == ANTLR3_TRUE) in sortToArray()
2666 if (topo->hasCycle == ANTLR3_TRUE) in sortVector()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DNoRecursionCheck.cpp267 if (!SCCI.hasCycle()) // We only care about cycles, not standalone nodes. in check()
/external/antlr/runtime/C/include/
Dantlr3collections.h441 ANTLR3_BOOLEAN hasCycle; member
/external/antlr/tool/src/main/java/org/antlr/analysis/
DDFA.java780 if ( hasCycle() ) return Integer.MAX_VALUE;
869 public boolean hasCycle() {
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
DDependencyCycleValidator.java81 if (!Graphs.hasCycle(dependencyGraph)) { in visitGraph()
/external/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp325 << (I.hasCycle() ? " (has cycle)" : "") << "\n"; in dumpSCCs()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp2259 if (SCCI.hasCycle()) in mayContainUnboundedCycle()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.13.0.v20180512-1138.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Dguava-21.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...