Searched refs:ClassPathBinder (Results 1 – 14 of 14) sorted by relevance
/external/turbine/javatests/com/google/turbine/binder/ |
D | BinderTest.java | 75 ClassPathBinder.bindClasspath(ImmutableList.of()), in hello() 120 ClassPathBinder.bindClasspath(ImmutableList.of()), in interfaces() 159 ClassPathBinder.bindClasspath(ImmutableList.of()), in imports() 188 ClassPathBinder.bindClasspath(ImmutableList.of()), in cycle() 209 ClassPathBinder.bindClasspath(ImmutableList.of()), in annotationDeclaration() 238 ClassPathBinder.bindClasspath(ImmutableList.of()), in helloBytecode() 278 ClassPathBinder.bindClasspath(ImmutableList.of(libJar)), in incompleteClasspath() 302 ClassPathBinder.bindClasspath(ImmutableList.of()), in invalidConst()
|
D | BinderErrorTest.java | 720 ClassPathBinder.bindClasspath(ImmutableList.of()), in test() 750 ClassPathBinder.bindClasspath(ImmutableList.of()), in testWithProcessors()
|
D | ClassPathBinderTest.java | 161 ClassPathBinder.bindClasspath(ImmutableList.of(lib)); in nonJarFile() 177 ClassPath classPath = ClassPathBinder.bindClasspath(ImmutableList.of(path)); in resources()
|
/external/turbine/javatests/com/google/turbine/processing/ |
D | ProcessingIntegrationTest.java | 32 import com.google.turbine.binder.ClassPathBinder; 95 ClassPathBinder.bindClasspath(ImmutableList.of()), in crash() 161 ClassPathBinder.bindClasspath(ImmutableList.of()), in warnings() 238 ClassPathBinder.bindClasspath(ImmutableList.of()), in resources() 281 ClassPathBinder.bindClasspath(ImmutableList.of()), in getAllAnnotations()
|
D | TurbineElementsGetAllMembersTest.java | 26 import com.google.turbine.binder.ClassPathBinder; 271 ClassPathBinder.bindClasspath(ImmutableList.of()), in test()
|
D | TurbineAnnotationProxyTest.java | 29 import com.google.turbine.binder.ClassPathBinder; 148 ClassPathBinder.bindClasspath(ImmutableList.of(lib)), in test()
|
D | TurbineMessagerTest.java | 27 import com.google.turbine.binder.ClassPathBinder; 210 ClassPathBinder.bindClasspath(ImmutableList.of()), in test()
|
D | AbstractTurbineTypesTest.java | 36 import com.google.turbine.binder.ClassPathBinder; 369 ClassPathBinder.bindClasspath(ImmutableList.of()), in typeParameters()
|
/external/turbine/javatests/com/google/turbine/testing/ |
D | TestClassPaths.java | 25 import com.google.turbine.binder.ClassPathBinder; 54 return ClassPathBinder.bindClasspath(BOOTCLASSPATH); in getTurbineBootclasspath()
|
/external/turbine/java/com/google/turbine/main/ |
D | Main.java | 31 import com.google.turbine.binder.ClassPathBinder; 256 ClassPathBinder.bindClasspath(toPaths(classpath)), in bind() 304 return ClassPathBinder.bindClasspath(toPaths(options.bootClassPath())); in bootclasspath() 380 jos, ClassPathBinder.TRANSITIVE_PREFIX + entry.getKey() + ".class", entry.getValue()); in writeOutput()
|
/external/turbine/javatests/com/google/turbine/lower/ |
D | LowerTest.java | 30 import com.google.turbine.binder.ClassPathBinder; 263 ClassPathBinder.bindClasspath(ImmutableList.of()), in innerClassAttributeOrder() 341 ClassPathBinder.bindClasspath(ImmutableList.of()), in typePath() 419 ClassPathBinder.bindClasspath(ImmutableList.of()), in deprecated()
|
D | IntegrationTestSupport.java | 36 import com.google.turbine.binder.ClassPathBinder; 466 units, ClassPathBinder.bindClasspath(classpath), bootClassPath, moduleVersion); in turbineAnalysis()
|
/external/turbine/javatests/com/google/turbine/deps/ |
D | DependenciesTest.java | 27 import com.google.turbine.binder.ClassPathBinder; 105 ClassPathBinder.bindClasspath(classpath), in run()
|
/external/turbine/java/com/google/turbine/binder/ |
D | ClassPathBinder.java | 41 public class ClassPathBinder { class
|