/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
D | Result.java | 30 private final Status mStatus; 39 public enum Status { enum in Result 111 private Result(Status status) { in Result() 123 private Result(Status status, String errorMessage, Throwable t) { in Result() 156 return mStatus == Status.SUCCESS; in isSuccess() 162 public Status getStatus() { in getStatus()
|
D | Bridge.java | 20 import static com.android.ide.common.rendering.api.Result.Status.NOT_IMPLEMENTED; 22 import com.android.ide.common.rendering.api.Result.Status; 105 return Status.NOT_IMPLEMENTED.createResult(); in renderDrawable()
|
D | RenderSession.java | 19 import static com.android.ide.common.rendering.api.Result.Status.NOT_IMPLEMENTED; 21 import com.android.ide.common.rendering.api.Result.Status;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
D | ApplicationPackageNameRefactoring.java | 34 import org.eclipse.core.runtime.Status; 156 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in updateJavaFileImports() 159 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in updateJavaFileImports() 196 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in editXmlResourceFile() 199 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in editXmlResourceFile() 287 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in editAndroidManifest() 290 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in editAndroidManifest() 492 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in getTextEdit() 495 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in getTextEdit()
|
D | RenamePackageAction.java | 25 import org.eclipse.core.runtime.Status; 170 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); in initiateAndroidPackageRefactoring()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | LintJob.java | 39 import org.eclipse.core.runtime.Status; 122 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, Status.ERROR, in run() 154 return Status.OK_STATUS; in run() 156 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, Status.ERROR, in run()
|
D | ColumnDialog.java | 21 import org.eclipse.core.runtime.Status; 102 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validate() 105 status = new Status(IStatus.OK, AdtPlugin.PLUGIN_ID, null); in validate()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | AndroidTargetParser.java | 39 import org.eclipse.core.runtime.Status; 102 return Status.CANCEL_STATUS; in run() 111 return Status.CANCEL_STATUS; in run() 125 return Status.CANCEL_STATUS; in run() 155 return Status.CANCEL_STATUS; in run() 170 return Status.CANCEL_STATUS; in run() 190 return Status.CANCEL_STATUS; in run() 200 return Status.CANCEL_STATUS; in run() 209 return Status.CANCEL_STATUS; in run() 217 return Status.CANCEL_STATUS; in run() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
D | DexDumpAction.java | 37 import org.eclipse.core.runtime.Status; 126 return Status.OK_STATUS; in runDexDump() 137 return Status.OK_STATUS; in runDexDump() 145 return Status.OK_STATUS; in runDexDump() 155 return Status.OK_STATUS; in runDexDump() 201 return Status.OK_STATUS; in runDexDump() 246 return Status.OK_STATUS; in runDexDump() 251 return Status.OK_STATUS; in runDexDump()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | ApplicationInfoPage.java | 33 import org.eclipse.core.runtime.Status; 482 status = new Status(validTestPackage.getSeverity(), in validatePage() 490 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validatePage() 529 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateTestProjectLocation() 538 return new Status(IStatus.WARNING, AdtPlugin.PLUGIN_ID, in validateTestProjectLocation() 546 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateTestProjectLocation() 595 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateSourceFolder() 599 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateSourceFolder() 624 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateMinSdk() 631 return new Status(target.getVersion().isPreview() ? IStatus.ERROR : IStatus.WARNING, in validateMinSdk() [all …]
|
D | ProjectNamePage.java | 40 import org.eclipse.core.runtime.Status; 452 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validatePage() 495 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateLocation() 504 return new Status(IStatus.WARNING, AdtPlugin.PLUGIN_ID, in validateLocation() 511 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateLocation() 516 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateLocation() 526 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateLocation() 534 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateLocation() 544 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateLocation() 549 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateLocation() [all …]
|
D | SampleSelectionPage.java | 27 import org.eclipse.core.runtime.Status; 249 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validatePage() 252 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, "Choose a sample"); in validatePage() 254 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validatePage()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
D | RemoteAdtTestRunner.java | 32 import org.eclipse.core.runtime.Status; 256 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, in run() 260 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, in run() 265 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, in run() 271 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, in run() 276 return Status.OK_STATUS; in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
D | MonitorStartup.java | 25 import org.eclipse.core.runtime.Status; 44 return Status.OK_STATUS; in earlyStartup() 49 return Status.OK_STATUS; in earlyStartup()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | BaseClasspathContainerInitializer.java | 27 import org.eclipse.core.runtime.Status; 76 return Status.OK_STATUS; in processError() 106 return Status.OK_STATUS; in processError()
|
D | ExportHelper.java | 48 import org.eclipse.core.runtime.Status; 112 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in exportReleaseApk() 200 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in exportReleaseApk() 280 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in exportReleaseApk() 285 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in exportReleaseApk() 292 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in exportReleaseApk() 299 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in exportReleaseApk() 302 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in exportReleaseApk() 305 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in exportReleaseApk() 308 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in exportReleaseApk() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CreateNewConfigJob.java | 33 import org.eclipse.core.runtime.Status; 73 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, message); in run() 120 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in run() 131 return Status.OK_STATUS; in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | ProjectContentsPage.java | 26 import org.eclipse.core.runtime.Status; 326 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, String.format( in validateLocationInWorkspace() 342 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateProjectLocation() 349 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateProjectLocation() 355 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateProjectLocation() 364 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateProjectLocation() 369 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateProjectLocation() 374 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, in validateProjectLocation()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/ |
D | FixImportsJob.java | 28 import org.eclipse.core.runtime.Status; 76 return Status.CANCEL_STATUS; in runInWorkspace() 81 return Status.CANCEL_STATUS; in runInWorkspace() 146 return Status.OK_STATUS; in runInWorkspace()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | DexWrapper.java | 24 import org.eclipse.core.runtime.Status; 73 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, String.format( in loadDex() 107 return Status.OK_STATUS; in loadDex() 209 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, message, e); in createErrorStatus()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
D | FileStorage.java | 26 import org.eclipse.core.runtime.Status; 64 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.getDefault().getBundle() in getContents()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
D | Activator.java | 22 import org.eclipse.core.runtime.Status; 73 return new Status(IStatus.ERROR, PLUGIN_ID, e.getMessage(), e); in newStatus()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
D | StateViewPage.java | 32 import org.eclipse.core.runtime.Status; 172 new Status(Status.ERROR, GlTracePlugin.PLUGIN_ID, e.toString())); in saveCurrentState() 231 return new Status(Status.ERROR, in selectionChanged() 249 return Status.OK_STATUS; in selectionChanged()
|
/sdk/uiautomatorviewer/src/com/android/uiautomator/actions/ |
D | ScreenshotAction.java | 28 import org.eclipse.core.runtime.Status; 105 Status s = new Status(IStatus.ERROR, "Screenshot", msg, t); in showError()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
D | HierarchyViewerPluginDirector.java | 27 import org.eclipse.core.runtime.Status; 47 return Status.OK_STATUS; in executeInBackground()
|