Home
last modified time | relevance | path

Searched refs:TURBINE_BOOTCLASSPATH (Results 1 – 18 of 18) sorted by relevance

/external/turbine/javatests/com/google/turbine/binder/
DBinderTest.java21 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH;
76 TURBINE_BOOTCLASSPATH, in hello()
121 TURBINE_BOOTCLASSPATH, in interfaces()
160 TURBINE_BOOTCLASSPATH, in imports()
189 TURBINE_BOOTCLASSPATH, in cycle()
210 TURBINE_BOOTCLASSPATH, in annotationDeclaration()
239 TURBINE_BOOTCLASSPATH, in helloBytecode()
279 TURBINE_BOOTCLASSPATH, in incompleteClasspath()
303 TURBINE_BOOTCLASSPATH, in invalidConst()
DClassPathBinderTest.java23 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH;
65 Scope javaLang = TURBINE_BOOTCLASSPATH.index().lookupPackage(ImmutableList.of("java", "lang")); in classPathLookup()
78 Env<ClassSymbol, BytecodeBoundClass> env = TURBINE_BOOTCLASSPATH.env(); in classPathClasses()
99 Env<ClassSymbol, BytecodeBoundClass> env = TURBINE_BOOTCLASSPATH.env(); in interfaces()
117 Env<ClassSymbol, BytecodeBoundClass> env = TURBINE_BOOTCLASSPATH.env(); in annotations()
DBinderErrorTest.java20 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH;
721 TURBINE_BOOTCLASSPATH, in test() local
756 TURBINE_BOOTCLASSPATH, in testWithProcessors() local
/external/turbine/javatests/com/google/turbine/processing/
DProcessingIntegrationTest.java101 TestClassPaths.TURBINE_BOOTCLASSPATH, in crash()
167 TestClassPaths.TURBINE_BOOTCLASSPATH, in warnings()
244 TestClassPaths.TURBINE_BOOTCLASSPATH, in resources()
287 TestClassPaths.TURBINE_BOOTCLASSPATH, in getAllAnnotations()
DTurbineElementTest.java50 TestClassPaths.TURBINE_BOOTCLASSPATH.env(),
52 TestClassPaths.TURBINE_BOOTCLASSPATH.index());
DTurbineTypeMirrorTest.java51 TestClassPaths.TURBINE_BOOTCLASSPATH.env(),
53 TestClassPaths.TURBINE_BOOTCLASSPATH.index());
DTurbineElementsGetAllMembersTest.java272 TestClassPaths.TURBINE_BOOTCLASSPATH, in test()
DTurbineTypesFactoryTest.java69 TestClassPaths.TURBINE_BOOTCLASSPATH, in setup()
DTurbineAnnotationMirrorTest.java207 TestClassPaths.TURBINE_BOOTCLASSPATH,
DTurbineAnnotationProxyTest.java149 TestClassPaths.TURBINE_BOOTCLASSPATH, in test()
DTurbineMessagerTest.java216 TestClassPaths.TURBINE_BOOTCLASSPATH, in test()
DTurbineElementsTest.java132 TestClassPaths.TURBINE_BOOTCLASSPATH, in setup()
DAbstractTurbineTypesTest.java370 TestClassPaths.TURBINE_BOOTCLASSPATH, in typeParameters()
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java20 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH;
233 TURBINE_BOOTCLASSPATH.env()) in hello()
264 TURBINE_BOOTCLASSPATH, in innerClassAttributeOrder()
342 TURBINE_BOOTCLASSPATH, in typePath()
420 TURBINE_BOOTCLASSPATH, in deprecated()
DIntegrationTestSupport.java20 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH;
440 input, classpath, TURBINE_BOOTCLASSPATH, /* moduleVersion= */ Optional.empty()); in runTurbine()
/external/turbine/javatests/com/google/turbine/testing/
DTestClassPaths.java49 public static final ClassPath TURBINE_BOOTCLASSPATH = getTurbineBootclasspath(); field in TestClassPaths
/external/turbine/javatests/com/google/turbine/binder/bytecode/
DBytecodeBoundClassTest.java22 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH;
200 CompoundEnv.of(TURBINE_BOOTCLASSPATH.env()) in getBytecodeBoundClass()
/external/turbine/javatests/com/google/turbine/deps/
DDependenciesTest.java106 TestClassPaths.TURBINE_BOOTCLASSPATH, in run()
112 Optional.of("//test"), TestClassPaths.TURBINE_BOOTCLASSPATH, bound, lowered); in run()