Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DCompilerChef.java33 public class CompilerChef { class
63 private CompilerChef() { in CompilerChef() method in CompilerChef
66 public static CompilerChef createChef(ResourceBundle bundle, JavaFileWriter fileWriter) { in createChef()
67 CompilerChef chef = new CompilerChef(); in createChef()
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
DProcessDataBinding.java20 import android.databinding.tool.CompilerChef;
93 CompilerChef mChef; in initProcessingSteps()
99 public void onChefReady(CompilerChef chef, boolean libraryProject, int minSdk) { in initProcessingSteps()
177 void onChefReady(CompilerChef chef, boolean libraryProject, int minSdk); in onChefReady()
DProcessExpressions.java25 import android.databinding.tool.CompilerChef;
148 final CompilerChef compilerChef = CompilerChef.createChef(resourceBundle, getWriter()); in writeResourceBundle()
DProcessBindable.java21 import android.databinding.tool.CompilerChef.BindableHolder;