Searched refs:bindClasspath (Results 1 – 9 of 9) sorted by relevance
/external/turbine/javatests/com/google/turbine/binder/ |
D | BinderTest.java | 78 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()
|
D | BinderErrorTest.java | 589 ClassPathBinder.bindClasspath(ImmutableList.of()), in test()
|
D | ClassPathBinderTest.java | 158 ClassPathBinder.bindClasspath(ImmutableList.of(lib)); in nonJarFile()
|
/external/turbine/javatests/com/google/turbine/testing/ |
D | TestClassPaths.java | 54 return ClassPathBinder.bindClasspath(BOOTCLASSPATH); in getTurbineBootclasspath()
|
/external/turbine/java/com/google/turbine/main/ |
D | Main.java | 104 ClassPath classpath = ClassPathBinder.bindClasspath(toPaths(reducedClasspath)); in compile() 168 return ClassPathBinder.bindClasspath(toPaths(options.bootClassPath())); in bootclasspath()
|
/external/turbine/javatests/com/google/turbine/lower/ |
D | LowerTest.java | 257 ClassPathBinder.bindClasspath(ImmutableList.of()), in innerClassAttributeOrder() 335 ClassPathBinder.bindClasspath(ImmutableList.of()), in typePath() 413 ClassPathBinder.bindClasspath(ImmutableList.of()), in deprecated()
|
D | IntegrationTestSupport.java | 446 Binder.bind(units, ClassPathBinder.bindClasspath(classpath), bootClassPath, moduleVersion); in runTurbine()
|
/external/turbine/java/com/google/turbine/binder/ |
D | ClassPathBinder.java | 50 public static ClassPath bindClasspath(Collection<Path> paths) throws IOException { in bindClasspath() method in ClassPathBinder
|
/external/turbine/javatests/com/google/turbine/deps/ |
D | DependenciesTest.java | 107 ClassPathBinder.bindClasspath(classpath), in run()
|