Home
last modified time | relevance | path

Searched refs:bindClasspath (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.java54 return ClassPathBinder.bindClasspath(BOOTCLASSPATH); in getTurbineBootclasspath()
/external/turbine/java/com/google/turbine/main/
DMain.java104 ClassPath classpath = ClassPathBinder.bindClasspath(toPaths(reducedClasspath)); in compile()
168 return ClassPathBinder.bindClasspath(toPaths(options.bootClassPath())); in bootclasspath()
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java257 ClassPathBinder.bindClasspath(ImmutableList.of()), in innerClassAttributeOrder()
335 ClassPathBinder.bindClasspath(ImmutableList.of()), in typePath()
413 ClassPathBinder.bindClasspath(ImmutableList.of()), in deprecated()
DIntegrationTestSupport.java446 Binder.bind(units, ClassPathBinder.bindClasspath(classpath), bootClassPath, moduleVersion); in runTurbine()
/external/turbine/java/com/google/turbine/binder/
DClassPathBinder.java50 public static ClassPath bindClasspath(Collection<Path> paths) throws IOException { in bindClasspath() method in ClassPathBinder
/external/turbine/javatests/com/google/turbine/deps/
DDependenciesTest.java107 ClassPathBinder.bindClasspath(classpath), in run()