Searched refs:exec (Results 1 - 25 of 61) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
H A DFmSlashedPackageNameMethod.java32 public TemplateModel exec(List args) throws TemplateModelException { method in class:FmSlashedPackageNameMethod
H A DFmCamelCaseToUnderscoreMethod.java32 public TemplateModel exec(List args) throws TemplateModelException { method in class:FmCamelCaseToUnderscoreMethod
H A DFmEscapeXmlAttributeMethod.java33 public TemplateModel exec(List args) throws TemplateModelException { method in class:FmEscapeXmlAttributeMethod
H A DFmEscapeXmlStringMethod.java36 public TemplateModel exec(List args) throws TemplateModelException { method in class:FmEscapeXmlStringMethod
H A DFmEscapeXmlTextMethod.java33 public TemplateModel exec(List args) throws TemplateModelException { method in class:FmEscapeXmlTextMethod
H A DFmUnderscoreToCamelCaseMethod.java33 public TemplateModel exec(List args) throws TemplateModelException { method in class:FmUnderscoreToCamelCaseMethod
H A DFmExtractLettersMethod.java31 public TemplateModel exec(List args) throws TemplateModelException { method in class:FmExtractLettersMethod
H A DFmActivityToLayoutMethod.java36 public TemplateModel exec(List args) throws TemplateModelException { method in class:FmActivityToLayoutMethod
H A DFmClassNameToResourceMethod.java35 public TemplateModel exec(List args) throws TemplateModelException { method in class:FmClassNameToResourceMethod
H A DFmLayoutToActivityMethod.java37 public TemplateModel exec(List args) throws TemplateModelException { method in class:FmLayoutToActivityMethod
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
H A DFmActivityToLayoutMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString());
H A DFmCamelCaseToUnderscoreMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString());
H A DFmClassNameToResourceMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString());
H A DFmEscapeXmlAttributeMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString());
H A DFmEscapeXmlStringMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString());
H A DFmEscapeXmlTextMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString());
H A DFmExtractLettersMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString());
H A DFmLayoutToActivityMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString());
H A DFmSlashedPackageNameMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString());
H A DFmUnderscoreToCamelCaseMethodTest.java32 assertEquals(expected, ((SimpleScalar) method.exec(list)).getAsString());
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
H A DAdbWrapper.java125 proc = Runtime.getRuntime().exec(command);
/sdk/monkeyrunner/src/com/android/monkeyrunner/
H A DScriptRunner.java132 python.exec(script);
144 python.exec(script);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
H A DDevicePanel.java478 exec(new Runnable() {
514 exec(new Runnable() {
581 exec(new Runnable() {
633 exec(new Runnable() {
736 private void exec(Runnable runnable) { method in class:DevicePanel
H A DAddr2Line.java223 mProcess = Runtime.getRuntime().exec(command);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
H A DMethodProfilingHandler.java163 final Process p = Runtime.getRuntime().exec(command);

Completed in 243 milliseconds

123