Home
last modified time | relevance | path

Searched refs:formatGeneratedSource (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/compileroption/
DCompilerOptions.java36 public abstract boolean formatGeneratedSource(); in formatGeneratedSource() method in CompilerOptions
DJavacPluginCompilerOptions.java43 public boolean formatGeneratedSource() { in formatGeneratedSource() method in JavacPluginCompilerOptions
DProcessingEnvironmentCompilerOptions.java108 public boolean formatGeneratedSource() { in formatGeneratedSource() method in ProcessingEnvironmentCompilerOptions
/external/dagger2/java/dagger/internal/codegen/
DProcessingEnvironmentModule.java58 if (compilerOptions.headerCompilation() || !compilerOptions.formatGeneratedSource()) { in filer()