Searched defs:transitive (Results 1 – 6 of 6) sorted by relevance
53 Map<ClassSymbol, BytecodeBoundClass> transitive = new LinkedHashMap<>(); in bindClasspath() local
46 ImmutableMap.Builder<String, byte[]> transitive = ImmutableMap.builder(); in collectDeps() local
90 public void transitive() throws Exception { in transitive() method in AbstractTransitiveTest
161 public void transitive() throws Exception { in transitive() method in DependenciesTest
205 Map<String, byte[]> transitive = Transitive.collectDeps(bootclasspath, bound); in compile() local366 Map<String, byte[]> transitive) in writeOutput()
123 bool transitive; member