Home
last modified time | relevance | path

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

/external/turbine/javatests/com/google/turbine/binder/
DBinderTest.java21 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH;
79 TURBINE_BOOTCLASSPATH, in hello()
125 TURBINE_BOOTCLASSPATH, in interfaces()
165 TURBINE_BOOTCLASSPATH, in imports()
195 TURBINE_BOOTCLASSPATH, in cycle()
216 TURBINE_BOOTCLASSPATH, in annotationDeclaration()
245 TURBINE_BOOTCLASSPATH, in helloBytecode()
285 TURBINE_BOOTCLASSPATH, in incompleteClasspath()
309 TURBINE_BOOTCLASSPATH, in invalidConst()
DClassPathBinderTest.java23 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH;
62 Scope javaLang = TURBINE_BOOTCLASSPATH.index().lookupPackage(ImmutableList.of("java", "lang")); in classPathLookup()
75 Env<ClassSymbol, BytecodeBoundClass> env = TURBINE_BOOTCLASSPATH.env(); in classPathClasses()
96 Env<ClassSymbol, BytecodeBoundClass> env = TURBINE_BOOTCLASSPATH.env(); in interfaces()
114 Env<ClassSymbol, BytecodeBoundClass> env = TURBINE_BOOTCLASSPATH.env(); in annotations()
DBinderErrorTest.java20 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH;
590 TURBINE_BOOTCLASSPATH, in test() local
/external/turbine/javatests/com/google/turbine/binder/bytecode/
DBytecodeBoundClassTest.java22 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH;
139 Env<ClassSymbol, BytecodeBoundClass> env = TURBINE_BOOTCLASSPATH.env(); in getBytecodeBoundClass()
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java20 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH;
227 TURBINE_BOOTCLASSPATH.env()) in hello()
258 TURBINE_BOOTCLASSPATH, in innerClassAttributeOrder()
336 TURBINE_BOOTCLASSPATH, in typePath()
414 TURBINE_BOOTCLASSPATH, in deprecated()
DIntegrationTestSupport.java20 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH;
430 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/deps/
DDependenciesTest.java108 TestClassPaths.TURBINE_BOOTCLASSPATH, in run()
114 Optional.of("//test"), TestClassPaths.TURBINE_BOOTCLASSPATH, bound, lowered); in run()