Searched refs:compilerWithOptions (Results 1 – 8 of 8) sorted by relevance
64 public static Compiler compilerWithOptions(CompilerMode... compilerModes) { in compilerWithOptions() method in Compilers69 return compilerWithOptions(options.build()); in compilerWithOptions()72 public static Compiler compilerWithOptions(String... options) { in compilerWithOptions() method in Compilers73 return compilerWithOptions(Arrays.asList(options)); in compilerWithOptions()76 public static Compiler compilerWithOptions(Iterable<String> options) { in compilerWithOptions() method in Compilers
20 import static dagger.internal.codegen.Compilers.compilerWithOptions;112 compilerWithOptions(compilerMode) in scopedInaccessibleTypeBound()185 compilerWithOptions(compilerMode) in inaccessibleTypeBoundInALoop()260 compilerWithOptions(compilerMode) in inaccessibleTypeBoundInALoopScoped()
20 import static dagger.internal.codegen.Compilers.compilerWithOptions;114 compilerWithOptions(compilerMode) in inlinedOptionalBindings()179 compilerWithOptions(compilerMode).compile(module, maybe, definitelyNot, component); in requestForFuture()
21 import static dagger.internal.codegen.Compilers.compilerWithOptions;225 return compilerWithOptions(compilerMode.javacopts()) in daggerCompilerWithoutGuava()
21 import static dagger.internal.codegen.Compilers.compilerWithOptions;204 return compilerWithOptions(compilerMode.javacopts()) in daggerCompilerWithoutGuava()
20 import static dagger.internal.codegen.Compilers.compilerWithOptions;433 compilerWithOptions(compilerMode.javacopts()) in mapBindingsWithWrappedKey()
20 import static dagger.internal.codegen.Compilers.compilerWithOptions;138 compilerWithOptions("-Adagger.fullBindingGraphValidation=ERROR") in cyclicDependencyWithModuleBindingValidation()
132 Compilers.compilerWithOptions(compilerMode.javacopts()) in mapBindingsWithInaccessibleKeys()