HomeSort by relevance Sort by last modified time
    Searched defs:hasCycles (Results 1 - 7 of 7) sorted by null

  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
WorkContinuationImpl.java 237 public boolean hasCycles() {
238 return hasCycles(this, new HashSet<String>());
249 private static boolean hasCycles(
270 if (hasCycles(parent, visited)) {
279 // hasCycles(parent, new HashSet<>(visited)) instead.
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
WorkContinuationImplTest.java 353 assertThat(withCycles.hasCycles(), is(true));
365 assertThat(withCycles.hasCycles(), is(true));
384 assertThat(joined.hasCycles(), is(true));
408 assertThat(withCycles.hasCycles(), is(true));
427 assertThat(joined.hasCycles(), is(false));
458 assertThat(joined.hasCycles(), is(false));
482 assertThat(joined.hasCycles(), is(false));
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 5574 milliseconds