Searched refs:bindClasspath (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 | 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 | 271 ClassPathBinder.bindClasspath(ImmutableList.of()), in test()
|
D | TurbineAnnotationProxyTest.java | 148 ClassPathBinder.bindClasspath(ImmutableList.of(lib)), in test()
|
D | TurbineMessagerTest.java | 210 ClassPathBinder.bindClasspath(ImmutableList.of()), in test()
|
D | AbstractTurbineTypesTest.java | 369 ClassPathBinder.bindClasspath(ImmutableList.of()), in typeParameters()
|
/external/turbine/javatests/com/google/turbine/testing/ |
D | TestClassPaths.java | 54 return ClassPathBinder.bindClasspath(BOOTCLASSPATH); in getTurbineBootclasspath()
|
/external/turbine/javatests/com/google/turbine/lower/ |
D | LowerTest.java | 263 ClassPathBinder.bindClasspath(ImmutableList.of()), in innerClassAttributeOrder() 341 ClassPathBinder.bindClasspath(ImmutableList.of()), in typePath() 419 ClassPathBinder.bindClasspath(ImmutableList.of()), in deprecated()
|
D | IntegrationTestSupport.java | 466 units, ClassPathBinder.bindClasspath(classpath), bootClassPath, moduleVersion); in turbineAnalysis()
|
/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/java/com/google/turbine/main/ |
D | Main.java | 256 ClassPathBinder.bindClasspath(toPaths(classpath)), in bind() 304 return ClassPathBinder.bindClasspath(toPaths(options.bootClassPath())); in bootclasspath()
|
/external/turbine/javatests/com/google/turbine/deps/ |
D | DependenciesTest.java | 105 ClassPathBinder.bindClasspath(classpath), in run()
|