Searched refs:returnCode (Results 1 – 5 of 5) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | RenderScriptLauncher.java | 106 int returnCode = BuildHelper.grabProcessOutput(mProject, p, stdErr); in launch() local 114 if (returnCode != 0) { in launch() 132 } else if (returnCode != 0) { in launch() 135 returnCode); in launch()
|
D | AidlProcessor.java | 263 int returnCode = BuildHelper.grabProcessOutput(project, p, stdErr); in execAidl() local 271 if (returnCode != 0) { in execAidl() 287 } else if (returnCode != 0) { in execAidl() 289 String msg = String.format(Messages.AIDL_Exec_Error_d, returnCode); in execAidl()
|
D | BuildHelper.java | 970 int returnCode = grabProcessOutput(mProject, process, stdErr); in executeAapt() local 977 if (returnCode != 0) { in executeAapt() 978 throw new AaptResultException(returnCode, in executeAapt()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
D | MonitorApplication.java | 86 int returnCode = PlatformUI.createAndRunWorkbench(display, in start() local 88 if (returnCode == PlatformUI.RETURN_RESTART) { in start()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | PreCompilerBuilder.java | 1232 int returnCode = grabProcessOutput(process, stdErr); in execAapt() local 1239 if (returnCode != 0) { in execAapt() 1247 if (returnCode != 0) { in execAapt() 1258 String.format(Messages.AAPT_Exec_Error_d, returnCode), in execAapt()
|