Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/hilt/processor/internal/aggregateddeps/
DAggregatedDepsProcessorErrorsTest.java25 import dagger.testing.compile.CompilerTests;
72 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in reportMultipleAnnotationTypeKindErrors()
113 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(module); in testInvalidComponentInInstallInAnnotation()
137 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in testMissingInstallInAnnotation()
167 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in testNoErrorOnDaggerGeneratedModules()
199 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in testModuleWithOnlyParamConstructor_fails()
224 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in testInnerModule()
254 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in testInnerModuleInTest()
282 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in testInnerModuleInTest_succeeds()
/external/dagger2/javatests/dagger/hilt/android/processor/
DAndroidCompilers.java32 import dagger.testing.compile.CompilerTests;
50 return CompilerTests.compiler().withProcessors(processors.values()); in compiler()
59 .add(CompilerTests.compilerDepsJar()) in kotlinCompiler()
/external/dagger2/javatests/dagger/hilt/processor/internal/disableinstallincheck/
DDisableInstallInCheckProcessorErrorsTest.java23 import dagger.testing.compile.CompilerTests;
51 CompilerTests.compiler() in testIllegalCombinationInstallIn()
/external/dagger2/java/dagger/testing/compile/
DCompilerTests.java36 public final class CompilerTests { class
37 private CompilerTests() {} in CompilerTests() method in CompilerTests
DBUILD25 srcs = ["CompilerTests.java"],
Dmacros.bzl55 # Add a dep to allow usage of CompilerTests.
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/
DBUILD.gn55 "CompilerTests.cpp",
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCMakeLists.txt47 CompilerTests.cpp