HomeSort by relevance Sort by last modified time
    Searched refs:ClassPathBinder (Results 1 - 9 of 9) sorted by null

  /external/turbine/javatests/com/google/turbine/binder/
BinderTest.java 78 ClassPathBinder.bindClasspath(ImmutableList.of()),
124 ClassPathBinder.bindClasspath(ImmutableList.of()),
164 ClassPathBinder.bindClasspath(ImmutableList.of()),
194 ClassPathBinder.bindClasspath(ImmutableList.of()),
215 ClassPathBinder.bindClasspath(ImmutableList.of()),
244 ClassPathBinder.bindClasspath(ImmutableList.of()),
284 ClassPathBinder.bindClasspath(ImmutableList.of(libJar)),
308 ClassPathBinder.bindClasspath(ImmutableList.of()),
BinderErrorTest.java 589 ClassPathBinder.bindClasspath(ImmutableList.of()),
ClassPathBinderTest.java 158 ClassPathBinder.bindClasspath(ImmutableList.of(lib));
  /external/turbine/javatests/com/google/turbine/testing/
TestClassPaths.java 25 import com.google.turbine.binder.ClassPathBinder;
54 return ClassPathBinder.bindClasspath(BOOTCLASSPATH);
  /external/turbine/java/com/google/turbine/main/
Main.java 28 import com.google.turbine.binder.ClassPathBinder;
104 ClassPath classpath = ClassPathBinder.bindClasspath(toPaths(reducedClasspath));
168 return ClassPathBinder.bindClasspath(toPaths(options.bootClassPath()));
204 jos, ClassPathBinder.TRANSITIVE_PREFIX + entry.getKey() + ".class", entry.getValue());
  /external/turbine/java/com/google/turbine/binder/
ClassPathBinder.java 41 public class ClassPathBinder {
  /external/turbine/javatests/com/google/turbine/deps/
DependenciesTest.java 28 import com.google.turbine.binder.ClassPathBinder;
107 ClassPathBinder.bindClasspath(classpath),
  /external/turbine/javatests/com/google/turbine/lower/
LowerTest.java 30 import com.google.turbine.binder.ClassPathBinder;
257 ClassPathBinder.bindClasspath(ImmutableList.of()),
335 ClassPathBinder.bindClasspath(ImmutableList.of()),
413 ClassPathBinder.bindClasspath(ImmutableList.of()),
IntegrationTestSupport.java 33 import com.google.turbine.binder.ClassPathBinder;
446 Binder.bind(units, ClassPathBinder.bindClasspath(classpath), bootClassPath, moduleVersion);

Completed in 3695 milliseconds