Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DFmSlashedPackageNameMethod.java32 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmSlashedPackageNameMethod
DFmUnderscoreToCamelCaseMethod.java33 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmUnderscoreToCamelCaseMethod
DFmCamelCaseToUnderscoreMethod.java32 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmCamelCaseToUnderscoreMethod
DFmEscapeXmlAttributeMethod.java33 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmEscapeXmlAttributeMethod
DFmEscapeXmlTextMethod.java33 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmEscapeXmlTextMethod
DFmEscapeXmlStringMethod.java36 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmEscapeXmlStringMethod
DFmExtractLettersMethod.java31 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmExtractLettersMethod
DFmLayoutToActivityMethod.java37 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmLayoutToActivityMethod
DFmActivityToLayoutMethod.java36 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmActivityToLayoutMethod
DFmClassNameToResourceMethod.java35 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmClassNameToResourceMethod
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DDeviceChooserDialog.java701 private void exec(Runnable runnable) { in exec() method in DeviceChooserDialog