Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 25 of 48) sorted by relevance

12

/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
DFmEscapeXmlAttributeMethod.java33 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmEscapeXmlAttributeMethod
DFmCamelCaseToUnderscoreMethod.java32 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmCamelCaseToUnderscoreMethod
DFmEscapeXmlTextMethod.java33 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmEscapeXmlTextMethod
DFmUnderscoreToCamelCaseMethod.java33 public TemplateModel exec(List args) throws TemplateModelException { in exec() method in FmUnderscoreToCamelCaseMethod
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.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
DFmExtractLettersMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString()); in check()
DFmEscapeXmlTextMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString()); in check()
DFmEscapeXmlAttributeMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString()); in check()
DFmActivityToLayoutMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString()); in check()
DFmSlashedPackageNameMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString()); in check()
DFmCamelCaseToUnderscoreMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString()); in check()
DFmUnderscoreToCamelCaseMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString()); in check()
DFmLayoutToActivityMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString()); in check()
DFmEscapeXmlStringMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString()); in check()
DFmClassNameToResourceMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString()); in check()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/
DSdkManagerAction.java46 Runtime.getRuntime().exec(cmd); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DDeviceChooserDialog.java587 exec(new Runnable() { in deviceConnected()
636 exec(new Runnable() { in deviceChanged()
701 private void exec(Runnable runnable) { in exec() method in DeviceChooserDialog
/sdk/eclipse/
Ddictionary.txt102 exec
/sdk/templates/docs/
Djquery-1.8.0.min.js2exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function b_(a,b,c,d){var e=c===(d?"border"…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DSdkManagerAction.java193 Process process = Runtime.getRuntime().exec(command); in openExternalSdkManager()

12