Home
last modified time | relevance | path

Searched refs:ClassPathBinder (Results 1 – 9 of 9) sorted by relevance

/external/turbine/javatests/com/google/turbine/binder/
DBinderTest.java78 ClassPathBinder.bindClasspath(ImmutableList.of()), in hello()
124 ClassPathBinder.bindClasspath(ImmutableList.of()), in interfaces()
164 ClassPathBinder.bindClasspath(ImmutableList.of()), in imports()
194 ClassPathBinder.bindClasspath(ImmutableList.of()), in cycle()
215 ClassPathBinder.bindClasspath(ImmutableList.of()), in annotationDeclaration()
244 ClassPathBinder.bindClasspath(ImmutableList.of()), in helloBytecode()
284 ClassPathBinder.bindClasspath(ImmutableList.of(libJar)), in incompleteClasspath()
308 ClassPathBinder.bindClasspath(ImmutableList.of()), in invalidConst()
DBinderErrorTest.java589 ClassPathBinder.bindClasspath(ImmutableList.of()), in test()
DClassPathBinderTest.java158 ClassPathBinder.bindClasspath(ImmutableList.of(lib)); in nonJarFile()
/external/turbine/javatests/com/google/turbine/testing/
DTestClassPaths.java25 import com.google.turbine.binder.ClassPathBinder;
54 return ClassPathBinder.bindClasspath(BOOTCLASSPATH); in getTurbineBootclasspath()
/external/turbine/java/com/google/turbine/main/
DMain.java28 import com.google.turbine.binder.ClassPathBinder;
104 ClassPath classpath = ClassPathBinder.bindClasspath(toPaths(reducedClasspath)); in compile()
168 return ClassPathBinder.bindClasspath(toPaths(options.bootClassPath())); in bootclasspath()
204 jos, ClassPathBinder.TRANSITIVE_PREFIX + entry.getKey() + ".class", entry.getValue()); in writeOutput()
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java30 import com.google.turbine.binder.ClassPathBinder;
257 ClassPathBinder.bindClasspath(ImmutableList.of()), in innerClassAttributeOrder()
335 ClassPathBinder.bindClasspath(ImmutableList.of()), in typePath()
413 ClassPathBinder.bindClasspath(ImmutableList.of()), in deprecated()
DIntegrationTestSupport.java33 import com.google.turbine.binder.ClassPathBinder;
446 Binder.bind(units, ClassPathBinder.bindClasspath(classpath), bootClassPath, moduleVersion); in runTurbine()
/external/turbine/javatests/com/google/turbine/deps/
DDependenciesTest.java28 import com.google.turbine.binder.ClassPathBinder;
107 ClassPathBinder.bindClasspath(classpath), in run()
/external/turbine/java/com/google/turbine/binder/
DClassPathBinder.java41 public class ClassPathBinder { class