/external/turbine/javatests/com/google/turbine/binder/ |
D | BinderTest.java | 21 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()
|
D | ClassPathBinderTest.java | 23 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()
|
D | BinderErrorTest.java | 20 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/ |
D | ProcessingIntegrationTest.java | 101 TestClassPaths.TURBINE_BOOTCLASSPATH, in crash() 167 TestClassPaths.TURBINE_BOOTCLASSPATH, in warnings() 244 TestClassPaths.TURBINE_BOOTCLASSPATH, in resources() 287 TestClassPaths.TURBINE_BOOTCLASSPATH, in getAllAnnotations()
|
D | TurbineElementTest.java | 50 TestClassPaths.TURBINE_BOOTCLASSPATH.env(), 52 TestClassPaths.TURBINE_BOOTCLASSPATH.index());
|
D | TurbineTypeMirrorTest.java | 51 TestClassPaths.TURBINE_BOOTCLASSPATH.env(), 53 TestClassPaths.TURBINE_BOOTCLASSPATH.index());
|
D | TurbineElementsGetAllMembersTest.java | 272 TestClassPaths.TURBINE_BOOTCLASSPATH, in test()
|
D | TurbineTypesFactoryTest.java | 69 TestClassPaths.TURBINE_BOOTCLASSPATH, in setup()
|
D | TurbineAnnotationMirrorTest.java | 207 TestClassPaths.TURBINE_BOOTCLASSPATH,
|
D | TurbineAnnotationProxyTest.java | 149 TestClassPaths.TURBINE_BOOTCLASSPATH, in test()
|
D | TurbineMessagerTest.java | 216 TestClassPaths.TURBINE_BOOTCLASSPATH, in test()
|
D | TurbineElementsTest.java | 132 TestClassPaths.TURBINE_BOOTCLASSPATH, in setup()
|
D | AbstractTurbineTypesTest.java | 370 TestClassPaths.TURBINE_BOOTCLASSPATH, in typeParameters()
|
/external/turbine/javatests/com/google/turbine/lower/ |
D | LowerTest.java | 20 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()
|
D | IntegrationTestSupport.java | 20 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/ |
D | TestClassPaths.java | 49 public static final ClassPath TURBINE_BOOTCLASSPATH = getTurbineBootclasspath(); field in TestClassPaths
|
/external/turbine/javatests/com/google/turbine/binder/bytecode/ |
D | BytecodeBoundClassTest.java | 22 import static com.google.turbine.testing.TestClassPaths.TURBINE_BOOTCLASSPATH; 200 CompoundEnv.of(TURBINE_BOOTCLASSPATH.env()) in getBytecodeBoundClass()
|
/external/turbine/javatests/com/google/turbine/deps/ |
D | DependenciesTest.java | 106 TestClassPaths.TURBINE_BOOTCLASSPATH, in run() 112 Optional.of("//test"), TestClassPaths.TURBINE_BOOTCLASSPATH, bound, lowered); in run()
|