Home
last modified time | relevance | path

Searched refs:bindClasspath (Results 1 – 14 of 14) sorted by relevance

/external/turbine/javatests/com/google/turbine/binder/
DBinderTest.java75 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()
DBinderErrorTest.java720 ClassPathBinder.bindClasspath(ImmutableList.of()), in test()
750 ClassPathBinder.bindClasspath(ImmutableList.of()), in testWithProcessors()
DClassPathBinderTest.java161 ClassPathBinder.bindClasspath(ImmutableList.of(lib)); in nonJarFile()
177 ClassPath classPath = ClassPathBinder.bindClasspath(ImmutableList.of(path)); in resources()
/external/turbine/javatests/com/google/turbine/processing/
DProcessingIntegrationTest.java95 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()
DTurbineElementsGetAllMembersTest.java271 ClassPathBinder.bindClasspath(ImmutableList.of()), in test()
DTurbineAnnotationProxyTest.java148 ClassPathBinder.bindClasspath(ImmutableList.of(lib)), in test()
DTurbineMessagerTest.java210 ClassPathBinder.bindClasspath(ImmutableList.of()), in test()
DAbstractTurbineTypesTest.java369 ClassPathBinder.bindClasspath(ImmutableList.of()), in typeParameters()
/external/turbine/javatests/com/google/turbine/testing/
DTestClassPaths.java54 return ClassPathBinder.bindClasspath(BOOTCLASSPATH); in getTurbineBootclasspath()
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java263 ClassPathBinder.bindClasspath(ImmutableList.of()), in innerClassAttributeOrder()
341 ClassPathBinder.bindClasspath(ImmutableList.of()), in typePath()
419 ClassPathBinder.bindClasspath(ImmutableList.of()), in deprecated()
DIntegrationTestSupport.java466 units, ClassPathBinder.bindClasspath(classpath), bootClassPath, moduleVersion); in turbineAnalysis()
/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/java/com/google/turbine/main/
DMain.java256 ClassPathBinder.bindClasspath(toPaths(classpath)), in bind()
304 return ClassPathBinder.bindClasspath(toPaths(options.bootClassPath())); in bootclasspath()
/external/turbine/javatests/com/google/turbine/deps/
DDependenciesTest.java105 ClassPathBinder.bindClasspath(classpath), in run()