Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DRulesEngine.java99 CompilerConfiguration cc = new CompilerConfiguration(); in RulesEngine() local
580 public GreGroovyClassLoader(ClassLoader cl, CompilerConfiguration cc) { in GreGroovyClassLoader()